上一页 1 ··· 303 304 305 306 307 308 309 310 311 ··· 399 下一页
摘要: 一般情况 string hello = "hello你好"; var helloArray1 = Encoding.UTF8.GetBytes(hello); Console.WriteLine(helloArray1.Length); var helloArray2 = Encoding.Unic 阅读全文
posted @ 2017-07-12 21:30 ChuckLu 阅读(689) 评论(0) 推荐(0)
摘要: 1.安装 https://stackoverflow.com/questions/8164859/install-a-windows-service-using-a-windows-command-prompt https://docs.microsoft.com/en-us/dotnet/fram 阅读全文
posted @ 2017-07-11 14:38 ChuckLu 阅读(1198) 评论(0) 推荐(0)
摘要: https://docs.microsoft.com/en-us/dotnet/csharp/language-reference/keywords/out You can use the out contextual keyword in two contexts: As a parameter 阅读全文
posted @ 2017-07-06 11:20 ChuckLu 阅读(268) 评论(0) 推荐(0)
摘要: https://stackoverflow.com/questions/2967176/where-is-svn-exe-in-my-machine The subversion program code is linked into the TortoiseSVN binary. You can 阅读全文
posted @ 2017-07-06 10:09 ChuckLu 阅读(2535) 评论(0) 推荐(0)
摘要: https://docs.microsoft.com/en-us/aspnet/web-forms/overview/getting-started/getting-started-with-aspnet-45-web-forms/create_the_data_access_layer This 阅读全文
posted @ 2017-07-05 18:56 ChuckLu 阅读(253) 评论(0) 推荐(0)
摘要: https://stackoverflow.com/questions/2697247/how-to-determine-if-an-event-is-already-subscribed he event keyword was explicitly invented to prevent you 阅读全文
posted @ 2017-07-04 18:32 ChuckLu 阅读(305) 评论(0) 推荐(0)
摘要: GetHitTest https://stackoverflow.com/questions/7762397/how-do-i-click-a-usercontrols-child-in-designer @Bradley: thanks for pointing me in the right d 阅读全文
posted @ 2017-07-03 22:13 ChuckLu 阅读(732) 评论(0) 推荐(0)
摘要: https://docs.microsoft.com/en-us/aspnet/web-forms/overview/getting-started/getting-started-with-aspnet-45-web-forms/create-the-project Download Wingti 阅读全文
posted @ 2017-07-02 18:55 ChuckLu 阅读(328) 评论(0) 推荐(0)
摘要: 前提 本地有2个分支,一个是master,还有一个是local master 默认追踪origin/master local 通过git branch -u origin/master来映射 开发的时候,在local上,进行开发。master仅用于和remote进行同步 备注:origin只是一个r 阅读全文
posted @ 2017-06-30 10:10 ChuckLu 阅读(3215) 评论(0) 推荐(0)
摘要: Windows https://code.visualstudio.com/docs/setup/windows Additional Components and Tools https://code.visualstudio.com/docs/setup/additional-component 阅读全文
posted @ 2017-06-29 21:53 ChuckLu 阅读(565) 评论(0) 推荐(0)
上一页 1 ··· 303 304 305 306 307 308 309 310 311 ··· 399 下一页