搜索资源列表
appcam
- struts做得固定资产管理系统 带毕业论文完整版,项目也带数据库,安装即可运行! -struts in fixed assets management system done with the full version of thesis, the project also brings the database, the installation can run!
appcam
- java 资产管理public class BaseDAO { protected Connection conn=null protected PreparedStatement ps=null public BaseDAO(){ try{ this.conn = JdbcUtils.getCurrentConnection() }catch(SQLException e){