摘要: 链接 : http://blog.sina.com.cn/s/blog_5d4214c70102wnf1.html 阅读全文
posted @ 2018-06-21 13:05 Peter.Jones 阅读(166) 评论(0) 推荐(0) 编辑
摘要: 在POM 4中,<dependency>中引入了<scope>,它主要管理依赖的部署。目前<scope>可以使用5个值: * compile,缺省值,适用于所有阶段,会随着项目一起发布。 * provided,类似compile,期望JDK、容器或使用者会提供这个依赖。如servlet.jar。 * 阅读全文
posted @ 2018-06-21 13:00 Peter.Jones 阅读(141) 评论(0) 推荐(0) 编辑
摘要: 链接: https://www.cnblogs.com/lpyan/p/5608333.html 链接:https://www.cnblogs.com/springlight/p/6288902.html 密码设置 阅读全文
posted @ 2018-06-21 12:12 Peter.Jones 阅读(237) 评论(0) 推荐(0) 编辑
摘要: group_concat()会计算哪些行属于同一组,将属于同一组的列显示出来,group by指定的列进行分组。 例如: -- 根据物流订单id查询所有物流订单,车源订单,车辆信息(多条数据合并为一条数据,英文逗号隔开) SELECT a.id AS logisOrderId, a.logistic 阅读全文
posted @ 2018-06-21 10:54 Peter.Jones 阅读(426) 评论(0) 推荐(0) 编辑
摘要: MySQL修改时间函数: 1. addDate(date,INTERVAL expr unit) interval 代表时间间隔 : SELECT NOW(); 2018-06-20 15:00:00 -- 当前时间SELECT ADDDATE('2018-06-20 15:00:00',INTER 阅读全文
posted @ 2018-06-20 16:05 Peter.Jones 阅读(1196) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/baibinboss/article/details/64922472 阅读全文
posted @ 2017-09-17 22:48 Peter.Jones 阅读(111) 评论(0) 推荐(0) 编辑
摘要: http://www.jb51.net/article/44295.htm 阅读全文
posted @ 2017-08-30 00:26 Peter.Jones 阅读(160) 评论(0) 推荐(0) 编辑
摘要: https://zhuanlan.zhihu.com/p/24989832 阅读全文
posted @ 2017-08-30 00:21 Peter.Jones 阅读(1087) 评论(0) 推荐(0) 编辑
摘要: 简单: http://www.cnblogs.com/libingbin/p/5978159.html 详细:http://blog.csdn.net/haidaoduozhu/article/details/54906837 阅读全文
posted @ 2017-08-29 22:23 Peter.Jones 阅读(65) 评论(0) 推荐(0) 编辑
摘要: <?xml version="1.0" encoding="UTF-8"?><!DOCTYPE struts PUBLIC "-//Apache Software Foundation//DTD Struts Configuration 2.3//EN" "http://struts.apache. 阅读全文
posted @ 2016-10-21 22:22 Peter.Jones 阅读(123) 评论(0) 推荐(0) 编辑
点击右上角即可分享
微信分享提示