摘要: // load("D:/jsontest.js"); function test1(vvv) { print(vvv); } //把json str 转 json obj function strToObj(json){ return eval("("+json+")"); } //把json obj 转 str function ob... 阅读全文
posted @ 2018-07-18 14:19 bleach3 阅读(244) 评论(0) 推荐(0) 编辑
摘要: modbus tcp数据报文结构 请求:00 00 00 00 00 06 09 03 00 00 00 01 响应:00 00 00 00 00 05 09 03 02 12 34 一次modbus tcp读取保持寄存器的通信分析(省略了ip/tcp头):从左向右分析该数据报文: 请求: 00 0 阅读全文
posted @ 2018-07-18 10:04 bleach3 阅读(749) 评论(0) 推荐(0) 编辑
摘要: mark 一下 HTTP 缓存机制一二三 http://web.jobbole.com/92773/ 彻底弄懂HTTP缓存机制及原理 /chenqf/p/6386163.html 阅读全文
posted @ 2018-06-02 14:59 bleach3 阅读(78) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/gesturexiaoxin/article/details/80162944 阅读全文
posted @ 2018-05-31 10:53 bleach3 阅读(79) 评论(0) 推荐(0) 编辑
摘要: USE [master] GO ALTER DATABASE 数据库名 SET RECOVERY SIMPLE WITH NO_WAIT GO ALTER DATABASE 数据库名 SET RECOVERY SIMPLE --简单模式 GO USE 数据库名 go declare @name va 阅读全文
posted @ 2018-05-31 10:52 bleach3 阅读(174) 评论(0) 推荐(0) 编辑
摘要: V20161028 由于项目原因,需要用到https去做一些事情. 这儿做了一些相应的研究. 这个https 用起来也是折腾人,还是研究了一周多+之前的一些积累. 目录 1,java client 通过https访问 C++ 的https server 2,python client 通过https 阅读全文
posted @ 2016-10-31 13:58 bleach3 阅读(3532) 评论(1) 推荐(0) 编辑
摘要: 目录: 1,交叉编译openssl 2,win32 vc9 编译 openssl setarch - change reported architecture in new program environment and set personality flags https://linux.die 阅读全文
posted @ 2016-10-29 16:39 bleach3 阅读(594) 评论(0) 推荐(0) 编辑
摘要: 安装了debian 8.5 就出问题了. root@debian8:~# lsb_release -aNo LSB modules are available.Distributor ID: DebianDescription: Debian GNU/Linux 8.5 (jessie)Releas 阅读全文
posted @ 2016-08-02 13:00 bleach3 阅读(3155) 评论(0) 推荐(0) 编辑
摘要: 最近由于项目需要,需要打开防火墙功能. 公司有 arm linux 3.0x86 linux 3.2x86 linux 2.4 的三个嵌入式.都需要打开防火墙功能. 执行“whereis iptables”命令,如果结果不为空,则说明防火墙软件已安装 输入iptables -L 命令查看配置 此处为 阅读全文
posted @ 2016-05-25 09:52 bleach3 阅读(5258) 评论(0) 推荐(0) 编辑