hanan321's recent timeline updates
hanan321

hanan321

V2EX member #93818, joined on 2015-01-26 11:18:53 +08:00
hanan321's recent replies
文章的迁移建议先wp后台把数据导出为xml文件,再用exitwp转成md。
https://github.com/thomasf/exitwp
mbpr 8g内存 250gssd i5cpu 流畅运行idea
以前写过一个promise练手 https://github.com/hanan198501/promise
Jul 29, 2015
Replied to a topic by flytiny Node.js 初学 node,有什么比较好的开源项目推荐
Jul 29, 2015
Replied to a topic by hanan321 Node.js caniuse 命令行工具
@yuezhimsolo 我用的是zsh,搜索下oh my zsh 就可以了
要是我,会用python或者nodejs
Apr 26, 2015
Replied to a topic by iulo MacBook Pro 前端开发 纠结于 840 和 841
硬件概览:

型号名称: MacBook Pro
型号标识符: MacBookPro11,1
处理器名称: Intel Core i5
处理器速度: 2.4 GHz
处理器数目: 1
核总数: 2
L2 缓存(每个核): 256 KB
L3 缓存: 3 MB
内存: 8 GB

13年的13寸rMBP,常驻程序有chrome,webstorm,navcat,atom,QQ,虚拟机开win7,foxmail,evernote。

基本无压力~
var Class = function () {
var instances = [];
function Class (name) {
this.name = name;
instances.push(this);
}
Class.prototype.setName = function (name) {
instances.forEach(function (instance) {
instance.name = name;
})
}
return Class;
}();

var instance1 = new Class('xx');
var instance2 = new Class('oo');

console.log(instance1.name); // xx
console.log(instance2.name); // oo

instance1.setName('xxoo');

console.log(instance1.name); // xxoo
console.log(instance2.name); // xoo
[email protected] 界面比拉勾和猎聘好看,我喜欢。
About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   2863 Online   Highest 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 33ms · UTC 05:49 · PVG 13:49 · LAX 22:49 · JFK 01:49
♥ Do have faith in what you're doing.