.header{ width:100%; height:100px; background:red; color:#333333;}aaaaaaaaaaaaaaeeeeeeeeeeeeeeeeeeeeeedddddddddddddddddddddddddddddddddddddddddddd...
分类:
其他好文 时间:
2014-07-19 17:25:05
阅读次数:
134
作者:iamlasong
1、接口说明
通过互联网访问,接口调用为HTTP请求的方式,每一次由用户发起的HTTP请求,需要设置验证信息,具体方法是,在HTTP Header部分增加version及authenticate属性,属性值在联调测试之前由总部提供。
接口调用地址:http:// IP:Port/invoke/path/{mail_num}
接口调用方式:HTTP GET方...
分类:
其他好文 时间:
2014-07-18 18:13:53
阅读次数:
367
前端性能优化准则:一、减少http请求。 措施:合并小图片,css控制背景图。合并CSS,合并JS二、使用CDN(Content Deliver Network 内容分发网络)发布静态资源。三、启用压缩组件。 response header:Content-encoding request h...
分类:
编程语言 时间:
2014-07-18 15:36:07
阅读次数:
256
常见配置项'配置值''TMPL_L_DELIM'=>''}>',//修改右定界符(重点)'DB_PREFIX'=>'tp_',//设置数据库表前缀便于管理分类(重点)'DB_DSN'=>'mysql://root:@localhost:3306/thinkphp3',/*使用DSN配置链接数据库信息...
分类:
Web程序 时间:
2014-07-18 15:28:29
阅读次数:
2243
========================安装sqlite=================官网下载安装包*.tar.gz格式./configure --prefix=/usr/server/sqlit 安装包目录makemake install测试安装成功 sqlite3 test.d...
分类:
数据库 时间:
2014-07-18 14:24:11
阅读次数:
308
lamp环境搭建1、apahce安装(1)安装相关的依赖包[root@localhost~]#yum–yinstallgccmakeopenssl-develc++libxml2-devel(2).编译安装apahce[root@localhostsrc]#tar-zxfhttpd-2.2.25[root@localhostsrc]#cdhttpd-2.2.25[root@localhostsrc]#./configure--prefix=/usr/loca..
分类:
其他好文 时间:
2014-07-18 13:09:49
阅读次数:
283
1、检查freetype是否安装
rpm -qa | grep freetype
没有的话编译freetype
这里下载
./configure --prefix=/usr/local/freetype
make && make install 即可,没有花头
2、检查libjpeg是否安装
rpm -qa | grep libjpeg
没有的话编译libjpeg
...
分类:
系统相关 时间:
2014-07-18 11:10:56
阅读次数:
256
查看nginx下面两个参数 值是否满足client_header_buffer_size 512k;large_client_header_buffers 4 512k;满足依然出现如果nginx是做反向代理设置gunicorn 参数--limit-request-line 8188 (默认是409...
分类:
其他好文 时间:
2014-07-18 08:15:37
阅读次数:
833
CSS命名规则头:header 内容:content/containe 尾:footer 导航:nav 侧栏:sidebar 栏目:column 页面外围控制整体布局宽度:wrapper 左右中:left right center 登录条:loginbar 标志:lo...
分类:
Web程序 时间:
2014-07-17 22:16:09
阅读次数:
371
nginx反向代理后,在应用中取得的ip都是反向代理服务器的ip,取得的域名也是反向代理配置的url的域名,解决该问题,需要在nginx反向代理配置中添加一些配置信息,目的将客户端的真实ip和域名传递到应用程序中。nginx反向代理配置时,一般会添加下面的配置: proxy_set_header H...
分类:
其他好文 时间:
2014-07-17 18:38:43
阅读次数:
208