记录并介绍一下在.net客户端项目开发中的一些琐碎东西,也许会有人有点用或者有点同感。一个项目,架构为服务端基于JAVA开发的WEBSERVICE,客户端使用.NET 技术开发,由于在设计客户端时,公司的领导提出要求希望未来能做成可扩展的并且可以给第三方的提供接口的可扩展的客户端,而当时在各种因素下... Read More
Bug FixesFixed an issue where menu items would not respect the cls propertyFixed improper variable in RemotingProviderFixed param logic in DirectProxyFixed an issue when reloading stores with different data setsAdded a finite check for a DrawComponent's bounding boxPass the correct parameter to Read More
目前遇到的项目服务器端是java平台的,客户端是.net的,而且网络情况不定,所以服务器端采用webservice方式向客户端提供数据。这样的情况下传输数据的量就成为影响性能的瓶颈之一。刚开始我们针对某些返回数据量较大的方法采用gzip压缩,那么在客户端直接进行解压缩,由于不是重点直接上方法:代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--///summary///对内容进行解压缩////summary///paramname="by Read More
http://hi.baidu.com/srxljl/blog/item/8849a6ef4304961efdfa3cd3.htmlServicePointManager.ServerCertificateValidationCallback 属性ms-help://MS.MSDNQTR.v90.chs/fxref_system/html/dcd4157d-dba4-4b60-164a-9e433... Read More