搜索资源列表
FTP,文件传输!SMTP设计
- 1)用户界面模块负责响应用户的键盘鼠标输入设置服务器的各个参数,显示服务器的工作状态以及错误提示,为用户提供标准的Windows界面。 2)帐户管理模块负责设置用户的访问权限,用户登陆后的根目录,并提供对用户透明的虚拟目录服务。同时还为别的模块提供查询文件(夹)的权限,查找本地文件是否存在等服务, 3)连接监听与FTP命令处理模块负责监听客户端的连接,并负责关闭阻塞的连接,释放每个连接占用的资源。此模块为FTP协议的核心,它具体负责FTP命令的解析与实现。 4)客户数据传输模块负责具体的与客户端
Oblog_泛解析文件_蓝色提供版本
- Oblog_泛解析文件_蓝色提供版本.rar Oblog_泛解析文件_蓝色提供版本.rar-Oblog_ pan-blue _ Analysis document version available. Rar Oblog_ pan-blue _ Analysis document version available. Rar
TranslateXml
- 一个将XML文件解析成树形结构的小程序。该程序程序采用DOM。-an XML document into a tree structure analysis of small programs. Procedure for the use of DOM.
ARP解析
- 关键字:ARP,地址解析协议, ARP帧格式,VC, winpcap,包拦截, 这是我课程设计的一个程序,功能是在利用WinPcap提供的API函数, 使网卡工作在混杂模式下,对ARP包进行拦截,并对ARP包的格式进行分析, 本压缩包中加入了WINPCAP的安装文件,及文档说明. 本人希望与更多的人进行交流,QQ:270596846 E_MAIL:chmuggmwtg@163.com -keyword : ARP, ARP, ARP frame format, VC, winpcap,
tinyxml_2_4_2.tar
- tinyxml是一个小型的XML文件解析器。-tinyxml is a small XML file parser.
tinybind.tar
- tinybind是一个小型的XSLT文件解析器。-tinybind is a small XSLT document parser.
MyBittorrent
- bittorrent文件解析器,可以解析所有文件-bittorrent document parser can resolve all documents
tinyxpath_1_2_4
- 一个非常好的XML文件解析源代码,C++版本,学习XML不可多得的源码资料
cppxml
- 这是关于如何使用XML文件解析源代码例子。配合XML解析源代码使用,教你如何正确使用。
tinyxml
- linux下对于标准xml文件解析的API,源码,简易实现。
readxml
- C++ Builder读取XML,并把XML文件解析到树形结构中。
net-snmp-5.4.1
- snmp协议栈开发包,可用作第三方网管开发,有基本的Mib get set walk balk getnext Mib文件解析功能
解析url或者本地文件html页面类
- 解析url或者本地文件html页面类。如可以通过如下的方式获取html页面的元素: // Create DOM from URL or file $html = file_get_html('http://www.google.com/'); // Find all images foreach($html->find('img') as $element) echo $element->src . ''; // Find all links fo
iniparser.rar
- c语言实现的ini文件解析程序,提供快速的ini配置文件读取,可以支持写操作。,c language parser of the ini file to provide rapid ini configuration file read, write operation can support.
ParseXml
- 非常有用的XML文件解析程序,支持XML语法检查,代码支持方便的借用-Very useful XML file analytical procedures, support for XML grammar check, the code for support in the mouth
snmpPP-trap
- trap文件解析功能,能够很好的帮助snmp程序设计。-trap file parsing, can be a good help snmp programming.
mimecpp_src
- MIME的编辑和解析类。不用了解MIME的详细协议也能生成各种标准格式的email文件。我就是用这个类很快的写了一个程序来批量生成email文件,然后用dreammail等邮件工具群发,比较不容易被邮件服务器认为是垃圾邮件。-MIME type of the editing and analysis. Do not understand the details of the agreement MIME can also generate a variety of standard format
FTP
- 定时从FTP上取文件,解析,插入到mysql数据库-Regularly check the documents from the FTP, Analysis, insert into mysql database
utils
- 自己写的一个工具类,里面包含了连接池,字符串处理,properties文件赢取,xml文件解析,正则式工具类等.-Write a utility class, which includes the connection pool, string processing, properties file to win, xml file parsing, regular expression tools and so on.