Loading

上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 39 下一页
摘要: http://programmers.stackexchange.com/questions/122378/whats-the-point-of-initializing-a-variable-with-the-same-value-twicehttp://stackoverflow.com/questions/8316463/why-assign-this-variable-to-itself-in-this-var-declaration 阅读全文
posted @ 2012-09-08 22:01 .net's 阅读(424) 评论(0) 推荐(0) 编辑
摘要: “为何我的层不会老老实实地显示在它该在的位置上?”,这个问题算是在学习“用DIV+CSS制作网页”的过程中问得最多的问题之一了,这次我们将学习如何驾驭它。作者:COOANT一、概述二、position属性三、top,right,bottom,left属性四、float属性五、z-index属性一、概述本文以标签“<div></div>”为例进行讲解,部分内容同样适用于部分其它块(block)标签元素。本文中的范例通过测试的浏览器为IE6、IE7、Firefox2。我们在平时的网页制作中,已经或多或少的接触过CSS样式表中的“position(位置)”属性,其实这基本算是 阅读全文
posted @ 2012-09-05 07:45 .net's 阅读(527) 评论(0) 推荐(0) 编辑
摘要: by: Chris CoyierNov30200928Really simple concept today folks! A sidebar that "follows" as you scroll down a page. There are a number of ways to go about it. We'll cover two: CSS and JavaScript (jQuery) with a bonus CSS trick.View DemoDownload FilesCSSThe easiest way to handle this is j 阅读全文
posted @ 2012-09-02 21:53 .net's 阅读(761) 评论(0) 推荐(0) 编辑
摘要: Due to a number of requests, I'm writing a detail tutorial on how to create an animated scroll to top as seen on Web Designer Wall. It is very simple to do with jQuery (just a few lines of code). It checks if the scrollbar top position is greater than certain value, then fade in the scroll to to 阅读全文
posted @ 2012-09-02 20:57 .net's 阅读(409) 评论(0) 推荐(0) 编辑
摘要: press Shift-Enter 阅读全文
posted @ 2012-08-30 20:51 .net's 阅读(454) 评论(0) 推荐(0) 编辑
摘要: var poller = { // number of failed requests failed: 0, // starting interval - 5 seconds interval: 5000, // kicks off the setTimeout init: function(){ setTimeout( $.proxy(this.getData, this), // ensures 'this' is the poller obj inside getData, not the window object ... 阅读全文
posted @ 2012-08-01 22:09 .net's 阅读(379) 评论(0) 推荐(0) 编辑
摘要: 1, Installing Vim Binaries on Win64To install Vim, first downloadvim72.zip. This 18MB file contains all the files you need for a full installation, including the latest Vim runtime.Unzip the zipfile into a directory whose name ends invim, such asC:\Program Files\Vim,D:\vim, orC:\mytools\vim. This wi 阅读全文
posted @ 2012-07-25 21:37 .net's 阅读(426) 评论(0) 推荐(0) 编辑
摘要: "Alt-space E P" 阅读全文
posted @ 2012-07-06 12:06 .net's 阅读(405) 评论(0) 推荐(0) 编辑
摘要: 可用于缩短命令行路径: d:\hello\abcd\efg\hig>prompt example : $G 可缩短为 example : > 阅读全文
posted @ 2012-06-16 17:57 .net's 阅读(402) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2012-06-13 21:16 .net's 阅读(253) 评论(0) 推荐(0) 编辑
上一页 1 ··· 7 8 9 10 11 12 13 14 15 ··· 39 下一页