浙林龙哥

   :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2010年3月10日

摘要: 字体大小: 小 中 大 --网上转载的,但是代码不完全, 补充了下, 再发通过把Content-Type设置为application/octet-stream,可以把动态生成的内容当作文件来下载,相信这个大家都会。那么用Content-Disposition设置下载的文件名,这个也有不少人知道吧。基本上,下载程序都是这么写的:view sourceprint?1<?php2$filenam... 阅读全文
posted @ 2010-03-10 23:18 浙林龙哥 阅读(2151) 评论(0) 推荐(0)

摘要: <?phpheader('Content-Type: application/octet-stream');$filesize = filesize('s.png'); //获得文件大小header('Last-Modified: '.gmdate('D, d M Y H:i:s') . ' GMT');header('Cache-Control: no-store, no-cache, m... 阅读全文
posted @ 2010-03-10 12:41 浙林龙哥 阅读(1321) 评论(0) 推荐(0)

摘要: Latest GA release: 3.0.1.RELEASE-Aspring-framework-3.0.1.RELEASE-A-dependencies.zip(sha1)133.3 MBspring-framework-3.0.1.RELEASE-A-with-docs.zip(sha1)45.3 MBspring-framework-3.0.1.RELEASE-A.zip(sha1)21... 阅读全文
posted @ 2010-03-10 09:38 浙林龙哥 阅读(775) 评论(0) 推荐(0)