上一页 1 ··· 363 364 365 366 367 368 369 370 371 ··· 391 下一页
摘要: http://stackoverflow.com/questions/18963750/add-file-as-a-link-on-visual-studio-debug-vs-publishhttp://stackoverflow.com/questions/2593612/visual-stud... 阅读全文
posted @ 2015-06-23 21:19 ChuckLu 阅读(704) 评论(0) 推荐(0) 编辑
摘要: https://medium.com/@benjaminhardy/8-things-every-person-should-do-before-8-a-m-cc0233e15c8d1. Get A Healthy 7+ Hours of Sleep2. Prayer and Meditation ... 阅读全文
posted @ 2015-06-23 09:24 ChuckLu 阅读(249) 评论(0) 推荐(0) 编辑
摘要: Asynchronous Programming with Async and Await You can avoid performance bottlenecks and enhance the overall responsiveness of your application by usin 阅读全文
posted @ 2015-06-19 20:43 ChuckLu 阅读(689) 评论(0) 推荐(0) 编辑
摘要: 如果用命令行,运行 git fetch,可以将远程分支信息获取到本地,再运行 git checkout -b local-branchname origin/remote_branchname 就可以将远程分支映射到本地命名为local-branchname 的一分支。 阅读全文
posted @ 2015-06-15 16:34 ChuckLu 阅读(1352) 评论(0) 推荐(0) 编辑
摘要: 微软官方的一部分解释 https://support.microsoft.com/en-us/kb/249873 关于32位和64位的说明 http://csi-windows.com/blog/all/73-windows-64-bit/378-fixing-qregsvr32-the-modul 阅读全文
posted @ 2015-06-15 13:05 ChuckLu 阅读(31933) 评论(0) 推荐(0) 编辑
摘要: The Task-based Asynchronous Pattern (TAP) is based on theSystem.Threading.Tasks.TaskandSystem.Threading.Tasks.Tasktypes in theSystem.Threading.Tasksna... 阅读全文
posted @ 2015-06-12 09:47 ChuckLu 阅读(654) 评论(0) 推荐(0) 编辑
摘要: 在.net4.0的时候推出的Task 执行结果 阅读全文
posted @ 2015-06-11 21:29 ChuckLu 阅读(310) 评论(0) 推荐(0) 编辑
摘要: What is the difference between C# and .NET?In addition to what Andrew said, it is worth noting that:.NET isn't just alibrary, but also aruntimefor exe... 阅读全文
posted @ 2015-06-09 11:09 ChuckLu 阅读(519) 评论(0) 推荐(0) 编辑
摘要: What's New in Visual C# .NET 2003[Visual Studio .NET 2003]What's New in Visual C# 2005What's New in Visual C# 2008What's New in Visual C# 2010What's N... 阅读全文
posted @ 2015-06-09 09:46 ChuckLu 阅读(285) 评论(0) 推荐(0) 编辑
摘要: http://www.codeproject.com/Articles/55710/Reflection-in-NET#_Toc252700542IntroductionIn this article, I have tried to cover all the topics from .NET R... 阅读全文
posted @ 2015-06-05 11:31 ChuckLu 阅读(282) 评论(0) 推荐(0) 编辑
上一页 1 ··· 363 364 365 366 367 368 369 370 371 ··· 391 下一页