搜索资源列表
makecode_for_ejb
- 实现java反向设计,自动生成dto和dao文件,大大提高开发效率-java reverse engineering to achieve, and automatically generate dto dao files, greatly increased development efficiency
kingdao
- 根据数据库自动生成dao和dto,具体方法:解压到D盘根目录,修改property文件的数据库路径,驱动,用户名,密码等,进入CMD到D盘运行java -jar kingdao.jar即在D盘根目录test文件夹下生成dao和dto-dao and the database automatically generated dto, specific methods: unzip to D root directory, modify the property file of the databa
BBS
- java代码写的,对于论坛的增删改查操作,其相关的dto,dao数据访问层,其中结合了sql server 2005数据库,对表中的数据进行操作-The code is writen with java.It mostly used for forum to insert,delete,update and select operation connected with sql 2005.