摘要:function get_insert_sql($obj){ $str1 =""; $str2 =""; foreach($obj as $key => $value) { if( $key == "id" or is_null($value) ) continue; if( strlen(...
阅读全文
摘要:实现 http 的协议解析 以及封装 , 对应不同的访问地址, 调用绑定的处理程序 ,#include "stdafx.h"#include "lyocomm\webServer.h"#include "lyocomm\webServer.cpp"// http://127.0.0.1:10000/...
阅读全文