码迷,mamicode.com
首页 >  
搜索关键字:uicollectionview header    ( 10227个结果
一个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
PHP Header 缓存 --- Header 参数说明
1. Accept:告诉WEB服务器自己接受什么介质类型,*/* 表示任何类型,type/* 表示该类型下的所有子类型,type/sub-type。2. Accept-Charset: 浏览器申明自己接收的字符集Accept-Encoding: 浏览器申明自己接收的编码方法,通常指定压缩方法,是否支...
分类:Web程序   时间:2014-05-26 08:49:31    阅读次数:223
datagridview 行高列宽的自动设置
1) 设定行高和列宽自动调整[C#]//设定包括Header和所有单元格的列宽自动调整DataGridView1.AutoSizeColumnsMode = DataGridViewAutoSizeColumnsMode.AllCells;//设定包括Header和所有单元格的行高自动调整DataG...
分类:Windows程序   时间:2014-05-26 02:45:24    阅读次数:298
put a ContextMenu into the header of a TabPage z
publicclassMyTabControl:TabControl{protected override void OnMouseUp(MouseEventArgs e){if(e.Button==System.Windows.Forms.MouseButtons.Right){for(int i...
分类:其他好文   时间:2014-05-26 00:33:42    阅读次数:304
dede后台文章无法编辑(出现空白)的解决办法
找到/archives_do.php文件,用记事本打开,查找header("location:{$gurl}?aid=$aid");将其替换成:echo "";保存,即可正常打开。
分类:其他好文   时间:2014-05-25 22:18:13    阅读次数:309
PHP验证码常见问题及解决办法 (http://localhost/Test/code.php因其本身有错无法显示)
因为网页上还有其他内容,所以header("Content-type:image/jpeg"); 位置已经被占用,验证码不能出现了,就会出现图像“http://localhost/**.php”因其本身有错,无法显示”那么,解决这个问题的最简单的办法就是,直接删除header("Content-ty...
分类:Web程序   时间:2014-05-24 10:29:56    阅读次数:308
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
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!