-
又一个删除IE的历史记录
又一个删除IE的历史记录- Deletes IE the historic record
- 2022-03-26 19:02:20下载
- 积分:1
-
NETI@home is an open
NETI@home is an open-source software package, named after the widely popular http://setiathome.ssl.berkeley.edu/, that collects network performance statistics from end-systems. It has been written for and tested on the Windows, Linux, Mac OS X, and Solaris operating systems, with testing for other operating systems to be completed soon. NETI@home is designed to run on end-user machines and will collect various statistics about Internet performance. These statistics will then be sent to a server at the Georgia Institute of Technology (Georgia Tech), where they will be collected and made publicly available. We believe that this tool will give researchers much needed data on the end-to-end performance of the Internet, as measured by end-users. Our basic approach is to sniff packets sent to and received by the host and infer performance metrics based on these observed packets. NETI@home users are able to select a privacy level that will determine what types of data will be gathered, and wh
- 2023-09-09 23:40:03下载
- 积分:1
-
PayDemo-PHP1.0
9DgiPlGmmnyBGYWzl3fJ/YKuO3aGxUW31OxbwlEGsNEQ8Dqyi6wgN2SReM7+sN6dyqgdr01UtBd6
x06dKrP78rqzws6vG0Bu+aW2B8O+dmpEB8tAm2pIt6r6ijN94MMhbEZfCzUWRxSEAWN8HCO+IJbh
fcPgKLJFYzjeF+xR5ju2oBFUVBWJ9iijT5llNg1MJfdcfNL7xC9V78kVbcj7sMFqa5AXcCOzY0w/
m42HlIdMJTLGF9zOXgEjNPLoXv4nqOTw1/dyzBOfN9AzIqCUkNhqTrTsQz8+fv5wve9JA8AZeNmf
zVpQNr3iDicwH3s64z/5u1eomuUOcCC+HZiNuTJDUGxFN3Gm7e22tKT+GWc9WxGPMgO6qwnKPUvQ
/ml97yDds0mWi6ZimPjr6zKPOEWwbdLhem/jbbe5XSb6a1hPe/GMjNSY97cgGBsFF/GohhKzoozI
NVMumhVTEkh1Eg==
- 2017-12-01 10:34:54下载
- 积分:1
-
对网络编程的程序Winsock。是一个服务器
这是一个关于winsock的网络编程的程序。是一服务器端VC视频会议代码,希望对你们有用。-winsock on the network programming procedures. Is a server-side code VC Video Conference, and I hope to you useful. Ha ha!
- 2022-10-26 19:20:03下载
- 积分:1
-
多播源码的示例系统
多播源码的示例系统-multicast source code examples system
- 2022-11-04 06:00:03下载
- 积分:1
-
1:动画方式弹出,就像MSN的提示框
2:漂亮,详细见配图
3:还可以再在开一个更加详细的内容网页
4:自动关闭,无需手工确认那个ok
5:示例...
1:动画方式弹出,就像MSN的提示框
2:漂亮,详细见配图
3:还可以再在开一个更加详细的内容网页
4:自动关闭,无需手工确认那个ok
5:示例包括C#和VB两个版本,popUp的源文件在EeekSoft.Web.PopupWin文件夹中
6:用起来简单(具体使用方法见代码佩文),示例使用前请先编译-1: Animation mode pop-up, just like MSN Tips Box 2: beautiful, detailed distribution see Figure 3: can also be opened again in a more detailed content of the page 4: automatically shut down without manually confirm that ok5: examples include the C# And VB two versions, popUp the source file in EeekSoft.Web.PopupWin folder 6: simple to use (see specific use code佩文), examples of the use of the compiler before
- 2022-03-06 04:10:02下载
- 积分:1
-
会员消费管理系统
能够登录注册和实现会员积分的会员积分消费系统(Login register Can register registration and achieve member points integral consumption system.)
- 2018-04-19 13:49:17下载
- 积分:1
-
PrintScreen
屏幕截图小工具,可以定时截图,按PrtScn键截图,可以自定义存储路径(Screenshot gadget can be timed screenshot, press the PrtScn key shots, you can customize the storage path百度翻译的)
- 2013-08-20 17:50:33下载
- 积分:1
-
WCF四种常用应用场景实例下载
使用注意:建立demo数据库,使用aspnet_regsql.exe建立Memmbership一些安全场景需要证书,使用CertTool的工具生成具体的授权时的角色和用户名字参考HostSvc、Client代码修改成测试用的后才能正常运行 一、目录结构Common来自于Programming WCF Services[ISBN: 978-0-596-80548-7],实现WCF的声明式安全HostSvc:不同场景的接口和服务实现,命令行承载服务MembershipAdmin:用于操作demo数据库membership的成员操作,Asp.net Configuraion 可添加角色和用户,并使用IIS服务承载HostSvc实现的服务Client: 使用各种服务的客户端场景 二、四种场景的区别:Intranet Transport保护 使用tcp绑定 windows集成的安全 Internet 只能使用Message形式的保护,需要数字证书 tcp wsHttp绑定 使用Membership进行安全认证 Anoymous 使用Message形式的保护,需要数字证书 tcp wsHttp绑定 None 消息不保护 http tcp wsHttp绑定 三、App-comment.config: 包含对于各种配置的说明 四、证书的生成:CertToolSetupCerts.bat生成,命令行工具从VS SDK已经拷贝过来 五、IIS中承载服务的注意: 需要把WCFServer赋予IIS的账号以权限 受信任人中加入WCFServer证书 六、证书如何管理:1、命令行启动mmc2、“添加、删除管理单元"加入"证书", 按照提示选择当前用户或本机3、此时即可管理IIS的权限操作: 在"个人/证书"下找到WCFServer,"更多操作/所有任务/管理私钥",弹出界面设置用户权限受信任人: 在"个人/证书"下找到WCFServer,导出证书,然后在”受信息人/证书“下导入以上证书即可 七、远程机器客户端的证书问题 导出WCFServer【不要私钥】 然后在远程客户端机器上导入即可,此时的公钥可以用于消息的验证 八、IIS中承载MembershipAdmin中加入了对应的四个.svc文件【逻辑使用的一个HostSvc中的实现】以提供WCF服务,具体配置和HostSvc一致,当然地址不一样了此例是把MembershipAdmin作为应程序发布到80端口的demo下 注意:1、需要设置IIS的http和net.tcp协议支持2、数据库demo需要能被IIS账号访问3、WCFServer证书需要能被IIS账号访问
- 2021-03-03 08:29:33下载
- 积分:1
-
PPTP协议的源代码
pptp协议源代码-pptp agreement source code
- 2022-05-22 16:40:09下载
- 积分:1