一句话讲明白javascript的this
in javascript / front-end on html5
今天看了这篇文章What is “this” in JavaScript?,颇受启发,觉得总结得非常好,一句话可以概括:this指针依赖于谁来调用。
Continue reading 一句话讲明白javascript的this
in javascript / front-end on html5
今天看了这篇文章What is “this” in JavaScript?,颇受启发,觉得总结得非常好,一句话可以概括:this指针依赖于谁来调用。
Continue reading 一句话讲明白javascript的this
in javascript / front-end on html5
Continue reading 在浏览器中使用Javascript 模块(module)
本文内容主要来自How I use Wireshark
Continue reading wireshark使用
in windows on shell, powershell
Scoop是windows下的命令行工具安装管理工具,类似ubuntu的apt-get,或者mac上的homebrew.
Continue reading scoop介绍-windows下的apt-get
Continue reading 动态字体简介
in javascript on reactjs, react-native, windows
昨晚微软非官方消息,告诉我们,他们即将完成将office365 windows程序用react-native重写的工作。
Continue reading 微软即将完成将office365用react-native方式重写
而今GPU被用来挖矿,用来机器学习,到底GPU和CPU是什么区别?既然GPU这么有用,为什么不直接上GPU?
Continue reading GPU,CPU,APU的区别
in front-end / javascript on reactjs
从16.3开始,React终于有了官方版Context API,这个API貌似很简单,但是影响却很大,网上有评论说Redux已Game Over,Redux作者也不得不承认React需要Redux的程度减少了许多,不过Redux的有些使用者认为,Redux已经成为一个生态系统,可用于其他很多场景。(这个看过的帖子一时找不到)
Continue reading React Context API和Redux
java -jar
, should use Type=simple
instead of Type=forking
, otherwise it will case a timeoutContinue reading upstart init.d systemd - a simple instruction
in front-end / javascript / nodejs on multi-thread
Recently nodejs have add initial thread support. It says:
Continue reading Nodejs Cluster Worker Thread Worker and Browser Worker