标签归档:代码

php动态生成下载文件

在php中把输出内容直接做为文件输出

1
2
3
4
5
6
<?php
   header("Content-type:txt/csv");
   header("Content-Disposition:attachment;filename=\"aa.csv\"");
   header("Pragma:public");
   echo "\"aaa\",\"a,b,c\",\"ccdd\"";
?>

保存为任意php文件,运行,浏览器提示下载 aa.csv文件,代码OK。[......]

阅读全文

发表在 资料 | 标签为 , , | 留下评论

VPN Error Code

VPN Error Code[......]

阅读全文

继续阅读

发表在 资料 | 标签为 , , , , | 留下评论

ADSL 错误代码表问题及解决办法

Error 602 The port is already open
问题:拨号网络网络由于设备安装错误或正在使用,不能进行连接
原因:RasPPPoE没有 完全和正确的安装
解决:卸载干净任何PPPoE软件,重新安装

Error 605 Cannot set port informat[......]

阅读全文

发表在 资料 | 标签为 , , , , | 留下评论