Soap1.1和Soap1.2的区别
摘要:WebService通过HTTP协议完成远程调用: (深入分析) – RPC WebService只采用HTTP POST方式传输数据,不使用GET方式; -- 握手,WSDL-get, •普通http post的contentType为 •application/x-www-form-urlencoded •WebService的contentType为-即在Http的基础上发SOAP协议 •...
阅读全文
posted @
2014-12-21 17:03
Angelo Lee
阅读(5050)
推荐(1)
Installing Cygwin on Windows 7 And Configure SSH
摘要:Execute ssh –V to check version. Configure ssh daemon Open Cygwin command prompt Execute the following command ssh-host-config When asked if privilege separation should be used, answer no. When as...
阅读全文
posted @
2014-03-23 20:19
Angelo Lee
阅读(590)
推荐(0)
Different Between Cygwin And MinGw
摘要:1.What is Cygwin ? a large collection of GNU and Open Source tools which provide functionality similar to a Linux distribution on Windows. a DLL (cygwin1.dll) which provides substantial POSIX API fu...
阅读全文
posted @
2014-03-22 23:22
Angelo Lee
阅读(329)
推荐(0)
What is DLL and Lib?
摘要:DLLs in Visual C++ http://msdn.microsoft.com/en-us/library/1ez7dh12.aspx A dynamic-link library (DLL) is an executable file that acts as a shared library of functions. Dynamic linking provides a way f...
阅读全文
posted @
2013-02-02 00:00
Angelo Lee
阅读(258)
推荐(0)
VC Character Set Unicode or Multi-Byte
摘要:http://msdn.microsoft.com/en-us/library/ey142t48(v=vs.71).aspx What is Unicode? What is Multi-Byte? How to Convert between Unicode and Multi-Byte? Microsoft Support: http://msdn.microsoft.com/en-us/l...
阅读全文
posted @
2013-01-31 20:14
Angelo Lee
阅读(381)
推荐(0)