码迷,mamicode.com
首页 >  
搜索关键字:attachment    ( 417个结果
Eclipse 关联jdk源文件
1.点 "window">"Preferences">"Java">"Installed JRES".2.此时"Installed JRES"右边是列表窗格,列出了系统中的JRE环境,选择你的JRE,然后点边上的 "Edit...", 会出现一个窗口(Edit JRE)3.选中rt.jar文件的这一项 (JDK安装文件目录\lib\rt.jar;  ),单击"Source Attachment.(...
分类:系统相关   时间:2014-09-14 15:24:27    阅读次数:228
background
语法:Object.style.background=background-color background-imagebackground-repeat background-attachment background-position参数描述值background-color设置元素的背景色。c...
分类:其他好文   时间:2014-09-10 21:04:21    阅读次数:276
Response.AddHeader小结
(一)文件下载,指定默认名Response.AddHeader("content-type","application/x-msdownload");Response.AddHeader("Content-Disposition","attachment;filename = 要下载的文件名.后缀名...
分类:其他好文   时间:2014-09-10 14:02:00    阅读次数:201
css-fixed兼容写法
解决IE6中fixed闪动问题(效果稍微好一点,不能完全解决闪动问题)*{background-image:url(about:blank);background-attachment:fixed;}body{ background-image:url(about:blank);backgro...
分类:Web程序   时间:2014-09-09 15:22:38    阅读次数:381
一条大而全SQL与函数之前的抉择:谁是更为有效的SQL?
转载请注明出处:转载请注明出处:jiq?钦's technical Blog 特别注意,这里讨论的是Oracle11g数据库,对于SQL Server,MYSQL等其他数据库不一定适用。 1、问题描述 当前系统中有两张表,一张是产品表,一张是附件表。 PRODUCT(PRODUCTID,PRODUCTNAME,PRODUCTPRICE,PICTURE) ATTACHMENT(...
分类:数据库   时间:2014-09-04 22:19:00    阅读次数:335
第十一章_文件下载
11.1、文件下载概述 1、将响应的内容类型设置为文件的内容类型。标头Content-type用来规定实体主体中的数据类型,包含媒体类型和子类型标识符。 2、添加一个名为Content-Disposition的HTTP响应头,给它赋值attachment;filename=filename,这里的fileName是指在文件下载对话框中显示出来的默认文件名。它通常与文件名相同,但是也可以不同。 ...
分类:其他好文   时间:2014-08-26 19:42:56    阅读次数:217
php导出中文乱码问题(mac)
public function test(){ header("Content-type:application/vnd.ms-excel"); header("Content-Disposition:attachment;filename=export_dat...
分类:Web程序   时间:2014-08-26 17:10:26    阅读次数:700
struts2文件下载
第一步:struts.xml的配置                                  application/octet-stream;charset=ISO8859-1 指定被下载文件名 -->                 attachment;filename="${fileName}"                 downloadFile...
分类:其他好文   时间:2014-08-21 17:14:14    阅读次数:207
将一个文件作为下载的形式打开【下载文件】,添加报文头context.Response.AddHeader("Content-disposition", "attachment; filename="
HTMLPage1.htm页 下载 下载Handler1.ashx.cs using System; using System.Collections.Generic; using System.Linq; using System.Web; namespace WebApplication3 { /// /// 下载Handler1 的摘要...
分类:其他好文   时间:2014-08-13 14:59:56    阅读次数:470
Background的5个基本属性
background-attachmentbackground-attachment:scroll | fixed scroll:背景图像是随对象内容滚动。 fixed:背景图像固定。background-color:background-color:transparent | color ...
分类:其他好文   时间:2014-08-08 17:49:36    阅读次数:306
417条   上一页 1 ... 37 38 39 40 41 42 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!