上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 23 下一页
  2019年9月10日
摘要: 本文转载自http://www.dnxtc.net/zixun/zhuangjijiaocheng/2018-12-01/3256.html 防止忘记 特别把资源集中一下 新买的笔记本预装的WIN10 用着特别不爽 之前在网上查说是已经不能安装WIN7了 所以也就将就一下 结果有一天没有正常关机 死 阅读全文
posted @ 2019-09-10 04:01 弘道者 阅读(5731) 评论(0) 推荐(0)
  2019年9月4日
摘要: 之前写代码的时候不严谨 导致产生了很多乱码文件 不太好删除 下面的代码编译后可以进行删除 阅读全文
posted @ 2019-09-04 14:25 弘道者 阅读(283) 评论(0) 推荐(0)
  2019年8月27日
摘要: PING包发送里面有一个比较关键的就是checksum即校验和 checksum本来就是ICMP包内的数据 怎么又从ICMP包开始计算?后来看了一下文档,就是就算ICMP的时候checksum本身 的字段要置零 阅读全文
posted @ 2019-08-27 15:37 弘道者 阅读(2280) 评论(1) 推荐(0)
  2019年8月25日
摘要: 已经存在虚拟账户 添加新账户 阅读全文
posted @ 2019-08-25 15:04 弘道者 阅读(130) 评论(0) 推荐(0)
  2019年8月24日
摘要: #include <stdio.h> #include <stdlib.h> #include <string.h> #include <string> using namespace std; char file[]="hexstr.h"; bool str2hex(string str,string name) { FILE* fp=fopen(file,"a+"); fprintf(fp," 阅读全文
posted @ 2019-08-24 15:18 弘道者 阅读(575) 评论(0) 推荐(0)
  2019年8月11日
摘要: 不想暴露域名解析过程,防止被抓包可以简单的用curl命令 如下 返回内容如下 上面是cloudflare的格式不是标准格式 下面介绍Google的方案 还是解析xiaokefang.com 1.需要按照rfc1035规范把域名按照DNS协议打包 2.把打包好的数据进行base64得到一个字符串 3. 阅读全文
posted @ 2019-08-11 15:13 弘道者 阅读(1027) 评论(0) 推荐(0)
  2019年8月10日
摘要: 用C++实现10进制转16进制 阅读全文
posted @ 2019-08-10 21:02 弘道者 阅读(718) 评论(0) 推荐(0)
  2019年7月26日
摘要: #!/bin/bash service iptables stop setenforce 0 yum -y install httpd service httpd restart yum -y install mysql-server service mysqld start ss -ntl |awk -F" " '{print $4}'|grep ^:::3306$ &> /dev/nul... 阅读全文
posted @ 2019-07-26 16:58 弘道者 阅读(617) 评论(0) 推荐(0)
  2019年7月20日
摘要: 要使用CEF3首先就要编译 下载网址为http://opensource.spotify.com/cefbuilds/index.html#windows64_builds 如果下载不动 可以用我上传到百度网盘的文件 链接:https://pan.baidu.com/s/17eL0bnn4UIUVp 阅读全文
posted @ 2019-07-20 21:06 弘道者 阅读(3166) 评论(0) 推荐(0)
  2019年7月17日
摘要: 签名 阅读全文
posted @ 2019-07-17 15:38 弘道者 阅读(197) 评论(0) 推荐(0)
上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 23 下一页