04 2016 档案

摘要:method 1 Why do I need this? The right answer is: I don’t need that trick! The example below is just to show how to use routes to intercept requests t 阅读全文
posted @ 2016-04-21 11:54 VoctrALs 阅读(462) 评论(0) 推荐(0)
摘要:在过去的几年中,jQuery一直是使用最为广泛的JavaScript脚本库。今天我们将为各位Web开发者提供10个最实用的jQuery代码片段,有需要的开发者可以保存起来。 1、检测Internet Explorer版本 当涉及到CSS设计时,对开发者和设计者而言Internet Explorer一 阅读全文
posted @ 2016-04-20 15:41 VoctrALs 阅读(597) 评论(0) 推荐(0)
摘要:Summary 本文秉承着 你看不懂是你sb,我写的代码就要牛逼 的理念来介绍一些js的装逼技巧。 下面的技巧,后三个,请谨慎用于团队项目中(主要考虑到可读性的问题),不然,leader 干你没商量。 Boolean 这个技巧用的很多,也非常的简单 通过两个取反,可以强制转换为Boolean类型。较 阅读全文
posted @ 2016-04-20 14:46 VoctrALs 阅读(170) 评论(0) 推荐(0)
摘要:sudo apt-get install node-express-generator dave@voctrals:~/WebstormProjects/nodejs-study/express$ express -h Usage: express [options] [dir] Options: 阅读全文
posted @ 2016-04-20 09:22 VoctrALs 阅读(196) 评论(0) 推荐(0)