码迷,mamicode.com
首页 >  
搜索关键字:header    ( 9786个结果
一个PHP导出XLS的类
//导出XLS文件 public function dataToXls($filename,$fields,$data,$datasum=array()){ header("Content-Type: application/vnd.ms-excel;charset=gbk");...
分类:Web程序   时间:2014-05-26 21:38:31    阅读次数:302
Content-type 的说明
如果要将查询结果导出到Excel,只需将页面的Context-Type修改一下就可以了:header( "Content-Type: application/vnd.ms-excel">如果希望能够提供那个打开/保存的对话框,Content-Disposition参数,Content-Disposi...
分类:其他好文   时间:2014-05-26 15:51:15    阅读次数:172
【三分钟教程】轻松使用XMPP实现iOS单聊教程(附源码)
编号需要修改的代码1//// Prefix header//// The contents of this file are implicitly included at the beginning of every source file.//#import//服务器IP#define kXMPP...
分类:移动开发   时间:2014-05-26 14:51:52    阅读次数:782
html asp php java 清除缓存
HTML页面或者ASP网页Response.Expires = -1Response.ExpiresAbsolute = Now() - 1Response.cachecontrol = "no-cache"PHP网页header("Expires: Mon, 26 Jul 1997 05:00:0...
分类:编程语言   时间:2014-05-23 07:06:21    阅读次数:345
小记css的margin collapsing
最近在做web页面设计的时候,莫名的发现最上面会出现一个横条,颜色为html的背景颜色。本意是那一片空横条应该为header的背景色。查了一些资料,发现是margin collapsing的问题,记录下来,希望初学者少走弯路。 从问题说起 先给出demo的源码和截屏,给出一个直观的印象。代码如下: html { width: 100%; ...
分类:Web程序   时间:2014-05-22 18:54:31    阅读次数:609
Fiddler Post Debug
1. Post: http://localhost:11804/My/Commentfor plain html parameter submission, like the GET in URL:Request Header:User-Agent: FiddlerContent-Length: 3...
分类:其他好文   时间:2014-05-21 20:54:49    阅读次数:346
Windows Phone 8.1 控件
如果你已经开始了 Windows Phone 8.1 的学习,就会发现许多在 8.0 下的控件在 8.1 中都发生了变化,以下就谈谈几个 8.1 下的新控件以及与 8.0 控件的改变。1. TextBox, AutoSuggestBoxTextBox 终于有了 Header 属性,再也不用为 Tex...
分类:Windows程序   时间:2014-05-21 20:48:01    阅读次数:437
无锁环形队列
1 #include "stdafx.h" 2 #include 3 #include 4 #include 5 #include 6 #include 7 8 #define MAX_VIDEO_BUFF 1024 9 10 struct Header 11 { ...
分类:其他好文   时间:2014-05-21 20:04:15    阅读次数:377
debian6 更新python版本到python3.3
1、下载python3.3安装包#wget wget --no-cookie --no-check-certificate --header "Cookie:gpw_e24=http%3A%2F%2Fwww.oracle.com%2F" http://www.python.org/ftp/pytho...
分类:编程语言   时间:2014-05-21 17:23:59    阅读次数:391
OpenWRT系统MT7620N芯片的无线BSSID问题
BSSID的值是路由器无线MAC地址,具体相信IEEE 802.11规范。 MAC地址在路由器上存储位置一半为Factory/factory分区的第四个字节(从0开始),小端字节序。 The BSSID included in the MAC Header transmitter address field of a Beacon frame when the multiple BSSID...
分类:其他好文   时间:2014-05-21 09:59:36    阅读次数:326
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!