-
25213
数据报应用源码,程序结合易语言扩展界面支持库和网络通讯支持库,通过数据报组件进行局域网的消息互传。(Datagram application source code , program combined with easy language support library expansion interface and network communications support library , perform LAN datagrams to pass each component message .)
- 2016-11-16 01:14:11下载
- 积分:1
-
testcmd
通过微过滤器的方式实现的网络控制功能,简单实现了一下禁止当前机器断网的功能。(Through micro-filters to achieve the network control functions, simple look prohibit the machine off the network.)
- 2012-04-18 16:17:13下载
- 积分:1
-
VPN_Client
通过建设虚拟专用网(VPN),将本地网拨入远程局域网(By building a virtual private network (VPN), dial the local network remote LAN)
- 2010-06-25 23:26:20下载
- 积分: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
-
Ajiang form mail Ajiang FormMail V 1.0 is a web form email code. The server requ...
阿江表单邮件 Ajiang FormMail V 1.0 这是一个通过网页表单发送邮件的代码。 对服务器的要求: 1、必须支持 ASP 2、必须安装 JMAIL 4.0(或更高版本)发信组件 安装: 1、(必需)用文本编辑器打开formmail.asp,修改顶端的参数设置部分,这是必需的,否则将无法发送邮件。 2、(可选)修改formmail.asp的文件名为你想要的。 3、(必需)上传到你的服务器上。 阿江 http://www.ajiang.net-Ajiang form mail Ajiang FormMail V 1.0 is a web form email code. The server requirements : a need to support two ASP must be installed JMAIL 4.0 (or later) wrote installation components : a (necessary) to use a text editor to open formmail.asp amend the top of the parameter setting, it is necessary, otherwise will not be able to send e-mail. 2, (optional) to amend the document, entitled formmail.asp you want. 3, (necessary) to upload to your server. Ajiang http://www.ajiang.net
- 2022-02-15 12:33:22下载
- 积分:1
-
一个用asp实现的bbs
一个用asp实现的bbs-an asp to achieve with the bulletin board
- 2023-04-11 23:20:02下载
- 积分:1
-
网络嗅探sniffer
实现网络嗅探的功能,能够抓取网络报文,并显示网络报文数据。其中,使用socket原始套接字编程实现,在windows下面进行网络监听。
- 2022-04-27 20:13:10下载
- 积分:1
-
组播发送测试网络程序,服务器端
组播发送测试网络程序,服务器端-multicast network testing procedures, the server-
- 2022-02-04 03:52:25下载
- 积分:1
-
ADBServerNeedRestartException
Convert integer format IP into xxx.xxx.xxx.xxx format for Andriod.
- 2013-10-06 00:42:43下载
- 积分:1
-
c#socket 聊天
本程序通过运用socket实现了聊天功能。本程序分为服务器端和客户端。服务器端创建一个socket对象,该对象的listen方法用来监听客户端的连接请求。连接好后 ,创建一个新的socket 用来与客户端进行交互。相应地,客户端建立一个socket,该对象的connect方法与服务器进行连接建立。建立好后开始交互。
- 2022-12-25 07:55:02下载
- 积分:1