原创 apk上傳下載

xamarin開發的apk 上傳到個人服務器II 關機失效; 外網訪問問題; 安全問題考慮; 上傳到雲服務器 貴 集中下載帶寬問題 發佈到應用商店 測試不友好 繁瑣 最正規 藍奏雲(推薦)   PC訪問需要密碼(類似百

原创 .net 協變性與逆變性

前提條件:引用類型(指針間的遊戲) 協變性:成員類型是要求類型的子類(派生類)。 例如:方法的返回值,如果定義要求返回的是Object,我們可以返回String,這個變化是被允許的。 逆變性:成員類型是要求類型的基類(父類)。 例如:方法的

原创 xaf--屬性定義,關聯屬性立刻生效

using DevExpress.ExpressApp.ConditionalAppearance; using DevExpress.ExpressApp.Editors; //... [ImmediatePostData] publi

原创 xaf--獲取當前登錄用戶信息

How to: Get the Current User in Code | eXpressApp Framework | DevExpress Documentation

原创 xaf--詳情頁面數字居左對齊

參考: https://supportcenter.devexpress.com/Ticket/Details/T165956/align-integer-left-in-detail-view https://supportcenter.

原创 xaf--controller控制和security system控制

若xaf框架中使用了安全機制,那麼我們可以個性化的針對某一類角色或用戶進行權限控制。 但,如果我們是從Controller層面進行的控制,那麼這個控制就是全局性質的。 (完)

原创 工作單元Unit Of Work介紹

Articles Tutorials | AspNet Boilerplate  

原创 npm ERR! cb() never called in windows10

  I had the same problems and lost hours trying to solve it :(. But then i found out that my firm has installed som

原创 English Question:Suspend vs. Stop vs. Pause vs. Cease vs. Halt

最近,Github刪庫跑路事件鬧的沸沸揚揚。marak大神發了一個Github官網的截圖,如下:    英語學渣不懂就查,Suspended 這個單詞不曉得是啥意思。查完知道是“暫停”的意思。那我就好奇了,這個單詞和Stop,Pause,

原创 vmware workstation pro - version 16.0.0 支持hyper

vmware終於可以和hyper並存了。  

原创 XML 文檔註釋 - 使用 /// 註釋記錄 API | Microsoft Docs

XML 文檔註釋 - 使用 /// 註釋記錄 API | Microsoft Docs https://docs.microsoft.com/zh-cn/dotnet/csharp/language-reference/xmldoc/

原创 git--fatal: unable to access : The requested URL returned error: 403

   然後 git push 的時候需要輸入密碼   原因是:私有項目,沒有權限,需要輸入用戶名密碼

原创 xamarin--熱加載失敗xaml-hot-reload-troubleshooting

   我的解決方法是: Android項目屬性設置中的Linking屬性值設置爲None。(原來我設置的是Sdk Assemblies Only) 參考鏈接: Troubleshooting XAML Hot Reload - Visua

原创 xamarin--調試顯示詳細的錯誤信息設置

To build upon @Wes answer, you can make the error message clearer by telling Visual Studio to automatically break at any

原创 xamarin - 如何在 Xamarin.Forms 標籤中添加換行符?

<Label Text="Choose By &#10;One &#10;Two" Margin="0,10,0,0" />