• jackson.jar、jquery-blockUI.js、jquery.js

    三个开发ajax会用到的东东,下载了肯定会用到的、

    5
    46
    855KB
    2014-07-25
    9
  • 传智播客ibatis视频教程源代码

    private static SqlMapClient sqlMapClient = null; static { try { Reader reader = com.ibatis.common.resources.Resources.getResourceAsReader("com/itcast/SqlMapConfig.xml"); sqlMapClient = com.ibatis.sqlmap.client.SqlMapClientBuilder.buildSqlMapClient(reader); reader.close(); } catch (IOException e) { e.printStackTrace(); } } public void addStudent(Student student) { try { sqlMapClient.insert("insertStudent",student); } catch (SQLException e) { // TODO Auto-generated catch block e.printStackTrace(); } }

    5
    116
    1.73MB
    2014-07-23
    9
  • 适合新手,简单易懂的超市进销存管理系统

    用的是SQL 2005的数据库,把数据库导入到你的电脑后,把连接数据库的语句改一下就可以了。

    4
    933
    1.35MB
    2014-01-03
    50
关注 私信
上传资源赚积分or赚钱