上一页 1 ··· 378 379 380 381 382 383 384 385 386 ··· 399 下一页
摘要: 1.首先创建一个控制台项目2.添加引用【红色的都是将项目添加为引用,其中蓝色的log4net是直接从源代码下的Reference文件夹下引用的dll】3.写代码1)首先将config配置好【http://www.cnblogs.com/chucklu/p/4337848.html】2)修改Progr... 阅读全文
posted @ 2015-03-14 17:34 ChuckLu 阅读(239) 评论(0) 推荐(0)
摘要: 源代码的地址:https://github.com/kerryjiang/SuperSocket安装git之后,可以使用命令行git clone https://github.com/kerryjiang/SuperSocket.git或者使用tortoisegit的右键菜单中的克隆选项,填入的地址... 阅读全文
posted @ 2015-03-14 17:23 ChuckLu 阅读(520) 评论(0) 推荐(0)
摘要: 首先确认下配置文件中的内容第一部分configSections【需要注意的是name=superSocket】 第二部分appSettings【需要注意的是key=ServiceName】 第三部分superSocket【】 ... 阅读全文
posted @ 2015-03-14 17:07 ChuckLu 阅读(717) 评论(0) 推荐(0)
摘要: https://github.com/dodev/RoadDataCollector A tool for collecting information from sensor devices.core - dodevgui - dotmeerlocaldb - naitharremotedb - ... 阅读全文
posted @ 2015-03-06 15:37 ChuckLu 阅读(1033) 评论(0) 推荐(0)
摘要: 1.新建一个空白的解决方案文件,然后添加新建项目,项目类型为WCF服务应用程序,CH35Ex012.添加新建控制台应用程序Ch35Ex01Client3.生成解决方案4.右键Ch35Ex01Client添加服务引用5.弹出的对话框中点击发现6.选中服务,并展开结点,查看细节7.OK确认8.编辑Mai... 阅读全文
posted @ 2015-03-03 21:39 ChuckLu 阅读(264) 评论(0) 推荐(0)
摘要: 在命名空间System.Collections下的CollectionBase类The CollectionBase class exposes the interfaces IEnumerable , ICollection , and IList but onlyCollectionBase 类... 阅读全文
posted @ 2015-03-03 20:06 ChuckLu 阅读(558) 评论(0) 推荐(0)
摘要: http://www.entityframeworktutorial.net/EntityFramework5/setup-entityframework-environment.aspxEntity Framework 5.0 API was distributed in two places, ... 阅读全文
posted @ 2015-03-02 20:15 ChuckLu 阅读(211) 评论(0) 推荐(0)
摘要: 1.什么是EntityFramework?http://www.entityframeworktutorial.net/what-is-entityframework.aspxWriting and managing ADO.Net code for data access is a tedious... 阅读全文
posted @ 2015-03-02 19:57 ChuckLu 阅读(266) 评论(0) 推荐(0)
摘要: 这种错误的原因,是因为List<T>不是线程安全的。 阅读全文
posted @ 2015-02-27 17:44 ChuckLu 阅读(232) 评论(0) 推荐(0)
摘要: The dialog result of a form is the value that is returned from the form when it is displayed as a modal dialog box. If the form is displayed as a dial 阅读全文
posted @ 2015-02-27 15:29 ChuckLu 阅读(607) 评论(0) 推荐(0)
上一页 1 ··· 378 379 380 381 382 383 384 385 386 ··· 399 下一页