搜索资源列表
利用Visual C++设计自己的资源浏览器
- Windows的资源管理器想必大家都用过,该程序的窗口一分为二,左边的窗口显示本机当前所有驱动器以及驱动器中的所有文件夹,当用户单击文件夹后,如果该文件夹下面还有子文件夹,则上层文件夹展开显示下级的文件夹;否则,右边的窗口显示选择文件夹下的文件。那么这个程序是如何实现的呢?为了说明这个问题,本实例打造了一个简易的资源管理器,它实现了Windows资源管理器的主要功能,在显示文件的属性(如文件的文件名、文件的大小、文件的创建时间)的同时,还可以改变文件显示的方式,如大小图标方式、列表方式等。对于V
Wuyi
- 自己收集的许多工具类:socket读写线程池,存储超时对象的对象池,MD5类,字符串处理类,时间字符串转换类等等。-socket thread pool
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.
DpiCompiler
- 基于jpcap的能够处理pcap报文的系列工具软件,包括读写和匹配特定字符串等。-Jpcap pcap packet can handle a series of tools, including literacy and match a particular string and so on.
zzbdscs_v1.0
- 在编写处理字符串的程序或网页时,经常会有查找符合某些复杂规则的字符串的需要。正则表达式就是用于描述这些规则的工具。换句话说,正则表达式就是记录文本规则的代码。-When writing programs or Web pages that deal with strings, there is often a need to find strings that meet certain complex rules. Regular expressions are the tools used t