上一页 1 ··· 43 44 45 46 47 48 49 50 51 ··· 115 下一页
摘要: 原文:http://blog.didispace.com/spring-boot-run-backend/ 酱油一篇,整理一下关于Spring Boot后台运行的一些配置方式。在介绍后台运行配置之前,我们先回顾一下Spring Boot应用的几种运行方式: 运行Spring Boot的应用主类 使用 阅读全文
posted @ 2017-12-20 15:14 这个名字想了很久~ 阅读(381) 评论(0) 推荐(0) 编辑
摘要: import java.io.FileInputStream; import java.io.FileOutputStream; import java.io.ObjectInputStream; import java.io.ObjectOutputStream; import java.security.Key; import java.security.KeyFactory; ... 阅读全文
posted @ 2017-12-19 15:19 这个名字想了很久~ 阅读(664) 评论(0) 推荐(0) 编辑
摘要: 原文:http://blog.csdn.net/earthhour/article/details/51188437 通过main方法测试得到一个加密值,通过servlet request调用得到一个加密值,都是加密相同的汉字,但是结果不同。 如果是加密英文,则不会有这种问题。 原因就在于汉字编码, 阅读全文
posted @ 2017-12-11 16:17 这个名字想了很久~ 阅读(1866) 评论(0) 推荐(0) 编辑
摘要: 原文:http://blog.csdn.net/easy_is_good/article/details/53609057 阅读全文
posted @ 2017-12-06 09:47 这个名字想了很久~ 阅读(2775) 评论(0) 推荐(0) 编辑
摘要: 原文:https://my.oschina.net/u/1790105/blog/1490098 这两天遇到SpringBoot拦截器中Bean无法注入问题。下面介绍我的思考过程和解决过程: 1.由于其他bean在service,controller层注入一点问题也没有,开始根本没意识到Bean无法 阅读全文
posted @ 2017-12-05 18:06 这个名字想了很久~ 阅读(6820) 评论(0) 推荐(0) 编辑
该文被密码保护。 阅读全文
posted @ 2017-11-23 14:13 这个名字想了很久~ 阅读(2) 评论(0) 推荐(0) 编辑
摘要: 原文:http://blog.csdn.net/aquester/article/details/48657395 1. 编译 对于client -> nginx reverse proxy -> apache, 要想在程序中取得真实的IP,在执行nginx的configure时,必须指定参数“-- 阅读全文
posted @ 2017-11-13 10:54 这个名字想了很久~ 阅读(2028) 评论(0) 推荐(0) 编辑
摘要: 原文:http://www.nginx.cn/4314.html AJAX从一个域请求另一个域会有跨域的问题。那么如何在nginx上实现ajax跨域请求呢?要在nginx上启用跨域请求,需要添加add_header Access-Control*指令。如下所示: 1 2 3 4 5 6 7 8 9 阅读全文
posted @ 2017-11-13 10:45 这个名字想了很久~ 阅读(1777) 评论(0) 推荐(0) 编辑
摘要: 原文:http://blog.csdn.net/a286352250/article/details/53157822 项目GitHub地址 : https://github.com/FrameReserve/TrainingBoot Spring Boot(十)使用@Async实现异步调用 ,标记 阅读全文
posted @ 2017-11-13 10:37 这个名字想了很久~ 阅读(10853) 评论(1) 推荐(2) 编辑
摘要: 原文:http://weigang-gao.iteye.com/blog/2188739 ArrayUtils – 用于对数组的操作,如添加、查找、删除、子数组、倒序、元素类型转换等; BitField – 用于操作位元,提供了一些方便而安全的方法; BooleanUtils – 用于操作和转换bo 阅读全文
posted @ 2017-11-10 15:09 这个名字想了很久~ 阅读(3363) 评论(0) 推荐(1) 编辑
上一页 1 ··· 43 44 45 46 47 48 49 50 51 ··· 115 下一页