commit 9988809d776fa5b58af65149e4223c03bf099a5b Author: yangpeng <3074487626@qq.com> Date: Thu Jul 18 21:08:06 2024 +0800 日考1 diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..4b06a50 --- /dev/null +++ b/.gitignore @@ -0,0 +1,36 @@ +target/ +!.mvn/wrapper/maven-wrapper.jar +!**/src/main/**/target/ +!**/src/test/**/target/ + +### IntelliJ IDEA ### +.idea + +*.iws +*.iml +*.ipr + +### Eclipse ### +.apt_generated +.classpath +.factorypath +.project +.settings +.springBeans +.sts4-cache + +### NetBeans ### +/nbproject/private/ +/nbbuild/ +/dist/ +/nbdist/ +/.nb-gradle/ +build/ +!**/src/main/**/build/ +!**/src/test/**/build/ + +### VS Code ### +.vscode/ + +### Mac OS ### +.DS_Store \ No newline at end of file diff --git a/pom.xml b/pom.xml new file mode 100644 index 0000000..32ef309 --- /dev/null +++ b/pom.xml @@ -0,0 +1,17 @@ + + + 4.0.0 + + com.bwwei + day_01ks + 1.0-SNAPSHOT + + + 17 + 17 + UTF-8 + + + \ No newline at end of file diff --git a/sql/1-专高6.doc b/sql/1-专高6.doc new file mode 100644 index 0000000..9ad3ae9 Binary files /dev/null and b/sql/1-专高6.doc differ diff --git a/sql/1-专高6.zip b/sql/1-专高6.zip new file mode 100644 index 0000000..9ddd7d1 Binary files /dev/null and b/sql/1-专高6.zip differ diff --git a/sql/7.18ks.sql b/sql/7.18ks.sql new file mode 100644 index 0000000..51d7dbf --- /dev/null +++ b/sql/7.18ks.sql @@ -0,0 +1,44 @@ +/* + Navicat Premium Dump SQL + + Source Server : 123.60.88.248 + Source Server Type : MySQL + Source Server Version : 50744 (5.7.44) + Source Host : 123.60.88.248:3306 + Source Schema : 7.18ks + + Target Server Type : MySQL + Target Server Version : 50744 (5.7.44) + File Encoding : 65001 + + Date: 18/07/2024 09:05:24 +*/ + +SET NAMES utf8mb4; +SET FOREIGN_KEY_CHECKS = 0; + +-- ---------------------------- +-- Table structure for stu +-- ---------------------------- +DROP TABLE IF EXISTS `stu`; +CREATE TABLE `stu` ( + `id` int(11) NOT NULL AUTO_INCREMENT, + `name` varchar(30) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL, + `sex` varchar(3) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL, + `tel` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci NULL DEFAULT NULL, + `classid` int(11) NULL DEFAULT NULL, + `age` int(11) NULL DEFAULT NULL, + `sal` double NULL DEFAULT NULL, + PRIMARY KEY (`id`) USING BTREE +) ENGINE = InnoDB AUTO_INCREMENT = 1006 CHARACTER SET = utf8mb4 COLLATE = utf8mb4_general_ci ROW_FORMAT = Dynamic; + +-- ---------------------------- +-- Records of stu +-- ---------------------------- +INSERT INTO `stu` VALUES (1001, '张三', '男', '15505250708', 10, 23, 1000); +INSERT INTO `stu` VALUES (1002, '李四', '男', '15453453457', 20, 20, 1556); +INSERT INTO `stu` VALUES (1003, '王五', '男', '13356345765', 30, 21, 4567); +INSERT INTO `stu` VALUES (1004, '赵六', '女', '15135346456', 20, 20, 6800); +INSERT INTO `stu` VALUES (1005, '田七', '男', '19835382384', 10, 15, 10000); + +SET FOREIGN_KEY_CHECKS = 1; diff --git a/sql/7.18ks.zip b/sql/7.18ks.zip new file mode 100644 index 0000000..24de872 Binary files /dev/null and b/sql/7.18ks.zip differ diff --git a/理论错题/QQ_1721307506614.png b/理论错题/QQ_1721307506614.png new file mode 100644 index 0000000..8abf73f Binary files /dev/null and b/理论错题/QQ_1721307506614.png differ diff --git a/理论错题/QQ_1721307585932.png b/理论错题/QQ_1721307585932.png new file mode 100644 index 0000000..aa73553 Binary files /dev/null and b/理论错题/QQ_1721307585932.png differ diff --git a/理论错题/QQ_1721307609250.png b/理论错题/QQ_1721307609250.png new file mode 100644 index 0000000..9ec5789 Binary files /dev/null and b/理论错题/QQ_1721307609250.png differ diff --git a/理论错题/day——01 b/理论错题/day——01 new file mode 100644 index 0000000..4d907ef --- /dev/null +++ b/理论错题/day——01 @@ -0,0 +1,3 @@ +理论: +第1题粗心确实点错了 +第37已经得到归纳总结