Files *>
Options -Indexes
Files>
IfModule mod_headers.c>
FilesMatch "\.(ico|pdf|flv|jpg|jpeg|png|gif|js|css|swf)$">
Header set Cache-Control "max-age=2592000, public"
FilesMatch>
FilesMatch "\.(x...
分类:
数据库 时间:
2014-11-07 09:53:58
阅读次数:
271
很好很强大的接口测试工具,自己设置头和参数,并且可以将已测试的记录保存!...
分类:
Web程序 时间:
2014-11-06 17:37:45
阅读次数:
618
// 解决不同浏览器下载文件名称乱码var userAgent = (req.headers['user-agent']||'').toLowerCase();res.set('Content-Type', 'application/octet-stream;charset=utf-8');if(u...
分类:
Web程序 时间:
2014-11-05 00:11:05
阅读次数:
575
业务需要:我要写个tanx模拟器,给DSP发竞价请求。下面是部分代码: def PostDataToDSP(self,url,postdata): headers = { 'Content-Type':'application/octet-stream',...
分类:
Web程序 时间:
2014-11-04 21:06:40
阅读次数:
204
装个vmtools找了好久,编译head什么的。1,添加源:vim/etc/sources.listdebhttp://http.kali.org/kalikalimainnon-freecontrib
deb-srchttp://http.kali.org/kalikalimainnon-free2,apt-getupdate3,安装linux-header:apt-getinstallgccmakelinux-headers-$(uname-r)4,链接文件..
分类:
系统相关 时间:
2014-11-04 06:53:19
阅读次数:
762
首先贴上到目前为止完成的代码:form.php的代码: 1 14 15 16 17 18 Contact Us19 20 21 22 23 Contact Us24 25 Sorry your mail could not be be sent.26 27 Please fix the item(s...
分类:
其他好文 时间:
2014-11-01 16:07:19
阅读次数:
153
Unity3d使用json可以借助LitJson
下载LitJson,拷贝到Unity3d工作目录下
于是可以在代码中实现了
下面发送请求到服务器并解析
System.Collections.Hashtable headers = new System.Collections.Hashtable ();
headers.Add ("Content-Type","app...
分类:
编程语言 时间:
2014-10-31 22:16:19
阅读次数:
298
Microsoft Windows SDK for Windows 7 and .NET Framework 4 (ISO) The Windows SDK provides tools, compilers, headers, libraries, code samples, and a new help system that developers can use to create a...
大家看到这个就应该知道只要设置 max-age or expires就行了。下面说的方法是在设置 apache下的方法:产生要开启 代码如下 复制代码 LoadModule headers_module modules/mod_headers.so 然后再在.htaccess文件下面写上 代码如下 ...
分类:
Web程序 时间:
2014-10-24 22:02:47
阅读次数:
316
--总账分录追溯发票SELECT DISTINCT AIA.* FROM AP_AE_HEADERS_ALL AAH, --帐户分录头表 AP_AE_LINES_ALL AAL, --账户分录行表,每一个会计事件都会在此表中产生会计分录 ...
分类:
其他好文 时间:
2014-10-24 12:28:28
阅读次数:
218