码迷,mamicode.com
首页 >  
搜索关键字:vip    ( 1808个结果
用Objective-C HTMLParser解析HTML文档
代码:https://github.com/zootreeves/Objective-C-HMTL-Parser?戴维营教育代码010203040506070809101112131415161718192021222324252627282930NSString*str=[NSStringstringWithContentsOfURL:[NSURLURLWithString:@"http://vip.astro.sina.com.cn/astro/view/aries/day/20140..
分类:Web程序   时间:2015-01-27 11:23:51    阅读次数:270
后盾网VIP教程html5技术课程(38课)
01.html5概述 02.html新增标签和属性(上) 03.html5新增标签和属性(下) 04.html5拖拽列表 05.html5拖拽异步上传文件 06.html5多媒体组件 07.html5自定义多媒体播放控件(上) 08.html5自定义多媒体播放控件(下) 09.html5表单新功能解...
分类:Web程序   时间:2015-01-23 09:29:29    阅读次数:221
VC获取计算机名和IP地址
void GetPcNameAndIp(CString &strPCName,vector &vIp){ vIp.clear(); WSADATA wsadata; WORD dwVersionRequested; int err = WSAStartup(dwVersionRequeste...
分类:其他好文   时间:2015-01-21 22:11:18    阅读次数:202
servicesdszfz.c
#include #include #include #include #include #include //int user_num=0; //普通用户数量//int vip_num=0; //VIP用户数量char* buf1; //哪种请求char* buf2; ...
分类:其他好文   时间:2015-01-21 14:45:48    阅读次数:206
services.c
#include #include #include #include #include #include int user_num=0; //普通用户数量int vip_num=0; //VIP用户数量 void doService(char buf[]); int...
分类:其他好文   时间:2015-01-20 15:32:12    阅读次数:112
answer.c
#include #include "vipLogin.h" void answer_user( GtkWidget *widget,gpointer data ) { gtk_widget_hide(data); } void answer_VIP( GtkWidget *widget...
分类:其他好文   时间:2015-01-20 15:04:56    阅读次数:137
service.c
#include #include #include #include #include #include int user_num=0; //普通用户数量int vip_num=0; //VIP用户数量void doService(char buf[]);int main(int a...
分类:其他好文   时间:2015-01-19 22:33:19    阅读次数:123
SQL注入的原理以及危害
SQL注入,就是通过把SQL命令插入到Web表单递交或输入域名或页面请求的查询字符串,最终达到欺骗服务器执行恶意的SQL命令,比如先前的很多影视网站泄露VIP会员密码大多就是通过WEB表单递交查询字符暴出的,这类表单特别容易受到SQL注入式攻击。基础原理 SQL注入攻击指的是通过构建特殊的输...
分类:数据库   时间:2015-01-16 22:22:06    阅读次数:371
lvs+keepalived(DR模式)
(一)网络架构D1:(LVS_MASTER) eth1:192.168.1.111 D2:(LVS_BACKUP) eth2:192.168.1.113 R1:(web_server1) eth1:192.168.1.214 R2:(web_server2) eth1:192.168.1.215 VIP:192.168.1.200(网站对外提供的虚拟ip地址,域名是解析到这个ip地址)(二)安装keepalived(D1,D2服务器都要..
分类:其他好文   时间:2015-01-13 01:34:28    阅读次数:358
dedecms VIP免积分下载 设置
\plus\download.php174行插入以下代码 if($cfg_ml->M_Rank>$needRank) { $inquery="INSERTINTO`#@__member_operation`(mid,oldinfo,money,mtime,buyid,product,pname,sta) VALUES(‘".$cfg_ml->M_ID."‘,‘$arctitle‘,‘$needMoney‘,‘".time()."‘,‘ARCHIVE".$id."‘,..
分类:其他好文   时间:2015-01-13 01:34:11    阅读次数:176
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!