php做文件下载主要用到一下几行代码 header(‘Content-Type:?application/octet-stream‘);?
header(‘Content-Disposition:?attachment;?filename="/tmp/abc.pdf"‘);?
header(‘Content-Length:?‘.filesize(‘/...
分类:
Web程序 时间:
2015-11-12 12:03:07
阅读次数:
284
首先现在如下rpm包,然后安装对应的rpm包centos5 32位epel源下载地址: www.lishiming.net/data/attachment/forum/epel-release-5-4_32.noarch.rpm64位下载地址:www.lishiming.net/data/attac...
分类:
系统相关 时间:
2015-10-24 15:33:04
阅读次数:
142
sudu sucd/optmkdir GnuArmToolchainwget http://bb.osmocom.org/trac/raw-attachment/wiki/GnuArmToolchain/gnu-arm-build.3.shchmod +x gnu-arm-build.3.shmkd...
分类:
其他好文 时间:
2015-10-22 00:20:47
阅读次数:
195
Header("Content-type:?application/octet-stream");
Header("Content-Disposition:?attachment;?filename=log.txt");
$filename?=?‘/proj/logs/log.txt‘;
$handle?=?fopen($filename,?"r");
$contents?...
分类:
Web程序 时间:
2015-10-21 19:32:25
阅读次数:
171
background-attachment 属性控制滚动元素内的背景图片是否随元素滚动而移动。这 个属性的默认值是 scroll ,即背景图片随元素移动。如果把它的值改为 fixed ,那么 背景图片不会随元素滚动而移动。 background-a...
分类:
其他好文 时间:
2015-10-19 22:38:35
阅读次数:
204
背景图片:方法一:.bg{height:100%;width:100%;background-image:url('images/index-bg.png');background-attachment:fixed;background-repeat:no-repeat;background-siz...
分类:
其他好文 时间:
2015-10-14 18:00:41
阅读次数:
186
之前在HP的时候用ALM,还是很好用的功能很强大的一个测试管理工具,当时用C#依照ALM的API实现了一个上传测试结果的程序,现在贴出来:using System;using System.Collections.Generic;using System.Linq;using System.Text...
分类:
Web程序 时间:
2015-10-11 10:09:15
阅读次数:
144
在structs.xml中的配置1 2 3 application/vnd.ms-excel4 attachment;filename="APPLICATION_OLINE.xls"5 ...
分类:
其他好文 时间:
2015-09-21 15:28:50
阅读次数:
120
1-div的背景图片设置background-image:url(图片位置);background-attachment:fixed;背景固定2--边框重叠border-collapse:collapse;可以在table中使用,消除每一行的边框所带来不好的外观影响。3--块级元素居中margin:...
分类:
Web程序 时间:
2015-09-20 17:33:11
阅读次数:
154
background-p_w_upload值scrool:默认值,背景随页面滚动而移动,即背景和内容绑定,当页面的其余部分滚动时,背景图像不会移动。fixed:
背景图相对于视口固定,当页面的其余部分滚动时,背景图像不会移动。local:背景图相对于元素内容固定。inhert:规定应该从父元素继承bac..
分类:
Web程序 时间:
2015-09-15 14:56:39
阅读次数:
159