开门见山,操作如下:首先,在前端nginx上需要做如下配置:location/{proxy_passhttp://test1;proxy_set_hearderhost$host;proxy_set_headerX-Real_IP$remoute_addr;proxy_set_header$proxy_add_x_forwarded_for;};nginx会在把请求转向后台real-server前把http报头中的ip地址进..
分类:
其他好文 时间:
2014-05-27 04:03:48
阅读次数:
321
1
////////////////////////////////////////////////////////////////////////// 2
//code by hzs 3 //email: huangzhesi@gmail.com 4 //Last modified: 2014-....
分类:
其他好文 时间:
2014-05-27 02:41:54
阅读次数:
218
CSS命名规范CSS样式命名整理页面结构容器: container/wrap 整体宽度:wrapper
页头:header 内容:content 页面主体:main 页尾:footer 导航:nav 侧栏:sidebar 栏目:column
中间内容:center导航导航:nav 导航:mainba...
分类:
Web程序 时间:
2014-05-27 01:32:59
阅读次数:
374
常用的CSS命名规则头:header内容:content/container尾:footer导航:nav侧栏:sidebar栏目:column页面外围控制整体佈局宽度:wrapper左右中:left
right center登录条:loginbar标志:logo广告:banner页面主体:main热...
分类:
Web程序 时间:
2014-05-27 01:25:49
阅读次数:
405
header (ctype.h)Character handling functionsThis
header declares a set of functions to classify and transform individual
characters.FunctionsThese fun...
分类:
其他好文 时间:
2014-05-23 22:04:32
阅读次数:
504
cd /usr/src/wget
http://www.linuxvirtualserver.org/software/kernel-2.6/ipvsadm-1.24-6.src.rpmrpm
-ivh ipvsadm-1.24-6.src.rpm #会有Header V3 DSA signatur...
分类:
系统相关 时间:
2014-05-23 08:48:25
阅读次数:
323
文本re模式匹配,正则BeautifulSoupHTML分析ElementTreeXML分析文档与报告shelve对象数据库,操作此实例如操作字典poplib以pop3方式接收邮件imaplib以imap方式接收邮件gdchart画图reportlab生成pdf文件smtplib发送邮件email发送邮件,可以带附件网络模块socket原始的网络组件ht..
分类:
编程语言 时间:
2014-05-21 02:43:41
阅读次数:
304
当浏览器向Web服务器发出请求时,它向服务器传递了一个数据块,也就是请求信息,HTTP请求信息由3部分组成:l请求方法URI协议/版本l请求头(Request
Header)l请求正文下面是一个HTTP请求的例子:GET/sample.jspHTTP/1.1Accept:image/gif.imag...
分类:
其他好文 时间:
2014-05-20 10:38:05
阅读次数:
324
1、widge一般用于公用模块的设计与使用,以便加强软件模块的复用性与重用性一般使用include方法设计公共模块,比如,但是此方法有一个缺陷,无法利用$this->a=a;
+ header.html中模板{$a}传递参数只能使用{$Think.session.var}获取以下方法失效 pu...
分类:
Web程序 时间:
2014-05-19 13:50:23
阅读次数:
310
1.判断邮箱格式是否正确的代码://利用正则表达式验证-(BOOL)isValidateEmail:(NSString*)email{NSString*emailRegex
=@"[A-Z0-9a-z._%+-]+@[A-Za-z0-9.-]+\\.[A-Za-z]{2,4}";NSPredicat...
分类:
移动开发 时间:
2014-05-19 12:09:15
阅读次数:
539