上一页 1 ··· 5 6 7 8 9 10 11 12 下一页
摘要: @SpringBootApplication(exclude={DataSourceAutoConfiguration.class,HibernateJpaAutoConfiguration.class}) ht... 阅读全文
posted @ 2018-08-29 16:02 yinder 阅读(593) 评论(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 阅读(173) 评论(0) 推荐(0) 编辑
摘要: 必要软件ngrok :用来搭建内网穿透 微信小程序开发工具 微信小程序账号如何使用ngrok 搭建内网穿透 在官网下载windows版本的ngrok,并且注册一个免费的账号,至此会给你生成一个认证码。ng... 阅读全文
posted @ 2018-08-16 15:03 yinder 阅读(309) 评论(0) 推荐(0) 编辑
摘要: Map map= new HashMap(); map.put("ssss","sadsad"); // 定义JackJson 对象 ObjectMapper mapper = new Objec... 阅读全文
posted @ 2018-08-13 13:46 yinder 阅读(163) 评论(0) 推荐(0) 编辑
摘要: 生成GUIDS 的网站:https://www.guidgen.com/Jrebel 介绍和破解说明:https://www.cnblogs.com/wang1024/p/7211194.html本地服务器软件,... 阅读全文
posted @ 2018-08-07 10:30 yinder 阅读(140) 评论(0) 推荐(0) 编辑
摘要: 1 使用 Environment 进行读取env.getProperty("配置文件中的值") 2 使用注解的方式 @PropertySource("classpath:application.properti... 阅读全文
posted @ 2018-08-01 09:27 yinder 阅读(315) 评论(0) 推荐(0) 编辑
摘要: 直接上代码 JAR包用这个 //获取容器资源解析器 ResourcePatternResolver resolver = new PathMatchingResourcePatternResol... 阅读全文
posted @ 2018-07-30 14:54 yinder 阅读(753) 评论(0) 推荐(0) 编辑
摘要: 获取到前端传来的文件名称,到相应的文件中去读取,通过流的形式写到响应体中。/** * 显示图片 * getFeedBackPicture.do?picName= * @return */ @Reque... 阅读全文
posted @ 2018-07-27 14:15 yinder 阅读(425) 评论(0) 推荐(0) 编辑
摘要: select * from ( select ROWNUM RN ,TT.* from ( select * from YQ_FEED_BACK_MESSAGE WHERE MODEL_TYPE = 3 AND... 阅读全文
posted @ 2018-07-27 14:11 yinder 阅读(163) 评论(0) 推荐(0) 编辑
摘要: JSP页面获取服务器路径的方式1.basePath方式在url加入如:http://192.168.66.66:8089/xinfang/2.直接请求服务器路径${pageContext.request.cont... 阅读全文
posted @ 2018-07-24 11:05 yinder 阅读(506) 评论(0) 推荐(0) 编辑
上一页 1 ··· 5 6 7 8 9 10 11 12 下一页