Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

文章更新 [ 2016-03-09 ] #44

Open
yutingzhao1991 opened this issue Mar 14, 2016 · 0 comments
Open

文章更新 [ 2016-03-09 ] #44

yutingzhao1991 opened this issue Mar 14, 2016 · 0 comments
Labels

Comments

@yutingzhao1991
Copy link
Owner

  • JavaScript 异步编程学习笔记 (riskers)

    这篇文章是我看完《JavaScript异步编程》之后结合书中内容和现在掌握的知识记录下来的。首先要认识JavaScript是单线程语言,可以利用事件模型处理异步触发任务。如果只有两三个可能的事件,单线程语言编写的面向事件的代码要比多线程代码简单得多。但如果有很多事件,同时要求数据的状态能够从一个事件传递到下一个事件,那么就会像下面这样:```jsstep1(function(result1){ step2(function(result2){...

  • Distributed systems in an alternative universe (lukego)

    Consider distributed system programming in this universe:- Computers have 8 cores, 64KB of RAM, and 256KB of SSD.- Computers communicate with each other via NFS access to a common file server.- NFS servers can be clustered in order to connect a few LANs together. (Each NFS server supports around a dozen computers.)...

  • 那些年,奇妙的圣杯与双飞翼,还有负边距 (rccoder)

    [TOC]没错,题目就是模仿《那些年,我们一起清除过的浮动》而来的。 奇妙的圣杯与双飞翼相信很多人和我在学习前端差不多的时候就听说过了圣杯布局与双飞翼布局。关于取名无非是觉得长得像圣杯,或者是长得像小鸟。至于其中的区别也只有一小点,其中主要的思想可谓是基本一致!这两个布局要实现的样式都是下面的这种形式:image...

  • 用gitextensions访问github私库 (mishe)

    生成一个private key可以用 puTTY KEY generator 生成一个,然后随便输入passphrase就好了,生成后,点击save private key按钮,保存PPK文件到本地ssh目录 添加github ssh keys进入个人的github 设置界面,新增ssh key,输入刚生成的 ssh key,保存就好了 绑定gitExtensions远程仓库的 ssh key仓库-》管理远程仓库...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant