搜索资源列表
Tianyan(Two)
- 一个机房管理程序,界面很不错的-a room management procedures, a very good interface
Windows Sockets
- Windows Sockets规范及应用Windows网络编程接口-Windows Sockets specifications and the Windows Application Programming Interface Network
FoosunCMS30
- 风讯网站内容管理系统(FoosunCMS) v3.0 正式版 ·全新操作界面 ·无限分类 ·生成目录自由保存到指定的目录 ·全静态生成 ·全个性化模板生成,模板由用户自由定义。 ·支持二级域名管理 ·栏目自定义生成文件名规则 ·栏目可以排序,并支持是否隐藏栏目 ·自定义快捷菜单 ·自由标签化管理,自定义信息调用数量,标签自由存放 ·回收站管理 ·优化编辑器代码 ·优化生成部分代码 ·自由JS管理 ·自定义JS管理 ·在线执行SQL语句 ·数据库归档功能 ·自由化的权限分配管理 ·专题管理 ·自定
wqsrmi
- Java RMI 编程, 实现远程方法调用, 接口提供了一些功能, 通过注册并创建实例来远程调用用户需要的服务.-Java RMI programming, Remote Method Invocation, Interface provided some functions, and created examples distance call service user needs.
socket_linux_mfc
- Linux下的Socket类 接口函数同MFC类似, 封装底层网络细节API-Linux Socket Interface category MFC with a similar function, Packaging details of the underlying network API
JAVA 开发
- 中国电信短信固网网关接口,安全JAVA代码实现《Visual C++网络通信编程实用案例精选》配套源码《Visual C++网络通信编程实用案例精选》配套源码-China Telecom fixed network SMS gateway interface, security JAVA source implementation of the "Visual C Programming Network Communication practical cases selected&qu
smtpdll
- smtp的动态库,邮件发送过程中用的动态库,里面有详细的代码,接口简单无需文档,自己研究一下就可以使用了, 性能稳定。-smtp dynamic library, mail sent to the process of making DLL containing a detailed code, simple interface without documents, their study on the use of the stable performance.
Dotpot Port Scanner 0.92
- 字符界面的端口扫描工具,速度挺快,扫描结束后结果将保存在当前目录的DPPS.TXT里。-characters interface port scanning tool, speed very quickly, scanning the end results will be stored in the current directory DPPS.TXT Lane.
TAPI
- tapi协议是电话应用编程的接口。该程序能有效的利用电话业务供应商的服务,既可以通过一个模拟的modem访问也可以访问专用的交换机提供的高级功能-TAPI phone agreement is the application programming interface. The procedures are effective in the use of telephone services providers in the services, through a simulated visit
VC++精品源码
- VC 源代码 --- --- --- --- --- --- --- -- dswRename_src.zip 一个可以重命名workspace的程序。 simplecomserver_src.zip 演示了如何生成一个COM组件。 consolePipe_src.zip consolePipe_demo.zip 用图形界面的程序装载控制台程序并接收控制台程序的输出。 TiffToP
一个权限设计教程
- 这是一个找到一篇关于权限设计的教程,写的很好,但是发现给出的代码,有些地方可能有笔误。贴出来供大家和我一起学习。 ----------------------------------- 首先,设置三种要素:用户、群组、角色。 用户为登录用,对应到人。群组对应为用户的集合,是一种特殊的用户。角色为一组权限项的集合,用户(群组)都有各自的角色。 权限的实现通过Permission类和Rule类来实现。 Permission供外部调用,Rule为一个接口,为权限判断规则。
RMI入门例子
- RMI(java 远程方法调用):此例子实现了客户端程序通过远程接口向服务器程序发出计算请求,服务器程序调用了一个计算方法,并把结果返回给客户端,这样便达到分布式计算的效果。上传文件里有详细的部署和使用说明,在win2000上测试通过。-RMI (Java Remote Method Invocation) : this example to achieve the client interface to the remote server computing issued request, t
网络数据管理软件
- 1) 从网络采集实时数据:在软件运行过程中,可以实时地从网络上根据自定义的通信协议采集数据,并且按照层次结构显示在主界面中。 2) 自动生成数据表:在服务器程序初次运行时,创建数据库,并且随着程序的进行在数据库中根据收到的数据生成数据表。 3) 历史数据存储功能:从网络上采集的数据值只要发生变化,就会存储到历史数据表中。 -a) real-time data acquisition networks : the software process, in real time from
服务器和客户端实例
- 实现服务器和客户端的通信,利用PB做的控制界面,基于Socket通信-server and client communications, the use of PB do control interface, based on Socket Communications
SockTCP
- 该程序使用了Socket接口建立通住双方的TCP连接,从而完成通信.服务器方可以与多个客户端建立连接,并且可以选择要向哪个已建立起连接的客户端发送消息.-the procedures used to establish Socket Interface-living both TCP connections, thus completing communications. Server side with the establishment of a number of client conne
ldap_files
- 可以供参考的用于对openldap操作的一系列函数,提供了接口函数-can be used for reference for the operation of a series of openldap function, provide the interface function
regit
- java聊天室注册界面,可以解决聊天室登陆用户注册功能,有用户,密码等资料!-java chat room registration interface can be resolved landing chat room users to register functions, user, password, etc.!
transportwithsource
- 高质量文件传输,界面开发的文件传输软件,可以方便的传输文件,速度快,而且支持大文件-high-quality file transfer, interface development of file transfer software that can facilitate the transmission of documents, faster, but also supports large files
netants
- 利用NetAnts1.10版里增加的COM接口,在自己的程序中实现对NetAnts的控制-use NetAnts1.10 boards to increase the COM interface, in its own procedures to achieve the control Zabriskie
一个用socket来实现HTTP下载的程序源码
- 本文附带源代码还包括了一个使用CHttpSocket实现下载功能的例子工程.注意,所有的调用都是阻塞的,所以最好为一个下载任务创建一个线程,否则会导致界面无法响应用户输入. 程序运行界面如上图,显示了请求头,回应头以及下载进度.-fringe source code is also included use of a functional CHttpSocket download the example works. Attention, all calls are blocked, it
