摘要: 微信接口开发 阅读全文
posted @ 2015-03-06 09:55 D: 阅读(111) 评论(0) 推荐(0) 编辑
摘要: 1.25本Python电子书 http://python.jobbole.com/29281/ 2.C在线课程 http://www.icourse163.org/course/zju-9001?tid=9001#/info 3. https://campaign.gitcafe.com/hacks 阅读全文
posted @ 2015-03-02 09:05 D: 阅读(204) 评论(0) 推荐(0) 编辑
摘要: python3.12.3安装后,import sqlite3出现找不到_sqlite3模块问题 阅读全文
posted @ 2024-04-16 14:59 D: 阅读(3) 评论(0) 推荐(0) 编辑
摘要: 直接上代码 创建客户端,连接到服务端,并发送消息: /** 发送一条消息到socket服务端*/ private void sendOne(String rawMessage) { NioEventLoopGroup group = new NioEventLoopGroup(); try { Bo 阅读全文
posted @ 2023-11-02 10:39 D: 阅读(54) 评论(0) 推荐(0) 编辑
摘要: 由于目标服务网络在专网内,专网提供了VPN访问,但是该VPN软件不支持mac设备,所以只能通过本地网络中的某个机器进行路由\共享VPN网络。 1、共享主机系统win10家庭版 安装好VPN客户端,连接设置完成,测试服务连接完成。 2、开启路由转发功能 打开注册表修改系统默认IP转发开关 命令行中输入 阅读全文
posted @ 2022-07-29 17:29 D: 阅读(0) 评论(0) 推荐(0) 编辑
摘要: 1. 时间戳字符串转年月日、时分秒 时间戳字符串如:long_time_str = '1657149443220' FROM_UNIXTIME(CAST((long_time_str+0)/1000 AS SIGNED)) 阅读全文
posted @ 2022-07-07 17:21 D: 阅读(21) 评论(0) 推荐(0) 编辑
摘要: 对漏扫结果修复后,胡乱记一些 一、容器 @Configuration public class TomcatContainerConfig { @Bean public ConfigurableServletWebServerFactory servletContainer() { TomcatSe 阅读全文
posted @ 2021-05-21 11:01 D: 阅读(1507) 评论(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: 阅读(86) 评论(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) 编辑