上一页 1 ··· 14 15 16 17 18 19 20 21 22 ··· 30 下一页
摘要: OSI模型 http://zh.wikipedia.org/wiki/OSI%E6%A8%A1%E5%9E%8B 网络传输协议 http://zh.wikipedia.org/wiki/%E7%B6%B2%E7%B5%A1%E5%82%B3%E8%BC%B8%E5%8D%94%E8%AD%B0 超文本传输协定(英文:HyperText Transfer Protocol,缩写... 阅读全文
posted @ 2014-04-10 16:18 张保维 阅读(224) 评论(0) 推荐(0) 编辑
摘要: 1,Win+R Gpedit.msc 2, 3, 4,F12 多了一项企业模式 阅读全文
posted @ 2014-04-09 15:07 张保维 阅读(136) 评论(0) 推荐(0) 编辑
摘要: RFC3920 可扩展的消息和出席信息协议 (XMPP): 核心协议 关于本文的说明 本文为互联网社区定义了一个互联网标准跟踪协议,并且申请讨论协议和提出了改进的建议。请参照“互联网官方协议标准”的最新版本(STD 1)获得这个协议的标准化进程和状态。本文可以不受限制的分发。 版权声明 本文版权属于互联网社区 (C) The Internet Society (2004). 摘要 ... 阅读全文
posted @ 2014-04-09 10:54 张保维 阅读(210) 评论(0) 推荐(0) 编辑
摘要: //--------------------------------------------------------------------- /// /// Contains the parsed command line arguments. This consists of two /// lists, one of argu... 阅读全文
posted @ 2014-04-08 17:02 张保维 阅读(165) 评论(0) 推荐(0) 编辑
摘要: private static void Main() { var cur = System.DateTime.Now; for (var i = 0; i (); int week1 = (int)calendarbeg... 阅读全文
posted @ 2014-04-05 11:55 张保维 阅读(166) 评论(0) 推荐(0) 编辑
摘要: 1,在要生成的项目上右键 2, 3, 4, 5, 生成后的效果 已知问题: 1,在Mysql数据表中 tinyint(1) ,会被映射成为 C# bool ,这样造成一些数据信息的丢失。 这个问题应该是EF 工具的问题,暂时没有找到解决方案。 手工去修改生成的实体是不经济的,下次再更新时候,又会变成 bool型 。... 阅读全文
posted @ 2014-03-26 16:35 张保维 阅读(849) 评论(1) 推荐(0) 编辑
摘要: 1,安装VS.net 插件 http://forums.mysql.com/read.php?174,601041,601041 2,安装连接器 http://dev.mysql.com/downloads/connector/net/ 3,安装 EntityFramework Power Tool 阅读全文
posted @ 2014-03-24 14:40 张保维 阅读(2921) 评论(0) 推荐(2) 编辑
摘要: 1,程序中使用加载反射出现下面的问题: 无法加载一个或多个请求的类型。有关更多信息,请检索 LoaderExceptions 属性。 然后把代码改了一下, try { types.AddRange(assembly.GetTypes()); } catc... 阅读全文
posted @ 2014-03-21 09:51 张保维 阅读(2586) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2014-03-15 15:30 张保维 阅读(193) 评论(0) 推荐(0) 编辑
摘要: 1,对于Android4.0之上的环境下,不能在主线程中访问网络 http://www.cnblogs.com/plokmju/p/Android_apacheHttpClient.html 2,http://stackoverflow.com/questions/19162272/httpclient-executehttppost-on-android-4-2-error U... 阅读全文
posted @ 2014-03-09 10:58 张保维 阅读(140) 评论(0) 推荐(0) 编辑
上一页 1 ··· 14 15 16 17 18 19 20 21 22 ··· 30 下一页