摘要: http://tech.pro/tutorial/704/csharp-tutorial-simple-threaded-tcp-serverIn this tutorial I'm going to show you how to build a threaded tcp server with ... 阅读全文
posted @ 2015-06-01 00:29 jumahe 阅读(370) 评论(0) 推荐(0) 编辑
摘要: 【出错提示】保存项目文件“XXX”时出错。类没有注册。正在查找具有CLSID的对象:{D9B3211D-E57F-4426-AAEF-30A806ADD397}。【解决办法】需要安装:MSXML_6.0.3987 阅读全文
posted @ 2015-06-01 00:27 jumahe 阅读(340) 评论(0) 推荐(0) 编辑
摘要: http://www.w3.org/2001/XMLSchema-instancehttp://help.eclipse.org/indigo/index.jsp?topic=%2Forg.eclipse.wst.xmleditor.doc.user%2Ftopics%2Ftxsityp.htmlh... 阅读全文
posted @ 2015-05-31 14:24 jumahe 阅读(2063) 评论(0) 推荐(0) 编辑
摘要: 下图是我遇到tcp keepalive的例子:以下为转载:TCP保活的缘起双方建立交互的连接,但是并不是一直存在数据交互,有些连接会在数据交互完毕后,主动释放连接,而有些不会,那么在长时间无数据交互的时间段内,交互双方都有可能出现掉电、死机、异常重启等各种意外,当这些意外发生之后,这些TCP连接并未... 阅读全文
posted @ 2015-05-31 10:46 jumahe 阅读(869) 评论(0) 推荐(0) 编辑
摘要: 调用webservice的几种方法:方法一:添加web引用(简单/方便 局限客户端是.net)方法二:Post xml(本文重点讲述)方法三:使用微软MSXML2组件(好像在window server2008上就不支持)方法四:在页面上添加form post到服务端//创建HttpWebReques... 阅读全文
posted @ 2015-05-30 18:01 jumahe 阅读(776) 评论(0) 推荐(0) 编辑
摘要: 使用XmlDocument类时候报错:未处理的XPathException:需要命名空间管理器或 XsltContext。此查询具有前缀、变量或用户定义的函数。需要使用XmlNamespaceManager类:Resolves, adds, and removes namespaces to a c... 阅读全文
posted @ 2015-05-30 17:50 jumahe 阅读(2820) 评论(0) 推荐(0) 编辑
摘要: 我的读后感:由于第一次接触WebService,对于很多概念不太理解,尤其是看到各个OpenAPI的不同提供方式时,更加疑惑。如google map api采用了AJAX方式,通过javascript提供API,而淘宝TOP则采用直接的HTTP+XML请求方式,最令我疑惑的是教材上讲的WSDL,UD... 阅读全文
posted @ 2015-05-30 15:52 jumahe 阅读(518) 评论(0) 推荐(0) 编辑
摘要: 来源This article describes a .NET Application model driven by the Web Services using the Virtual Web Service Proxy (written in C#)Download source files ... 阅读全文
posted @ 2015-05-30 15:50 jumahe 阅读(268) 评论(0) 推荐(0) 编辑
摘要: http://www.iteedu.com/plang/ccpp/cppdxjch2b/111.phpC++语言把每一个文件都看成一个有序的字节流(见图14.2),每一个文件或者以文件结束符(end-of-file marker)结束,或者在特定的字节号处结束(结束文件的特定的字节号记录在由系统维护... 阅读全文
posted @ 2015-05-30 14:25 jumahe 阅读(436) 评论(0) 推荐(0) 编辑
摘要: http://www.codeguru.com/csharp/csharp/cs_data/streaming/article.php/c4223/Streams-and-NET.htmIn this article I will show you the classes the .NET prov... 阅读全文
posted @ 2015-05-30 14:12 jumahe 阅读(166) 评论(0) 推荐(0) 编辑