white knight

导航

 

2018年3月26日

摘要: mvn install:install-file -DgroupId=com.lowagie -DartifactId=itextasian -Dversion=1.0 -Dpackaging=jar -Dfile=iTextAsian.jar 阅读全文
posted @ 2018-03-26 11:02 white knight 阅读(162) 评论(0) 推荐(0) 编辑
 

2018年3月16日

摘要: 参考:http://hc.apache.org/httpclient-3.x/tutorial.html 阅读全文
posted @ 2018-03-16 11:08 white knight 阅读(311) 评论(0) 推荐(0) 编辑
 

2018年3月14日

摘要: 参考https://stackoverflow.com/questions/36937414/auto-login-spring-securityUserDetails userDetails = userDetailsService.loadUserByUsername(username);Aut 阅读全文
posted @ 2018-03-14 14:44 white knight 阅读(362) 评论(0) 推荐(0) 编辑
 
摘要: 参考https://www.cnblogs.com/kxkl123/p/7800967.html public String test() { return "redirect:/"; } 阅读全文
posted @ 2018-03-14 14:32 white knight 阅读(160) 评论(0) 推荐(0) 编辑
 

2018年3月13日

摘要: 参考http://www.runoob.com/w3cnote/js-get-url-param.html 阅读全文
posted @ 2018-03-13 16:24 white knight 阅读(103) 评论(0) 推荐(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 阅读(244) 评论(0) 推荐(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 阅读(516) 评论(0) 推荐(0) 编辑
 

2018年3月12日

摘要: 参考http://blog.csdn.net/programmeryu/article/details/58002218 阅读全文
posted @ 2018-03-12 11:46 white knight 阅读(190) 评论(0) 推荐(0) 编辑
 
摘要: 参考 http://blog.csdn.net/a394268045/article/details/52232120 阅读全文
posted @ 2018-03-12 11:15 white knight 阅读(132) 评论(0) 推荐(0) 编辑
 

2018年3月9日

摘要: @SpringBootApplicationpublic class Application implements CommandLineRunner { public static void main(String[] args) { SpringApplication.run(Applicati 阅读全文
posted @ 2018-03-09 10:32 white knight 阅读(141) 评论(0) 推荐(0) 编辑