随笔 - 835  文章 - 1 评论 - 40 阅读 - 102万
< 2025年2月 >
26 27 28 29 30 31 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 1
2 3 4 5 6 7 8

08 2018 档案
AWS安装
摘要:AWS Access Key ID [****************test]: adasdsadasd AWS Secret Access Key [****************2016]: U4fdOdasdsadsad Default region name [ap-southeast- 阅读全文
posted @ 2018-08-30 18:10 lshan 阅读(203) 评论(0) 推荐(0) 编辑
非常牛的一些来源项目,可替代现有的部分
摘要:参考:https://www.cnblogs.com/dunitian/p/5581520.html 阅读全文
posted @ 2018-08-29 22:27 lshan 阅读(172) 评论(0) 推荐(0) 编辑
MultipartFile 转换为File
摘要:方式1: private File transferToFile(MultipartFile multipartFile) { // 选择用缓冲区来实现这个转换即使用java 创建的临时文件 使用 MultipartFile.transferto()方法 。 File file = null; tr 阅读全文
posted @ 2018-08-29 21:33 lshan 阅读(46434) 评论(4) 推荐(3) 编辑
文件下載
摘要:參考:http://www.cnblogs.com/lihaoyang/p/7348293.html 阅读全文
posted @ 2018-08-29 19:30 lshan 阅读(115) 评论(0) 推荐(0) 编辑
controller 允许跨域访问
摘要:1.在controller 上加上 @CrossOrigin(origins = {"http://localhost:7777", "http://someserver:8080"}) eg:localhost 意思是允许本地跨域访问 7777:允许访问的端口号 阅读全文
posted @ 2018-08-28 20:22 lshan 阅读(3015) 评论(0) 推荐(0) 编辑
Sublime Text 3 安装+注册+汉化
摘要:参考:https://www.cnblogs.com/h--d/p/7555119.html 阅读全文
posted @ 2018-08-28 13:42 lshan 阅读(161) 评论(0) 推荐(0) 编辑
POI 3.17
摘要:发现与之前使用的有些不同 参考:https://www.cnblogs.com/h--d/p/6735110.html 阅读全文
posted @ 2018-08-28 12:16 lshan 阅读(122) 评论(0) 推荐(0) 编辑
JDK8时间格式转换
摘要:private static final ConcurrentMap<String, DateTimeFormatter> FORMATTER_CACHE = new ConcurrentHashMap<>(); private static final int PATTERN_CACHE_SIZE 阅读全文
posted @ 2018-08-28 10:00 lshan 阅读(8585) 评论(0) 推荐(0) 编辑
Sql语句在线转java bean https://www.bejson.com/othertools/sql2pojo/
摘要:https://www.bejson.com/othertools/sql2pojo/ 阅读全文
posted @ 2018-08-27 20:18 lshan 阅读(1091) 评论(0) 推荐(0) 编辑
DDD领域驱动设计
摘要:参考:https://www.cnblogs.com/netfocus/archive/2011/10/10/2204949.html 阅读全文
posted @ 2018-08-20 19:23 lshan 阅读(129) 评论(0) 推荐(0) 编辑
在Ubuntu下如何用CrossOver安装兼容性比较好的QQ(或TIM)
摘要:参考:https://www.k-xzy.xyz/archives/3287 阅读全文
posted @ 2018-08-20 17:18 lshan 阅读(206) 评论(0) 推荐(0) 编辑
layui 弹框
摘要:<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="wi 阅读全文
posted @ 2018-08-16 10:34 lshan 阅读(190) 评论(0) 推荐(0) 编辑
js小结
摘要:1.参考:https://blog.csdn.net/caib1109/article/details/51870362# 阅读全文
posted @ 2018-08-12 15:17 lshan 阅读(103) 评论(0) 推荐(0) 编辑
maven 编译解决jdk 版本问题
摘要:1.在父工程中pom 添加版本限制: <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <version>2.3.2</versi 阅读全文
posted @ 2018-08-08 18:00 lshan 阅读(169) 评论(0) 推荐(0) 编辑
jdk1.6 eclipse kepler 中安装jda
摘要:原因这是个比较老的版本的jad 参考:https://www.cnblogs.com/zhikou/p/8098137.html 1、在eclipse的help—》Install New Software...中添加新软件开发,添加它的源: name:jd-eclipse_update_site a 阅读全文
posted @ 2018-08-03 20:13 lshan 阅读(218) 评论(0) 推荐(0) 编辑
email 解析 ,发送 邮件
该文被密码保护。
posted @ 2018-08-03 12:30 lshan 阅读(32) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示