原创 Angular An accessor cannot be declared in an ambient context

ng update --next @angular/cli --force

原创 .NET Framework 3.5 安裝失敗

按照網上說的再windows功能裏下載總是失敗 下載一個系統鏡像 ,https://www.microsoft.com/en-us/software-download/windows10 windows.ios 解壓出來 管理員模式運行命

原创 Super Map 畫箭頭

  var vectorLayer= new SuperMap.Layer.Vector();         var start = new SuperMap.Geometry.Point(0,0);         var end =

原创 git服務器 搭建

https://blog.csdn.net/qq285679784/article/details/91534252 添加輸入git add README.md git rm   -r README.md 提交輸入git commit -

原创 springboot 練習

搭建好一個springboot項目 ,第一件事就是要做前後端的交互 1.遇到第一個問題,跨域的問題,添加攔截器 package com.practice.springboot.util; import org.springframew

原创 極光推送 開發環境收不到消息

環境 : xcode10、19年3月, 不知道爲什麼,現在好像導不出 .p12證書,所以一度以爲是證書設置的問題,最後幾經周折發現 xcode10-->file-->Project Settings --> Build System 設爲

原创 xcode10 library not found for -lstdc++.6

因爲導入微信支付插件  cordova-plugin-wechat 所以報這個錯,最後說的把xcode9 裏的 複製到 xcode 10 不管用, 打開tagets->Build Phases ->Link Binary With Lib

原创 ionic 啓動頁前黑屏 啓動頁後白屏問題

解決啓動頁後白屏問題 在config.xml裏 <preference name="ShowSplashScreenSpinner" value="false" /> <preference name="ScrollEnable

原创 微信支付 遇坑總結

統一下單,提示簽名錯誤 檢查100遍,最後發現商戶號不對,一定要登錄,微信給你發的郵件裏的商戶號

原创 ios 開發

xcode 歷史版本下載https://developer.apple.com/download/moremac 解壓xcode8.3.3.xip 報錯 :解壓xcode.xip  cpio read error: Undefined e

原创 獲取 app應用簽名

第一種方式,本地獲取 切換到本機 .Android文件夾 cd C:\Users\ASUN-DEV3\.android 獲取 keytool -list -v -keystore debug.keystore md5:..........

原创 修改應用在瀏覽器導航欄圖標

如csdn導航欄 我們修改自己的圖標,在應用主頁head中加這句話 <link rel="icon" type="image/x-icon" href="favicon.ico"> favicon.ico就是自己的logo,名字好像不

原创 ionic3 menu 側滑菜單

側滑菜單需要寫在app.component.ts裏,不知道其它單獨的模塊可以不 測滑菜單 app.html <ion-menu [content]="content"> <ion-header> <ion-toolbar

原创 ionic3 支付寶支付插件

其實網上的插件大部分可以用,之前遇到一個坑,就是用支付寶沙箱賬戶測試,然後一直調不通,解決辦法如下: 首先插件: ionic cordova plugin add cordova-plugin-gubnoi-alipay --varia

原创 支付寶授權

電腦板授權 https://openauth.alipay.com/oauth2/publicAppAuthorize.htm?app_id=2017062707578742&scope=auth_user&redirect_uri=ht