上一页 1 2 3 4 5 6 7 8 ··· 12 下一页
  2018年6月15日
摘要: sscanf() - 从一个字符串中读进与指定格式相符的数据. 说明: sscanf与scanf类似,都是用于输入的,只是后者以屏幕(stdin)为输入源,前者以固定字符串为输入源。其中的format可以是一个或多个 {%[*] [width] [{h | l | I64 | L}]type | ' 阅读全文
posted @ 2018-06-15 10:44 listenerln 阅读(3865) 评论(0) 推荐(0) 编辑
  2018年6月12日
摘要: F12打开开发者工具 元素选择器: 鼠标点击后可以选择页面的元素, 下面页面部分会主动将对应源码标识出来 console: 终端, 可以执行js脚本, 显示日志信息 source: 显示源码, 可以修改, 调试页面 url没有指明要访问的页面, 默认就是inde, 所以(index) 这个页面是浏览 阅读全文
posted @ 2018-06-12 17:30 listenerln 阅读(251) 评论(0) 推荐(0) 编辑
摘要: HSTS: 响应头中包含 Strict-Transport-Security: max-age=31536000; 表示 使用http访问时, 要求浏览器强制转换为https 当用户已经安全的登录开启过htst功能的网站 (支持hsts功能的站点会在响应头中插入:Strict-Transport-S 阅读全文
posted @ 2018-06-12 17:23 listenerln 阅读(161) 评论(0) 推荐(0) 编辑
摘要: # 编译静态/动态库 GCC = gcc AR = ar CFLAGS += -Wall -g -fPIC LIB += -ljson-c LIB += -lcrypto #OBJ = libweb.a OBJ = libweb.so all: $(OBJ) libweb.so: auth.o utiles.o $(GCC)... 阅读全文
posted @ 2018-06-12 16:24 listenerln 阅读(101) 评论(0) 推荐(0) 编辑
  2018年6月7日
摘要: HTTP/1.1 200 OK\r\n Set-Cookie: fsm_login=21232f297a57a5a743894a0e4a801fc3; path=/\r\n content-type:application/json\r\n Content-Length: 80\r\n\r\n {"hwid":"6cda2df5b71cf8d3d24515fd308a7b73","type":... 阅读全文
posted @ 2018-06-07 11:33 listenerln 阅读(205) 评论(0) 推荐(0) 编辑
  2018年5月30日
摘要: 本文为原创, 转载请注明出处 配置选项对应的指令列表: isc-dhcp-ipv4/dhcp-4.2.4/common/tables.c 私有编号: 1. 定义: # 配置文件有声明的编号 会在接收的时候 替换成类似new_acip1=value 形式 # 声明一个私有编号名字: acip1, 编号 阅读全文
posted @ 2018-05-30 15:08 listenerln 阅读(3626) 评论(0) 推荐(0) 编辑
  2018年5月18日
摘要: alert(JSON.stringify(obj, null, 2));将对象转换为stringalert(JSON.stringify(JSON.parse(str), null, 2));将字符串转换为json对象, 再转换为string毫秒时间格式化输出 var date = new Date(timeval * 1000); return date.format("yyyy年MM月d... 阅读全文
posted @ 2018-05-18 15:59 listenerln 阅读(143) 评论(0) 推荐(0) 编辑
  2018年5月17日
摘要: 父页面: 调用子页面函数 子页面: 调用父页面函数 子页面: 选择父页面元素 阅读全文
posted @ 2018-05-17 16:49 listenerln 阅读(332) 评论(0) 推荐(0) 编辑
  2018年5月16日
摘要: 选择器: ref: http://www.w3school.com.cn/jquery/jquery_selectors.asp jQuery 选择器 jQuery 选择器使用 4. 获取form 需要提交的值 5.多条件选择器 阅读全文
posted @ 2018-05-16 17:45 listenerln 阅读(156) 评论(0) 推荐(0) 编辑
  2018年4月17日
摘要: 下载地址: http://sourceforge.net/projects/ntop/files/PF_RING/ 编译模块: cd kernel/ pf_ring.ko 编译libpcapcd userland/libpcap-1.7.4 ./configure --target=mips-ope 阅读全文
posted @ 2018-04-17 09:30 listenerln 阅读(670) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 12 下一页