最赞回答 / 龙王丨
CREATE TABLE seckill(`seckill_id` bigint NOT NULL AUTO_INCREMENT COMMENT '商品库存id',`name` varchar(120) NOT NULL COMMENT '商品名称',`number` int NOT NULL COMMENT '库存数量',`start_time` TIMESTAMP NOT NULL COMMENT '秒杀开始时间',`end_time` TIMESTAMP NOT NULL COMMENT '秒杀结束...
2016-10-10
最赞回答 / return1
在文件头中引入:xmlns:context="http://www.springframework.org/schema/context"在xsi:schemaLocation这个字符串中添加context相关的解析文件 http://www.springframework.org/schema/context http://www.springframework.org/schema/context/spring-context-4.2.xsd。
2016-10-04
最赞回答 / 隋堤倦客
idea打开设置界面(mac下快捷键:[⌘键 + ,键]) --> Maven --> Repositories ,选中本地的仓库,点击右上角的update,更新maven仓库索引。这样对于已经下载到本地的jar都可以自动进行补全了
2016-09-23
最赞回答 / 吼吼在幕课
intelj IDE 會自動提示。 其實沒必要自己下寫 , 到 https://mvnrepository.com這個網站上搜下需要的依賴,copy&paste就可以了。自己寫還容易出錯。
2016-09-14