摘要: 阅读全文
posted @ 2022-05-14 11:58 Bill he 阅读(5) 评论(0) 推荐(0) 编辑
摘要: 分段解密 public string DecryptJava(string privateKeyJava, string data, string encoding = "UTF-8") { RSACryptoServiceProvider rsa = new RSACryptoServicePro 阅读全文
posted @ 2020-10-28 15:14 Bill he 阅读(1067) 评论(2) 推荐(0) 编辑
摘要: 官方文档:http://activemq.apache.org/components/artemis/documentation/latest/mqtt.html Web Sockets Apache ActiveMQ Artemis also supports MQTT over Web Sock 阅读全文
posted @ 2020-09-22 14:14 Bill he 阅读(693) 评论(0) 推荐(0) 编辑
摘要: 官方文档http://activemq.apache.org/components/nms/providers/amqp/ 提到: AMQP1.0 Protocol Engine AmqpNetLite Apache-NMS-AMQP uses AmqpNetLite as the underlyi 阅读全文
posted @ 2020-08-13 09:06 Bill he 阅读(396) 评论(0) 推荐(0) 编辑
摘要: 原理:依赖oracle user_source数据字典,将脚本select出来拼成字符串。 具体实现参考隔壁大佬:https://blog.csdn.net/xiaoqiaoluanwu/article/details/48733781 有了这个转换的函数,剩下的就是用你习惯的语言把结构select 阅读全文
posted @ 2020-07-15 21:31 Bill he 阅读(387) 评论(0) 推荐(0) 编辑
摘要: XmlSerializer 的序列化 默认指定 编码 xmlWriterSettings.Encoding = Encoding.UTF8; 这种编码是带bom标记位(BOM: byte order mark : 字节顺序标记)的。 改为:xmlWriterSettings.Encoding = n 阅读全文
posted @ 2020-06-16 09:41 Bill he 阅读(1440) 评论(0) 推荐(0) 编辑
摘要: 说明文档主要翻译自官方文档,关键环境的配置我加入一些描述和截图,整体配置还是挺顺利。 警告:Apache ActiveMQ Artemis JDBC持久性存储正在开发中,包含在其中用于评估。 Apache ActiveMQ Artemis JDBC 持久层提供了使用数据库存储代理状态(消息、地址和其 阅读全文
posted @ 2020-05-18 15:23 Bill he 阅读(898) 评论(0) 推荐(0) 编辑
摘要: acceptor结点: <acceptor name="artemis">tcp://0.0.0.0:{port1}?remotingThreads=200;sslEnabled=true;keyStorePath=/etc/artemis_ssl/artemiskeystore.jks;keySt 阅读全文
posted @ 2020-04-30 16:34 Bill he 阅读(901) 评论(0) 推荐(0) 编辑
摘要: 文档地址:https://pay.weixin.qq.com/wiki/doc/api/xiaowei.php?chapter=20_3&index=3 这个接口比较特殊不需要nonce_str和sign_type,并且没有告知使用哪个sign_type,这里默认为Md5,并且响应内容的sign也是 阅读全文
posted @ 2019-07-27 17:01 Bill he 阅读(1880) 评论(0) 推荐(0) 编辑
摘要: 安装: 参考文章:https://www.jianshu.com/p/b2734268aaaf 注意 安装过程中如果运行anymo访问(创建broker,输入用户密码后的询问),如果输入Y则管理后台不需要密码 修改config: 参考文章:https://www.cnblogs.com/renshe 阅读全文
posted @ 2019-03-28 00:29 Bill he 阅读(3025) 评论(0) 推荐(0) 编辑