搜索资源列表
client
- linux 下QT迭代服务器、数据库简单实现的完全代码,很值得初学者学习啊。-QT under linux iterative server, database, a simple realization of the complete code, it is worthwhile for beginners to learn ah.
day2
- 关于Javaweb的简单编程,适合于初学者,讲解for语句的基本用法,和迭代器等用法。-About Javaweb simple programming, suitable for beginners, for the statement to explain the basic usage, and iterators equivalents.
pragma-once
- 现在版本的map见代码,附带简单原理说明注释,特点: 1.多线程能同时操作map的增删改查 2.确保迭代器在声明周期内只有单线程访问map,保证迭代器不失效,则查询后即可修改 3.采用保存同一线程Lock和UnLock次数的差值来确认当前线程是否锁住,防止重复锁 WIN下是测试OK的,因时间有限,Linux下编译时需要自己调试下,但是编写的函数都是支持WIN和Linux的。-See the current version of the code map, with sim