• 大小: 1.22MB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2023-09-02
  • 语言: Java
  • 标签: javase  demo  

资源简介

该代码可以做为学完javaSE的练手项目,里面运用到了基础的MySQL数据库知识 该代码可以做为学完javaSE的练手项目,里面运用到了基础的MySQL数据库知识

资源截图

代码片段和文件信息

package cn.cyxd.gjp.app;

import cn.cyxd.gjp.view.MainView;

/*
 * 主程序:作用,开启软件程序
 */
public class MainApp {
public static void main(String[] args) {
new MainView().run();
}
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2018-12-02 23:19  gjp\
     文件         504  2018-12-02 23:19  gjp\.classpath
     文件         379  2018-12-02 23:17  gjp\.project
     目录           0  2018-12-03 20:21  gjp\bin\
     目录           0  2018-12-03 20:21  gjp\bin\cn\
     目录           0  2018-12-03 20:21  gjp\bin\cn\cyxd\
     目录           0  2018-12-03 20:21  gjp\bin\cn\cyxd\gjp\
     目录           0  2018-12-03 20:21  gjp\bin\cn\cyxd\gjp\app\
     文件         462  2018-12-03 20:21  gjp\bin\cn\cyxd\gjp\app\MainApp.class
     目录           0  2018-12-03 20:51  gjp\bin\cn\cyxd\gjp\controller\
     文件        1305  2018-12-03 21:19  gjp\bin\cn\cyxd\gjp\controller\UsersController.class
     文件        1329  2018-12-03 20:21  gjp\bin\cn\cyxd\gjp\controller\ZhangWuController.class
     目录           0  2018-12-03 20:50  gjp\bin\cn\cyxd\gjp\dao\
     文件        3215  2018-12-03 21:18  gjp\bin\cn\cyxd\gjp\dao\UsersDao.class
     文件        3505  2018-12-03 20:22  gjp\bin\cn\cyxd\gjp\dao\ZhangWuDao.class
     目录           0  2018-12-03 20:50  gjp\bin\cn\cyxd\gjp\domain\
     文件        1430  2018-12-03 20:50  gjp\bin\cn\cyxd\gjp\domain\Users.class
     文件        2274  2018-12-03 20:21  gjp\bin\cn\cyxd\gjp\domain\ZhangWu.class
     目录           0  2018-12-03 20:50  gjp\bin\cn\cyxd\gjp\service\
     文件        1272  2018-12-03 21:19  gjp\bin\cn\cyxd\gjp\service\UsersService.class
     文件        1294  2018-12-03 20:21  gjp\bin\cn\cyxd\gjp\service\ZhangWuService.class
     目录           0  2018-12-03 20:21  gjp\bin\cn\cyxd\gjp\tools\
     文件        1951  2018-12-03 20:21  gjp\bin\cn\cyxd\gjp\tools\JDBCUtils.class
     目录           0  2018-12-03 21:46  gjp\bin\cn\cyxd\gjp\view\
     文件        6067  2018-12-03 21:47  gjp\bin\cn\cyxd\gjp\view\MainView.class
     文件        3948  2018-12-03 22:22  gjp\bin\cn\cyxd\gjp\view\MainView_Uers.class
     文件         100  2018-12-03 14:45  gjp\bin\database.properties
     目录           0  2018-12-02 23:19  gjp\lib\
     文件      160519  2018-12-02 19:40  gjp\lib\commons-dbcp-1.4.jar
     文件       77857  2018-12-02 14:17  gjp\lib\commons-dbutils-1.6.jar
     文件      100472  2018-12-02 19:40  gjp\lib\commons-pool-1.5.6.jar
............此处省略25个文件信息

评论

共有 条评论