搜索资源列表
WQDemo.
- 一个关于多线程的事例,学习多线程最好用上12分的心,很多的意外错误让你想冬眠.也许你还发誓一辈子都只写单线程的.~^~-one of the examples of multi-threaded, multi-thread study the best use of 12 hours of heart, Many accidents wrong to let you hibernate. Perhaps you also vowed only to write a lifetime of the
oa_test
- 该项目为一个OA系统的例子,采用jquery,struts2,spring,hibernate,供大家学习参考。-The project is an example of the OA system, using jquery struts2, spring, hibernate, for a reference.
hibernate
- Hibernation (a.k.a suspend-to-disk) support.
bbsSystem
- 该系统采用spring+struts+hibernate三层架构,是一个小型的bbs应用系统,系统用户可以进行浏览帖子、发表帖子、留言等操作-The system uses spring+ struts+ hibernate three-tier architecture, is a small bbs applications, system users can browse articles, published articles, comments and other operations
summer2
- 一个用java写的论坛系统,主要用Struts2、Spring、Hibernate三大框架实现-a forum building in java development environment
mhie
- 一个使用struts+hibernate制作的Blog站点的源码,非常经典-A use struts+ hibernate make Blog site source code, very classic
TLJH
- 此程序是有关hibernate多对多例子的完整实例-This program is a complete example of the hibernate many-to-many example
base64
- Base64是网络上最常见的用于传输8Bit字节码的编码方式之一,Base64就是一种基于64个可打印字符来表示二进制数据的方法。可查看RFC2045~RFC2049,上面有MIME的详细规范。 Base64编码是从二进制到字符的过程,可用于在HTTP环境下传递较长的标识信息。例如,在Java Persistence系统Hibernate中,就采用了Base64来将一个较长的唯一标识符(一般为128-bit的UUID)编码为一个字符串,用作HTTP表单和HTTP GET URL中的参数。在其他