上一页 1 ··· 5 6 7 8 9 10 11 12 13 下一页
摘要: 在没有viewModel之前,比如我们通过ajax从后端获取数据,为了让视图改变,我们会手动触发dom的改变;例如,通过交互改变一些数据,为了让视图发生变化,任然需要手动触发dom的改变。手动改变dom不仅是一个繁琐的过程,而且还很容易出错。而我们用了viewModel后,就省去了手动改变dom的步 阅读全文
posted @ 2017-02-05 16:02 阿力瓦 阅读(311) 评论(0) 推荐(0) 编辑
摘要: 1、看框架社区 2、框架特点对比 阅读全文
posted @ 2017-02-05 15:59 阿力瓦 阅读(223) 评论(0) 推荐(0) 编辑
摘要: 1、验证码进行验证 2、防xss攻击 3、密码进行加密后存储(md5) 阅读全文
posted @ 2017-02-05 14:43 阿力瓦 阅读(288) 评论(0) 推荐(0) 编辑
摘要: npm xss 阅读全文
posted @ 2017-02-05 14:38 阿力瓦 阅读(797) 评论(0) 推荐(0) 编辑
摘要: express-session用来挂载用户登录信息 req.session.user={ userName: username, userPassword: userpassword } 阅读全文
posted @ 2017-02-05 14:18 阿力瓦 阅读(147) 评论(0) 推荐(0) 编辑
摘要: ejs、jade和dust 阅读全文
posted @ 2017-02-03 21:50 阿力瓦 阅读(173) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2017-02-03 17:13 阿力瓦 阅读(114) 评论(0) 推荐(0) 编辑
摘要: "arraybuffer" "blob" "document" "json" "text" 阅读全文
posted @ 2017-02-03 16:30 阿力瓦 阅读(759) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2017-02-03 15:44 阿力瓦 阅读(98) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2017-02-03 15:02 阿力瓦 阅读(553) 评论(0) 推荐(0) 编辑
上一页 1 ··· 5 6 7 8 9 10 11 12 13 下一页