11 2019 档案
-
mysql查询时特殊字符转译
摘要:commons.lang String value = StringEscapeUtils.escapeSql(searchRequest.getSearchValue()); 阅读全文
-
springboot日期格式转换
摘要:post: @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8") GET: 阅读全文
-
通过nginx访问本地图片
摘要:listen 80; server_name image.demo.com; #charset koi8-r; #access_log logs/host.access.log main; location /file { alias C:/file; index index.html index.htm; autoindex on; } 阅读全文