posted @ 2015-08-11 18:06 网名还没想好 阅读(225) 评论(0) 推荐(0)
摘要:
# Find the model$ system_profiler -detailLevel mini | grep "Model Identifier:"Model Identifier: MacBookPro8,2# Move and backup the file$ mkdir -p ~/ba... 阅读全文
摘要:
http://beiyuu.com/css3-animation/ 阅读全文
posted @ 2015-08-10 13:02 网名还没想好 阅读(184) 评论(0) 推荐(0)
摘要:
function getNextTime(start){ //var start = '09:30:00'; var _s = new Date(); var startDate = _s.getFullYear()+'-'+_s.getMonth()+'-'+_s.getDay()+' '+... 阅读全文
posted @ 2015-08-05 11:17 网名还没想好 阅读(483) 评论(1) 推荐(0)
摘要:
转自:http://blog.itpub.net/271063/viewspace-1061279/-- 连接数据库 创建测试用户-- Connected to Oracle Database 12c Enterprise Edition Release 12.1.0.1.0-- Connected... 阅读全文
posted @ 2015-08-01 17:18 网名还没想好 阅读(484) 评论(0) 推荐(0)
摘要:
display:table;也可以实现 div 始终和内包的图片大小相同 阅读全文
posted @ 2015-07-27 14:40 网名还没想好 阅读(183) 评论(0) 推荐(0)
摘要:
inert into users value(3,5)db.users.insert({a:3,b:5})select a,b from usersdb.users.find({}, {a:1,b:1})select * from usersdb.users.find()select * from ... 阅读全文
posted @ 2015-07-12 17:22 网名还没想好 阅读(318) 评论(0) 推荐(0)
摘要:
function validateCode (codediv,codeinput){ this.codediv = codediv; this.codeinput = codeinput; this.create = function () { window.code = ""; var codeL... 阅读全文
posted @ 2015-06-15 17:54 网名还没想好 阅读(244) 评论(0) 推荐(0)
摘要:
javascript里判断空数组不能用 []==[] 这样来判断,因为数组也是个对象,普通对象通过指针指向的内存中的地址来做比较所以 []==[]结果为false,因此判断数组是否为空 用 [].length 就可以了 阅读全文
posted @ 2015-06-15 10:52 网名还没想好 阅读(215) 评论(0) 推荐(0)
摘要:
转载:http://www.cnblogs.com/chenyanger/p/3958656.html#3196194好久没写东西了,正好最近因为工作需要,写了一个瀑布流异步加载的程序。今天就不谈瀑布流,来谈一下关于load的问题。----------------------------------... 阅读全文
posted @ 2015-05-29 15:51 网名还没想好 阅读(50135) 评论(11) 推荐(2)
浙公网安备 33010602011771号