上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 23 下一页
摘要: https://www.yeetrack.com/?p=581 使用apache-cxf自动生成webservice本地类,有时需要在soap中添加header信息,如下面 <soap:header> <username>youthflies</username> <password>youthfl 阅读全文
posted @ 2020-09-16 17:06 liness0713 阅读(614) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/yhb241/article/details/80646485 HTTP Basic 认证 Basic 认证是 Web 服务器于客户端之间进行认证的一种方式, 最初是在HTTP 1.0 规范(RFC 1945)中定义,后续的有关安全的信息可以在HTTP 1 阅读全文
posted @ 2020-09-16 15:00 liness0713 阅读(219) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/xiongya8888/article/details/84073190 XML中不允许出现一些特殊字符,这些字符需要使用转义字符代替 显示结果描述转义字符十进制 空格 &nbsp; &#160; < 小于号 &lt; &#60; > 大于号 &gt; & 阅读全文
posted @ 2020-09-16 14:57 liness0713 阅读(596) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/u012228009/article/details/55000190 https://bbs.csdn.net/topics/370023850 概述wsimport是jdk自带的命令,可以根据wsdl文档生成客户端中间代码,基于生成的代码编写客户端,可 阅读全文
posted @ 2020-09-16 14:56 liness0713 阅读(586) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/dongjunwen/article/details/54890415 使用jdk里面自带的wsimport工具,具体使用办法如下: 在JDK的bin文件夹中,有一个wsimport.exe,这个工具依据wsdl文件生成相应的类文件,然后用这些类文件,就可 阅读全文
posted @ 2020-09-16 14:54 liness0713 阅读(342) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/hbym/p/10929614.html 1、进入到cxf的bin目录,准备在dos命令行执行cd D:\softpath\apache-cxf-3.2.3\bin(黑窗口暂时就不管了)2、在windows的上新建包含url的验证用户和密码的文件 au 阅读全文
posted @ 2020-09-16 14:51 liness0713 阅读(412) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/weixin_39510813/article/details/90347401 记录一个小问题,我们使用openssl生成server.key文件后,在程序运行时需要从该文件提取秘钥进行运行,但是每次运行时都需要手动输入密码,这样服务器程序无法正常运行在 阅读全文
posted @ 2020-08-27 16:50 liness0713 阅读(194) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/qq_40321119/article/details/103329313?utm_medium=distribute.pc_relevant.none-task-blog-BlogCommendFromMachineLearnPai2-1.channel 阅读全文
posted @ 2020-08-27 15:11 liness0713 阅读(5329) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/chnmig/p/10343890.html 目前的大趋势是升级HTTP为HTTPS 本章介绍怎样实装HTTPS证书 # 如果报 ssl 错误是Nginx安装时未安装ssl 请重新编译nginx 可以参考我之前的博客 申请/获取https# 这里就不详 阅读全文
posted @ 2020-08-27 15:10 liness0713 阅读(189) 评论(0) 推荐(0) 编辑
摘要: https://wangbin.io/blog/it/https-ca.html 最近chrome提示https证书错误,缺少subjectAltName,查了下解决方法,更新下。 一. 简介 之前我的博客支持https使用的是向StartCom CA申请签发的一年免费证书。StartCom是受信赖 阅读全文
posted @ 2020-08-27 15:09 liness0713 阅读(96) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 23 下一页