摘要: 实现: 1.c#将xml报文做数字签名发送到java服务,java服务成功验签。 2.c#服务对收到java服务推送的xml报文成功验签。 前提: 1.java服务要求 遇到问题: 1.Java和.net 之前 RSA 私钥秘钥格式问题。 2.framework4.0 SignatureDescri 阅读全文
posted @ 2018-12-23 13:43 Bill he 阅读(1177) 评论(2) 推荐(0) 编辑
摘要: activemq版本:5.15.3 Eclipse Paho MQTT JavaScript library mqttws3.1:在amq安装目录下webapp-demo目录下可以找到 实现步骤请阅读以下几篇文章: 1.https://www.cnblogs.com/ShimizuShiori/p/ 阅读全文
posted @ 2018-08-30 14:02 Bill he 阅读(1313) 评论(0) 推荐(0) 编辑
摘要: ASP.NET Framework处理一个Http Request的流程: HttpRequest-->inetinfo.exe-->ASPNET_ISAPI.dll-->ASPNET_WP.exe-->HttpRuntime-->HttpApplication Factory-->HttpAppl 阅读全文
posted @ 2018-05-29 14:45 Bill he 阅读(251) 评论(0) 推荐(0) 编辑
摘要: ActiveMQ from version 5.4 has an optional persistent scheduler built into the ActiveMQ message broker. It is enabled by setting the broker schedulerSu 阅读全文
posted @ 2018-04-28 10:26 Bill he 阅读(721) 评论(2) 推荐(0) 编辑
摘要: static void Main(string[] args) { Excel.Application app = new Excel.Application(); Excel._Workbook result = app.Workbooks.Add(); Excel._Workbook wb1 = 阅读全文
posted @ 2018-04-26 16:19 Bill he 阅读(346) 评论(1) 推荐(0) 编辑
摘要: 按这篇文章操作:https://openclub.alipay.com/read.php?tid=2026&fid=60 原因:应用签约时间在新api 2.0启用前,而api是使用2.0的才会有此现象。应该是不兼容导致的。 阅读全文
posted @ 2018-03-28 14:52 Bill he 阅读(708) 评论(0) 推荐(0) 编辑
摘要: jQuery off() 方法 $("button").click(function(){$("p").off("click");}); 参考:http://www.runoob.com/jquery/event-off.html; https://www.cnblogs.com/xiaobaims 阅读全文
posted @ 2018-01-24 09:56 Bill he 阅读(129) 评论(0) 推荐(0) 编辑
摘要: 引用地址:http://blog.chinaunix.net/uid-28781890-id-3566082.html http://www.cnblogs.com/liuju150/p/Memcached-Config-maxbytes.html 一.主要启动参数 -p:设置TCP监听端口。如果- 阅读全文
posted @ 2017-03-20 10:59 Bill he 阅读(108) 评论(0) 推荐(0) 编辑
摘要: 命令: 1.http://blog.csdn.net/simongeek/article/details/45271089 2.http://www.jianshu.com/p/654be9c0f134 查看8080端口,则可以结合grep命令: netstat -ap | grep 8080 tc 阅读全文
posted @ 2017-02-20 23:15 Bill he 阅读(128) 评论(0) 推荐(0) 编辑
摘要: iis 找到部署的站点应用连接池,右键高级设置,找到“加载用户配置文件”改为true。window service2008 默认为false的。 阅读全文
posted @ 2016-05-13 13:41 Bill he 阅读(283) 评论(0) 推荐(0) 编辑