当前位置:首页 » 编程博文
开发技术指南» 文章正文
    引言: When Webservices are used, a com
 

 

 ·泛型:转移构造函数    »显示摘要«
    摘要: 泛型<编程>:转移构造函数 andrei alexandrescu 我想你们知道得很清楚,创建,拷贝,并摧毁临时对象是你的c++编译器爱做的事,临时对象在内部被创建,不幸的是这极大影响到了c++程序的执行效率。实际上,临时对象是c++程序中最大的影响效率因素。 这样的代码看上去不错: vector<string> readfile(); vector<string&......
 ·getting started with the swt    »显示摘要«
    摘要:去www.swt-designer.com下载swt designer的时候发现了这个页面,赶紧做个标记。 1. installing eclipse and running a simple swt program tutorial (or in postscript) and workspace zip file. 2. basic widgets tutorial (or in postsc......


zt:Consuming Webservices over HTTPS (SSL)

when webservices are used, a common concern is security: soap messages are transferred in plain text over the network, so anyone with a sniffer could intercept the soap message and read it. in my opinion this could happen also to binary data, but probably it requires a little bit more hacker skills. so a solution is to use https (ssl) instead of http, so the communication is encrypted. to accomplish this, you need to get and install a certificate (issued by a certificate authority) on your webserver. in a production environment you would buy a certificate from verisign or another well known ca, or you would install your own ca, which is a component of windows server. if you only want to play with https, ssl and certificates or your project is in the development phase, you can also generate a test certificate using the makecert.exe tool (included in the .net framework sdk). after that you have to add this certificate to a website in iis, and set a port which https should use.


...   下一页
 ·有关windows服务的创建,控制    »显示摘要«
    摘要:1,创建, 打开vs.net , 新建一个项目,类型为windows service2,安装, installutil service1.exe installutil /u service1.exe 删除3,控制 servicecontroller sc=new servicecontroller(servername); sc.start(); sc.stop();sc.continue();......
» 本期热门文章:

©2000-2007 All Rights Reserved. 最佳浏览:1024X768 MSIE