-
wangluobao-analyse
网络抓包,计算机网络的重要内容,指导性很强。还不错,推荐一下(packet seize and analyse)
- 2014-04-21 20:10:51下载
- 积分:1
-
使用IO完成端口模型的简单聊天服务器示例,客户端请在本站下载ChatClientNew.rar...
使用IO完成端口模型的简单聊天服务器示例,客户端请在本站下载ChatClientNew.rar-use IO ports to complete a simple model Chat server example, the client requests the site download ChatClientNew.rar
- 2022-08-13 13:59:19下载
- 积分:1
-
CSharpReflector
对使用C#开发工具开发的代码进行反编译查看,及时了解软件的功能及意图(The use of C# development tool to decompile the code developed view, understand the function and intent of the software)
- 2010-11-02 12:32:15下载
- 积分: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
-
ThinkingCPP
C++编程思想,同java编程思想一样,是学习c++编程的很好的书籍。(C++ programming ideas, java programming ideas, good learning c++ programming books.)
- 2012-07-17 22:28:38下载
- 积分:1
-
cqnsole
VLD支持排查特定线程的泄漏,所有线程的泄漏,在特定的阶段启用泄漏检查,安装完成后,即可启用内存泄漏检测了(VLD supports troubleshooting leaks from specific threads, leaks from all threads, and leak checking is enabled at a specific stage, and memory leak detection is enabled when the installation is complete)
- 2018-09-29 14:31:09下载
- 积分:1
-
可以通过这个软件,把和别人建立通信,方便简单又实在,你说好不好呀,下吧,不用客气...
可以通过这个软件,把和别人建立通信,方便简单又实在,你说好不好呀,下吧,不用客气-through the software, communications and other people, it is really very easy to use, that is really nice to you, are you, not polite
- 2022-02-04 00:31:51下载
- 积分:1
-
FTP服务器(c++源码)
FTP服务器(c++源码)
- 2019-11-02下载
- 积分:1
-
半桥式LLC变换器仿真模型
采用Visio Studio编译生成动态链接库,嵌入Psim进行仿真。仿真模型提供了半桥谐振变换器的数模混合仿真,有动态链接库实现PWM的分配。(Visio Studio is used to compile and generate dynamic link libraries, which are embedded in Psim for simulation. The simulation model provides digital-analog hybrid simulation of half-bridge resonant converter, with dynamic link library to realize PWM allocation.)
- 2020-06-21 02:40:01下载
- 积分:1
-
ACE自适配通信环境中文技术文档-下篇
说明: ACE自适配通信环境(ADAPTIVE Communication Environment)是可以自由使用、开放源码的面向对象(OO)框架(Framework),在其中实现了许多用于并发通信软件的核心模式。ACE提供了一组丰富的可复用C++ Wrapper Facade(包装外观)和框架组件,可跨越多种平台完成通用的通信软件任务,其中包括:事件多路分离和事件处理器分派、信号处理、服务初始化、进程间通信、共享内存管理、消息路由、分布式服务动态(重)配置、并发执行和同步,等等。(Ace adaptive communication environment is a free-to-use, open-source object-oriented (OO) framework, in which many core patterns for concurrent communication software are implemented. Ace provides a rich set of reusable C + + wrappers Facade and framework components can complete common communication software tasks across multiple platforms, including event multiplexing and event processor dispatch, signal processing, service initialization, inter process communication, shared memory management, message routing, dynamic (RE) configuration of distributed services, concurrent execution and synchronization, etc.)
- 2020-03-15 08:30:58下载
- 积分:1