02 2018 档案

摘要:完整代码以及junit,mysql--connector包下载地址 : https://github.com/CasterWx/MyStudentDao 表信息: 代码: dao包 impl包 StudentDAOImpl.java dao包 IStudentDAO接口 domain包 Studen 阅读全文
posted @ 2018-02-25 18:51 AntzUhl 阅读(590) 评论(0) 推荐(1)
摘要:JDBC: 创建SQL语句对象 Statement statement = (Statement) con.createStatement() ; 调用执行 statement.executeUpdate(sqlString); 释放资源 statement.close(); 一 : 创建表的操作代 阅读全文
posted @ 2018-02-24 22:36 AntzUhl 阅读(254) 评论(0) 推荐(0)
摘要:JDBC 简介 JDBC(Java Data Base Connectivity,java 数据库连接)是一种用于执行 SQL 语句的 JavaAPI,可以为多种关系 数据库提供统一访问,它由一组用 Java 语言编写的类和接口组成。JDBC 提供了一种基准,据此可以构建更高级的工具和接口,使数据库 阅读全文
posted @ 2018-02-24 22:08 AntzUhl 阅读(831) 评论(0) 推荐(0)
摘要:1 sudo fsck -y /dev/sda# 1 e2fsck -f -y -v -C 0 /dev/sda# 阅读全文
posted @ 2018-02-24 21:29 AntzUhl 阅读(458) 评论(0) 推荐(0)
摘要:CSRF验证失败. 相应中断. 1).首先,我们可以先看一下出现问题的所在的原因。 Your browser is accepting cookies. The view function passes a request to the template's render method. In th 阅读全文
posted @ 2018-02-24 15:13 AntzUhl 阅读(2030) 评论(0) 推荐(0)
摘要:xadmin : 导入xadmin 路由设置: 表注册: admin: 路由设置: 表注册: 阅读全文
posted @ 2018-02-20 13:27 AntzUhl 阅读(744) 评论(0) 推荐(0)
摘要:提示 : Error fetching command 'collectstatic': You're using the staticfiles app without having set the STATIC_ROOT setting to a filesystem path.Command 阅读全文
posted @ 2018-02-20 13:06 AntzUhl 阅读(814) 评论(0) 推荐(0)
摘要:views.py settings.py models.py urls.py message_form.html style.css 数据库mysql,使用navicat premium工具。 阅读全文
posted @ 2018-02-18 17:56 AntzUhl 阅读(823) 评论(0) 推荐(0)