摘要:
.box{ background-color:orange; width:150px; height:200px; border-radius:15px; display:flex; box-shadow:0 0 5px #000; justify-content:center; ... 阅读全文
摘要:
JS Bin 发送验证码cssa{ display:box; display:-webkit-box; box-pack:center; box-align:center; width:100px; height:100px; -webkit-box-pack:center; -webki... 阅读全文
摘要:
阅读全文
摘要:
1.在nodejs官网下载相关文件并安装 官网网址:http://www.nodejs.org/2.验证是否正确安装 在window下可以通过按住windows键并同时按r键,然后输入cmd来启动一个终端 在终端上输入node 输入1+1,可以看到系统返回2,说明node.js安装成功,如下所示: ... 阅读全文
摘要:
转载:http://blog.chinaunix.net/uid-22414998-id-3268537.html{ "keys": ["ctrl+`"], "command": "show_panel", "args": {"panel": "console", "toggle": true} }... 阅读全文
摘要:
function sortOn(sortArray,tip){//根据字段排序 数组,字段 var sortNum = $.extend(true,[],sortArray); for(var i=0; i=i; j--) { if($.tri... 阅读全文
摘要:
原文来自:html5移动web开发实战 第83页如果你还想把IE9或者其他的iE版本支持css3,css3 PIE(http://css3pie.com)可以帮你下载PIE文件,通过如下的方式把它包含进你的CSS样式规则中:-pie-bakcgourn:linear-gradient(top,#ee... 阅读全文
摘要:
网址:http://www.colorzilla.com/gradient-editor/兼容各大浏览器 阅读全文
摘要:
原文来自:http://huilang.me/ie8-html5/最近仿的几个主题中,有几个是采用html5语法制作的,html5嘛,以后必然大势所趋,但是现有的很多浏览器并不支持这种新的标准。而我制作网站习惯用的是chrome浏览器的,当然不存在不兼容问题了。等主题做完上线后,经ie8以下浏览器测... 阅读全文
摘要:
原文来自:http://www.w3cfuns.com/article-5599427-1-1.html作者写的非常好,不管是用户体验,还是安全性,都没的说在此我也学到了1.fieldset的用法,legend主要是用来设置标题的。2.密码安全性的问题:在密码后面加上时间戳3.浏览器前进与后退:wi... 阅读全文