Spring Boot 日志记录 SLF4J Spring Boot 日志记录 SLF4J 2016年01月12日 09:25:28 阅读数:54086 2016年01月12日 09:25:28 阅读数:54086 阅读数:54086 在开发中打印内容,使用 System.out.println() ...
分类:
编程语言 时间:
2018-06-19 18:56:28
阅读次数:
281
double[] numbers= {1054.32179, -195489100.8377, 1.0437E21, -1.0573e-05}; string[] specifiers = { "C", "E", "e", "F", "G", "N", "P", "R", "#,000.000", ...
走视图地址 https://www.hcharts.cn/demo/highcharts 柱状图 <script src="../static/jquery-3.2.1.min.js"></script> <script src="../static/chart/highcharts.js"></s ...
分类:
其他好文 时间:
2018-06-19 16:10:42
阅读次数:
206
freemaker取map数据时,先判断map是否为null值 用assign标签获取${}取值即可 <#if map??&&(map?size gt 0)> <#assign value = (map['key'])> 或 ${examInfoMap['key']} </#if> ...
分类:
其他好文 时间:
2018-06-19 11:54:15
阅读次数:
162
POM <!-- mybatis版本号 --> <mybatis.version>3.2.1</mybatis.version> spring配置 jdbc.properties mapper: dao service ...
分类:
其他好文 时间:
2018-06-18 22:43:29
阅读次数:
215
jdbc.properties sso.properties mybatis-pageHelper.xml spring-mybatis.xml UserService.jsva UserServiceImpl.java ...
分类:
其他好文 时间:
2018-06-18 21:01:14
阅读次数:
224
pom文件 GResult.java GResultUtil.java CookieUtil.java HttpClientUtil.java ...
分类:
其他好文 时间:
2018-06-18 20:23:07
阅读次数:
167
开发过程中,经常task之间的同步问题。例如,多个子task并发完成一部分任务,主task等待他们最后结束。 在Go语言,实现同步的一种方式就是WaitGroup。 Example output: n: 3 n: 1 n: 2 main exit... 注意 WaitGroup变量定义后,是不允许被 ...
分类:
其他好文 时间:
2018-06-18 20:22:42
阅读次数:
134
time: 2018 06 18 13:00:00 tags: Linux 注意 系统版本: Ubuntu 18.04 LTS 代码 ...
分类:
系统相关 时间:
2018-06-18 14:28:42
阅读次数:
194
问题描述: Given an array nums and a target value k, find the maximum length of a subarray that sums to k. If there isn't one, return 0 instead. Note:The s ...
分类:
其他好文 时间:
2018-06-18 10:30:14
阅读次数:
107