摘要: 1 private static Double[] uniform_filter1d_double_fast(Double[] input, int size) { 2 Double[] output = new Double[input.length]; 3 //https://github.co 阅读全文
posted @ 2024-07-12 15:36 D: 阅读(1) 评论(0) 推荐(0) 编辑
摘要: python3.12.3安装后,import sqlite3出现找不到_sqlite3模块问题 阅读全文
posted @ 2024-04-16 14:59 D: 阅读(57) 评论(0) 推荐(0) 编辑
摘要: 直接上代码 创建客户端,连接到服务端,并发送消息: /** 发送一条消息到socket服务端*/ private void sendOne(String rawMessage) { NioEventLoopGroup group = new NioEventLoopGroup(); try { Bo 阅读全文
posted @ 2023-11-02 10:39 D: 阅读(76) 评论(0) 推荐(0) 编辑
摘要: 对漏扫结果修复后,胡乱记一些 一、容器 @Configuration public class TomcatContainerConfig { @Bean public ConfigurableServletWebServerFactory servletContainer() { TomcatSe 阅读全文
posted @ 2021-05-21 11:01 D: 阅读(1551) 评论(0) 推荐(0) 编辑
摘要: 1. python-pip不可用时: yum -y install epel-release yum install python-pip 阅读全文
posted @ 2020-10-30 14:59 D: 阅读(82) 评论(0) 推荐(0) 编辑
摘要: FROM:http://lazyfoo.net/tutorials/SDL/06_extension_libraries_and_loading_other_image_formats/windows/mingw/index.php Setting up SDL Extension Librarie 阅读全文
posted @ 2020-10-29 13:25 D: 阅读(87) 评论(0) 推荐(0) 编辑
摘要: FROM:http://lazyfoo.net/tutorials/SDL/06_extension_libraries_and_loading_other_image_formats/windows/msvsnet2010u/index.php Setting up SDL Extension L 阅读全文
posted @ 2020-10-29 10:28 D: 阅读(114) 评论(0) 推荐(0) 编辑
摘要: FROM: http://lazyfoo.net/tutorials/SDL/06_extension_libraries_and_loading_other_image_formats/windows/codeblocks/index.php Setting up SDL Extension Li 阅读全文
posted @ 2020-10-29 10:13 D: 阅读(94) 评论(0) 推荐(0) 编辑
摘要: FROM:http://lazyfoo.net/tutorials/SDL/06_extension_libraries_and_loading_other_image_formats/windows/msvc2019/index.php Setting up SDL Extension Libra 阅读全文
posted @ 2020-10-28 16:30 D: 阅读(114) 评论(0) 推荐(0) 编辑
摘要: FROM: http://lazyfoo.net/tutorials/SDL/06_extension_libraries_and_loading_other_image_formats/windows/index.php Setting up SDL Extension Libraries on 阅读全文
posted @ 2020-10-10 09:31 D: 阅读(93) 评论(0) 推荐(0) 编辑