- 浏览: 193893 次
最新评论
-
vencie:
这样配置了还是无效...
【转载】限制用户单点登录ssh -
chenchi:
太感谢了!
【转载】php运用readfile函数实现下载文件权限判断 -
cyl19880415:
哥们!真的感谢了。解决了我一大难题啊!
[转载]QT 自定义 信号 槽 解决 ‘staticMetaObject’ is not a member of -
0x14:
你添加了 "Accept-Encoding" ...
[原创]QT HTTP 通讯 使用方法
文章列表
目前发现两个位置, 这是在ubuntu下的
/usr/share/pixmaps
/usr/share/icons
-----------------EOF-------------------
转自:http://www.imphper.cn/imphper-php-view.php?view=single&id=89
本人有修改!
<?php
$file = get_file_address();// 文件的真实地址(支持url,不过不建议用url)
if (file_exists($file))
{
header('Content-Description: File Transfer');
header('Content-Type: application/octet-stream');
...