CSS3
居然会在隐藏显示的时候触发,真心太神奇了貌似我还是写了大循环,怎么样才能优化这个循环呢加载图片:已经用到过好多次了function loadImg(url){
var img = new Image(); //创建一个Image对象,实现图片的预下载 img.s...
分类:
其他好文 时间:
2014-05-16 04:03:56
阅读次数:
271
一般给一个元素设置背景:.lcProIcon { background:
url("images/lcProIcon.png") no-repeat; display: inline-block; height: 56px;
left: 0; position: abs...
分类:
其他好文 时间:
2014-05-15 21:19:44
阅读次数:
333
Requirements:
1,需要一个linux系统。
2, X-Server。(在命令行下实现对X-server的模拟,渲染图形进行缓存)-在没有安装X-Server的环境下提供图像渲染)
Agenda:
以ubuntu系统为例:
1, 打开命令行。
2,安装svn,g++,如果以前装过,执行这段命令也没关系,不会报错。sudo apt-get ...
分类:
Web程序 时间:
2014-05-15 19:29:59
阅读次数:
542
server{if(!-e$request_filename){rewrite^(.*)$/index.phplast;}}如果if没有放在location时,在做memc缓存时,在错误日志里会提示以下信息2014/05/1210:45:51[error]11520#0:*325726srcache_fetch:cachesenttruncatedresponsebodywhilesendingtoclient,client:192.168.3.124,..
分类:
其他好文 时间:
2014-05-15 19:02:44
阅读次数:
350
(1)myeclipse→help→Myeclipse configuration
center:点击sofeware选项卡,在Browes Software 下有一个输入框,点击add site按钮:Name输入
Abator,URL输入http://ibatis.apache.org/tools...
分类:
系统相关 时间:
2014-05-15 18:04:50
阅读次数:
437
使用 el表达式方法:var urlParamValue =
"${param.urlVarName}";使用 Jsp 表达式var urlParamValue2 = "";
分类:
Web程序 时间:
2014-05-15 17:23:58
阅读次数:
361
02//地址:http://static.xiaomi.cn/51503//@author:liuzh04//@url:http://blog.csdn.net/isea53305varstart
= 10000000;06varautoEgg = {07start:function(){08//5...
分类:
移动开发 时间:
2014-05-15 17:19:19
阅读次数:
444
public class Url { /** * @param args * @throws
IOException */ public static void main(String[] args) throws IOException { ...
分类:
其他好文 时间:
2014-05-15 17:14:47
阅读次数:
260
URL静态化
静态化一直以来都是最基本的seo要求之一,但近一两年seo行业对是否一定要做静态化有了一些观念上的改变。
为什么静态化
现在的网站绝大多数是数据库驱动,页面由程序实时生成,而不是其的在服务器上有一个静态html文件存在。当用户访问一个网址时,程序根据url中的参数调用数据库数据,实时生成页面内容。因此动态页面相对应的url原始状态也是动态的,包含问号...
分类:
Web程序 时间:
2014-05-15 13:08:19
阅读次数:
336