04 2015 档案

网络验证的破解思路
该文被密码保护。

posted @ 2015-04-16 19:48 透明色~ 阅读(1) 评论(0) 推荐(0)

封装 一下 php sql 的存储语句
摘要:function get_insert_sql($obj){ $str1 =""; $str2 =""; foreach($obj as $key => $value) { if( $key == "id" or is_null($value) ) continue; if( strlen(... 阅读全文

posted @ 2015-04-04 22:41 透明色~ 阅读(227) 评论(0) 推荐(0)

vc 实现一个 http Server
摘要:实现 http 的协议解析 以及封装 , 对应不同的访问地址, 调用绑定的处理程序 ,#include "stdafx.h"#include "lyocomm\webServer.h"#include "lyocomm\webServer.cpp"// http://127.0.0.1:10000/... 阅读全文

posted @ 2015-04-04 22:20 透明色~ 阅读(579) 评论(0) 推荐(0)

导航