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
语法:Object.style.background=background-color background-imagebackground-repeat background-attachment background-position参数描述值background-color设置元素的背景色。c...
分类:
其他好文 时间:
2014-09-10 21:04:21
阅读次数:
276
(一)文件下载,指定默认名Response.AddHeader("content-type","application/x-msdownload");Response.AddHeader("Content-Disposition","attachment;filename = 要下载的文件名.后缀名...
分类:
其他好文 时间:
2014-09-10 14:02:00
阅读次数:
201
解决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
转载请注明出处:转载请注明出处: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
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
第一步:struts.xml的配置
application/octet-stream;charset=ISO8859-1
指定被下载文件名
-->
attachment;filename="${fileName}"
downloadFile...
分类:
其他好文 时间:
2014-08-21 17:14:14
阅读次数:
207
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-attachmentbackground-attachment:scroll | fixed scroll:背景图像是随对象内容滚动。 fixed:背景图像固定。background-color:background-color:transparent | color ...
分类:
其他好文 时间:
2014-08-08 17:49:36
阅读次数:
306