摘要:
GMSSL - 国密SSL实验室 GMCURL-国密版cURL 阅读全文
摘要:
1. 消息体为字符串 ## 1. 消息体为字符串类型 在queue中直接进行push消息即可 2. 消息体为java对象序列化 // 需要对对象进行序列化输出后base64加密 Object obj = new Object; ByteArrayOutputStream bos = new Byte 阅读全文
摘要:
## 查看curl版本 curl -V ## 查看curl指令 curl --help # --cert 证书 # --cert-type TYPE Certificate file type (DER/PEM/ENG) (SSL) 由此可看出linux下curl暂不支持p12证书 参考链接: ht 阅读全文
摘要:
logback文档目录 https://logback.qos.ch/demo.html 阅读全文
摘要:
ffmpeg 合并视频报"Unsafe file name" 问题: 增加-safe=0 参数 ffmpeg -f concat -safe 0 -i ./video.txt -c copy -y ./Scratch安装步骤.mp4 # 第一种方式 # video.txt 文本内容 需要注意文件顺序 阅读全文
摘要:
下载地址:https://www.elastic.co/cn/downloads/ 支持:https://www.elastic.co/cn/support/matrix # elastrcsearch.yml需要注意 xpack安全配置修改为: false # 解决[.geoip_database 阅读全文
摘要:
Java反汇编:HSDIS、JITWatch windwos: https://blog.51cto.com/u_11966318/5374259 # git https://github.com/liuzhengyang/hsdis # 让JVM以编译模式执行代码,即JVM会在第一次运行时即将所有 阅读全文
摘要:
curl : curl - How To Use tcpdump 下载地址: Microolap TCPDUMP for Windows — Download web services : Web Services Addressing 1.0 - Core (w3.org) w3 tools : 阅读全文
摘要:
1. xml文件加载 #beanFactroy下属性 #(XmlBeanDefinitionReader)解析spring.xml文件, 注册registerBeanDefinitions 1. entityResolver -> schemaResolver 主要加载META-INF/spring 阅读全文