Tekkaman

导航

 

2016年2月26日

摘要: 【sass使用指南】 http://www.ruanyifeng.com/blog/2012/06/sass.html 阅读全文
posted @ 2016-02-26 20:28 Tekkaman 阅读(202) 评论(0) 推荐(0)
 
摘要: 【keynote】 1、如何保证文档加载完才运行代码? 2、元素选择器。 3、属性选择器。 4、更新css。 5、更复杂的例子。 6、常用事件。 7、hide & slow 8、您可以使用 toggle() 方法来切换 hide() 和 show() 方法。 9、jQuery fadeTo() 方法 阅读全文
posted @ 2016-02-26 17:37 Tekkaman 阅读(299) 评论(0) 推荐(0)
 
摘要: 【express中使用ejs】 1、添加 ejs 依赖。 npm install ejs --save 2、设置 view engine 为 ejs 即可。 阅读全文
posted @ 2016-02-26 13:39 Tekkaman 阅读(309) 评论(0) 推荐(0)
 
摘要: 【app.use】 Mounts the middleware function(s) at the path. If path is not specified, it defaults to “/”. A route will match any path, which follows its 阅读全文
posted @ 2016-02-26 10:44 Tekkaman 阅读(298) 评论(1) 推荐(0)