好好爱自己!

上一页 1 ··· 156 157 158 159 160 161 162 163 164 ··· 179 下一页
摘要: https://book.douban.com/subject/7043452/ 1、冥想2、健康饮食(低GI、素食为主,未加工食物为主).低GI食物使血糖稳定(蛋白、麦片、粗纤谷类、豆类、水果蔬菜);选择健康零食(如小袋坚果);拒绝垃圾食品3、深呼吸 (每分钟4-6次)4、锻炼(有意或无意)5、充 阅读全文
posted @ 2016-09-29 11:04 立志做一个好的程序员 阅读(332) 评论(0) 推荐(0) 编辑
摘要: 分享来自 quora 的一篇文章 https://www.quora.com/How-difficult-is-it-to-create-a-JavaScript-framework https://code.tutsplus.com/tutorials/build-your-first-javas 阅读全文
posted @ 2016-09-28 11:05 立志做一个好的程序员 阅读(304) 评论(0) 推荐(0) 编辑
摘要: 可以练一练内家拳,修身。 阅读全文
posted @ 2016-09-27 10:13 立志做一个好的程序员 阅读(155) 评论(0) 推荐(0) 编辑
摘要: 脑子里突然冒出这么一句话: “反射 是一种 代理!!!”,javascript ECMScript 6中也开始实现 Reflect 了。 php的动态代理, 反射方面,在很多框架中都用到了。也是很多框架的实现的重要手段。 http://www.phppan.com/2011/10/php-desig 阅读全文
posted @ 2016-09-26 10:33 立志做一个好的程序员 阅读(263) 评论(0) 推荐(0) 编辑
摘要: he scope of all functions is window. (The reason why is you are invoking f as a function(类,全局的类) and not a method. When invoked as a function this is 阅读全文
posted @ 2016-09-25 18:41 立志做一个好的程序员 阅读(265) 评论(0) 推荐(0) 编辑
摘要: Function bind() and currying <%-- All JavaScript functions have a method called bind that binds to an object and returns a new function. The first arg 阅读全文
posted @ 2016-09-25 17:56 立志做一个好的程序员 阅读(469) 评论(0) 推荐(0) 编辑
摘要: javascript 中 arguments.callee属性 可以在函数内部,指向的是这个函数(或者叫做“类”)本身。 相当于PHP 中的 self 关键字。 The arguments.callee property contains the currently executing functi 阅读全文
posted @ 2016-09-23 13:23 立志做一个好的程序员 阅读(225) 评论(0) 推荐(0) 编辑
摘要: 1. Why JavaScript functions always return a value? I'm taking a course in JavaScript programming, and the instructor said that a typical JavaScript fu 阅读全文
posted @ 2016-09-23 13:16 立志做一个好的程序员 阅读(159) 评论(0) 推荐(0) 编辑
摘要: 闭包: function 内部访问外部的variables 报错了。 Certain language constructs block the error, for example typeof x works if there is no x (and returnsundefined), bu 阅读全文
posted @ 2016-09-23 10:39 立志做一个好的程序员 阅读(214) 评论(0) 推荐(0) 编辑
摘要: calling C functions from Lua 5.2 这篇文章也不错: http://blog.csdn.net/x356982611/article/details/26688287 http://www.troubleshooters.com/codecorn/lua/lua_lua 阅读全文
posted @ 2016-09-22 15:14 立志做一个好的程序员 阅读(302) 评论(0) 推荐(0) 编辑
上一页 1 ··· 156 157 158 159 160 161 162 163 164 ··· 179 下一页

不断学习创作,与自己快乐相处