摘要:
VM options -Dfile.encoding=UTF-8
阅读全文
posted @ 2018-03-26 11:02
white knight
阅读(99)
推荐(0)
编辑
摘要:
参考:http://hc.apache.org/httpclient-3.x/tutorial.html
阅读全文
posted @ 2018-03-16 11:08
white knight
阅读(316)
推荐(0)
编辑
摘要:
参考https://stackoverflow.com/questions/36937414/auto-login-spring-securityUserDetails userDetails = userDetailsService.loadUserByUsername(username);Aut
阅读全文
posted @ 2018-03-14 14:44
white knight
阅读(369)
推荐(0)
编辑
摘要:
参考https://www.cnblogs.com/kxkl123/p/7800967.html public String test() { return "redirect:/"; }
阅读全文
posted @ 2018-03-14 14:32
white knight
阅读(160)
推荐(0)
编辑
摘要:
参考http://www.runoob.com/w3cnote/js-get-url-param.html
阅读全文
posted @ 2018-03-13 16:24
white knight
阅读(104)
推荐(0)
编辑
摘要:
@WebService @HandlerChain public class UserService { ... } package com.xx.ws.header; import org.w3c.dom.Node; import javax.xml.namespace.QName; import javax.xml.soap.*; import javax.xml.ws.hand...
阅读全文
posted @ 2018-03-13 13:52
white knight
阅读(247)
推荐(0)
编辑
摘要:
参考 https://www.cnblogs.com/fuxin41/p/6289162.html pom.xml WebServiceConfig.java UserService.java UserServiceImpl.java Application.java ServletInitiali
阅读全文
posted @ 2018-03-13 13:45
white knight
阅读(524)
推荐(0)
编辑
摘要:
参考http://blog.csdn.net/programmeryu/article/details/58002218
阅读全文
posted @ 2018-03-12 11:46
white knight
阅读(191)
推荐(0)
编辑
摘要:
参考 http://blog.csdn.net/a394268045/article/details/52232120
阅读全文
posted @ 2018-03-12 11:15
white knight
阅读(137)
推荐(0)
编辑
摘要:
@SpringBootApplicationpublic class Application implements CommandLineRunner { public static void main(String[] args) { SpringApplication.run(Applicati
阅读全文
posted @ 2018-03-09 10:32
white knight
阅读(141)
推荐(0)
编辑