上一页 1 ··· 316 317 318 319 320 321 322 323 324 ··· 391 下一页
摘要: http://stackoverflow.com/questions/2625493/asynchronous-vs-non-blocking In many circumstances they are different names for the same thing, but in some 阅读全文
posted @ 2016-08-29 09:51 ChuckLu 阅读(331) 评论(0) 推荐(0) 编辑
摘要: http://stackoverflow.com/questions/1050222/concurrency-vs-parallelism-what-is-the-difference Concurrency is when two or more tasks can start, run, and 阅读全文
posted @ 2016-08-25 19:09 ChuckLu 阅读(1203) 评论(0) 推荐(0) 编辑
摘要: https://tortoisegit.org/docs/tortoisegit/tgit-dug-push.html Options Options Options Options Force (May discard known changes) This allows remote repos 阅读全文
posted @ 2016-08-23 11:04 ChuckLu 阅读(5497) 评论(0) 推荐(0) 编辑
摘要: https://en.wikipedia.org/wiki/Keepalive Description A keepalive signal is often sent at predefined intervals, and plays an important role on the Inter 阅读全文
posted @ 2016-07-25 16:45 ChuckLu 阅读(444) 评论(0) 推荐(0) 编辑
摘要: http://stackoverflow.com/questions/1636333/download-file-using-libcurl-in-c-c 阅读全文
posted @ 2016-07-22 15:55 ChuckLu 阅读(770) 评论(0) 推荐(0) 编辑
摘要: https://msdn.microsoft.com/en-us/library/windows/desktop/ms633497(v=vs.85).aspx Enumerates all top-level windows on the screen by passing the handle t 阅读全文
posted @ 2016-07-22 10:20 ChuckLu 阅读(732) 评论(0) 推荐(0) 编辑
摘要: https://github.com/masroore/CurlSharp clone版本库之后,在本地使用,会遇到找不到dll的情况 编译EasyGet项目之后,进行调试,会提示 System.BadImageFormatException: 试图加载格式不正确的程序。 (异常来自 HRESULT 阅读全文
posted @ 2016-07-20 15:24 ChuckLu 阅读(603) 评论(0) 推荐(0) 编辑
摘要: https://msdn.microsoft.com/en-us/library/dd321424(v=vs.110).aspx Represents an asynchronous operation that can return a value. Type Parameters The typ 阅读全文
posted @ 2016-07-18 14:49 ChuckLu 阅读(1030) 评论(0) 推荐(0) 编辑
摘要: https://msdn.microsoft.com/en-us/library/system.threading.tasks.task(v=vs.110).aspx The Task class represents a single operation that does not return 阅读全文
posted @ 2016-07-15 17:25 ChuckLu 阅读(253) 评论(0) 推荐(0) 编辑
摘要: 需要注意的是,如果设置了Line.Smoothed=true; 那么调用Clear是无效的,虽然清除了曲线上的点。 但是界面上的曲线,并没有消失。 所以,在每一次Line.Clear();之前,必须确保Line.Smoothed设置为false 阅读全文
posted @ 2016-07-14 09:46 ChuckLu 阅读(776) 评论(0) 推荐(0) 编辑
上一页 1 ··· 316 317 318 319 320 321 322 323 324 ··· 391 下一页