-
修改sservlet版本查看全部
-
配置的官方地址查看全部
-
mvn archetype:generate -DarchetypeCatalog=internal -DgroupId=com.seckill -DartifactId=seckill -DarchetypeArtifactId=maven-archetype-webapp 这样写才能执行成功查看全部
-
insert ingnore查看全部
-
聚焦索引 非聚焦索引查看全部
-
mysql engine查看全部
-
天猫的秒杀库存系统查看全部
-
表设计查看全部
-
create index查看全部
-
test查看全部
-
当主键冲突,使用 insert ignore 忽略主键冲突异常查看全部
-
开启驼峰转换查看全部
-
日志相关的maven依赖的关系。查看全部
-
<configuration> <!-- 配置全局属性 --> <settings> <!-- 使用jdbc的getGeneratedKeys获取数据库自增主键值 --> <setting name="useGeneratedKeys" value="true"/> <!-- 使用列别名替换列名 默认:true --> <setting name="useColumnLabel" value="true"/> <!-- 开启驼峰命名转换:Table(create_time) -> Entity/(createTime) --> <setting name="mapUnderscoreToCamelCase" value="true"/> </settings> </configuration>查看全部
-
-- 初始化数据 insert into seckill(name,number,start_time,end_time) values ('1000元秒杀iphone6',100,'2015-11-01 00:00:00','2015-11-02 00:00:00'), ('500元秒杀ipad2',200,'2015-11-01 00:00:00','2015-11-02 00:00:00'), ('300元秒杀小米4',300,'2015-11-01 00:00:00','2015-11-02 00:00:00'), ('200元秒杀红米note',400,'2015-11-01 00:00:00','2015-11-02 00:00:00');查看全部
举报
0/150
提交
取消