08 2018 档案

摘要:@SpringBootApplication(exclude={DataSourceAutoConfiguration.class,HibernateJpaAutoConfiguration.class}) ht... 阅读全文
posted @ 2018-08-29 16:02 yinder 阅读(636) 评论(0) 推荐(0)
摘要:# /etc/init.d/mysql stop# mysqld_safe --user=mysql --skip-grant-tables --skip-networking &# mysql -u root ... 阅读全文
posted @ 2018-08-19 15:02 yinder 阅读(180) 评论(0) 推荐(0)
摘要:必要软件ngrok :用来搭建内网穿透 微信小程序开发工具 微信小程序账号如何使用ngrok 搭建内网穿透 在官网下载windows版本的ngrok,并且注册一个免费的账号,至此会给你生成一个认证码。ng... 阅读全文
posted @ 2018-08-16 15:03 yinder 阅读(357) 评论(0) 推荐(0)
摘要:Map map= new HashMap(); map.put("ssss","sadsad"); // 定义JackJson 对象 ObjectMapper mapper = new Objec... 阅读全文
posted @ 2018-08-13 13:46 yinder 阅读(169) 评论(0) 推荐(0)
摘要:生成GUIDS 的网站:https://www.guidgen.com/Jrebel 介绍和破解说明:https://www.cnblogs.com/wang1024/p/7211194.html本地服务器软件,... 阅读全文
posted @ 2018-08-07 10:30 yinder 阅读(146) 评论(0) 推荐(0)
摘要:1 使用 Environment 进行读取env.getProperty("配置文件中的值") 2 使用注解的方式 @PropertySource("classpath:application.properti... 阅读全文
posted @ 2018-08-01 09:27 yinder 阅读(334) 评论(0) 推荐(0)