摘要: GMSSL - 国密SSL实验室 GMCURL-国密版cURL 阅读全文
posted @ 2024-12-19 17:29 蒂尔捷绅の 阅读(5) 评论(0) 推荐(0) 编辑
摘要: 1. 消息体为字符串 ## 1. 消息体为字符串类型 在queue中直接进行push消息即可 2. 消息体为java对象序列化 // 需要对对象进行序列化输出后base64加密 Object obj = new Object; ByteArrayOutputStream bos = new Byte 阅读全文
posted @ 2024-08-05 16:22 蒂尔捷绅の 阅读(49) 评论(0) 推荐(0) 编辑
摘要: oracle文档 阅读全文
posted @ 2024-05-30 09:12 蒂尔捷绅の 阅读(6) 评论(0) 推荐(0) 编辑
摘要: ## 查看curl版本 curl -V ## 查看curl指令 curl --help # --cert 证书 # --cert-type TYPE Certificate file type (DER/PEM/ENG) (SSL) 由此可看出linux下curl暂不支持p12证书 参考链接: ht 阅读全文
posted @ 2024-03-24 17:40 蒂尔捷绅の 阅读(333) 评论(0) 推荐(0) 编辑
摘要: logback文档目录 https://logback.qos.ch/demo.html 阅读全文
posted @ 2024-01-31 14:36 蒂尔捷绅の 阅读(2) 评论(0) 推荐(0) 编辑
摘要: ffmpeg 合并视频报"Unsafe file name" 问题: 增加-safe=0 参数 ffmpeg -f concat -safe 0 -i ./video.txt -c copy -y ./Scratch安装步骤.mp4 # 第一种方式 # video.txt 文本内容 需要注意文件顺序 阅读全文
posted @ 2023-09-10 16:35 蒂尔捷绅の 阅读(26) 评论(0) 推荐(0) 编辑
摘要: 下载地址:https://www.elastic.co/cn/downloads/ 支持:https://www.elastic.co/cn/support/matrix # elastrcsearch.yml需要注意 xpack安全配置修改为: false # 解决[.geoip_database 阅读全文
posted @ 2022-12-25 17:10 蒂尔捷绅の 阅读(379) 评论(0) 推荐(0) 编辑
摘要: Java反汇编:HSDIS、JITWatch windwos: https://blog.51cto.com/u_11966318/5374259 # git https://github.com/liuzhengyang/hsdis # 让JVM以编译模式执行代码,即JVM会在第一次运行时即将所有 阅读全文
posted @ 2022-12-25 10:42 蒂尔捷绅の 阅读(48) 评论(0) 推荐(0) 编辑
摘要: curl : curl - How To Use tcpdump 下载地址: Microolap TCPDUMP for Windows — Download web services : Web Services Addressing 1.0 - Core (w3.org) w3 tools :  阅读全文
posted @ 2022-12-15 10:03 蒂尔捷绅の 阅读(23) 评论(0) 推荐(0) 编辑
摘要: 1. xml文件加载 #beanFactroy下属性 #(XmlBeanDefinitionReader)解析spring.xml文件, 注册registerBeanDefinitions 1. entityResolver -> schemaResolver 主要加载META-INF/spring 阅读全文
posted @ 2022-11-21 20:42 蒂尔捷绅の 阅读(17) 评论(0) 推荐(0) 编辑
点击右上角即可分享
微信分享提示