body{/* background-attachment: fixed;*//* 背景图片是否固定或者随着页面的其余部分滚动*//* background-image;*//* 背景图片*//* background-position: bottom;*...
分类:
Web程序 时间:
2015-05-11 16:03:14
阅读次数:
168
就是描述当前层和背景层之间的关系===scroll:就是图片和背景前面的那个层 一起移动 当页面滚动的时候 全部移动fixed: 就是图片和背景前面的那个层分离 当页面滚动的时候 就是页面被上下滚动的时候 背景图片一动也不动 就在那里---当元素的高度不超过屏幕的时候,scroll和fixed是没有...
分类:
其他好文 时间:
2015-05-04 19:36:46
阅读次数:
161
http://acm.zju.edu.cn/onlinejudge/showProblem.do?problemId=4114
Nobita did use an outstanding anti-virus software, however, for some strange reason, this software did not check email attachment...
分类:
其他好文 时间:
2015-04-28 21:03:10
阅读次数:
164
$csvname = $csvname . '.csv';header('Content-Type: application/vnd.ms-excel;charset=GB2312');header('Content-Disposition: attachment;filename="' . $cs...
分类:
其他好文 时间:
2015-04-23 12:47:13
阅读次数:
113
Select col1... View Code*html{ background-image:url(about:blank); background-attachment:fixed;...
分类:
其他好文 时间:
2015-04-22 13:12:00
阅读次数:
96
把phpcms\modules\attachment\attachments.php中将 if(empty($this->userid)){改成 if(empty($_POST['userid'])){
分类:
Web程序 时间:
2015-04-16 13:52:37
阅读次数:
108
1. 利用eclipse关联源码: 右键项目 -- Build Path -- Configure Build Path -- Java Build Path -- Libraries -- 选择你的jar包 --点开左边的+号 -- 选择Source attachment -- Edit -...
分类:
其他好文 时间:
2015-04-11 16:18:08
阅读次数:
110
对于图片格式、HTML格式的文件,浏览器可以直接解析,但是如果不想让浏览器解析,让浏览器下载怎么办?1 <?php2 header("content-disposition:attachment;filename=".basename("1.jpg"));//basename()的使用3 heade...
分类:
Web程序 时间:
2015-04-10 13:21:34
阅读次数:
157
大家应该都有在域名更换(比如说,从本地上传到空间)的情况下,用内容>附件管理>附件地址替换 功能.基本上替换不了所有表中原来域名的地址.现PHPCMS V9最新版本的依旧存在些问题.查找原因发现phpcms\modules\attachment\address.phpupdate() 中(最新版本L...
分类:
Web程序 时间:
2015-04-02 23:51:42
阅读次数:
178
jQuery API中文文档http://www.css88.com/jqapi-1.9/category/events/event-handler-attachment/jQuery UI API中文文档http://www.css88.com/jquery-ui-api/