创建工作目录: mkdir google-authentication 1. 安装二维码生成依赖 #wget http://fukuchi.org/works/qrencode/qrencode-3.3.1.tar.gz # tar xf qrencode-3.3.1.tar.gz #cd qren ...
分类:
其他好文 时间:
2016-10-17 00:13:52
阅读次数:
158
Reading data from a generator using yield from Instead of manually iterating over reader(), we can just yield from it. That works, and we eliminated o ...
分类:
编程语言 时间:
2016-10-08 19:28:26
阅读次数:
240
https://github.com/blog/920-how-github-works 如果你想知道Github是如何工作的,你可以看查看Zach Holman(@holman)的三篇文章: Hours are Bullshit Be Asynchronous Creativity is Impo... ...
分类:
其他好文 时间:
2016-10-07 18:02:12
阅读次数:
138
LTE technology works based on three channel types viz. logical channel,transport channel and physical channels. These channels are used by lower layer ...
分类:
Web程序 时间:
2016-10-07 13:27:24
阅读次数:
219
链接 http://stackoverflow.com/questions/31725681/how-to-setup-clion-with-portable-clang-on-ubuntu I got the answer from CLion blog and it works and here ...
分类:
系统相关 时间:
2016-10-04 15:55:43
阅读次数:
541
https://www.uzh.ch/cmsssl/dam/jcr:00000000-29c9-42ee-0000-000074fab75a/how_tomcat_works.pdf http://download.csdn.net/detail/chenyichen/4048555 ...
分类:
其他好文 时间:
2016-09-30 18:38:19
阅读次数:
117
Introduction to GraphQL GraphQL介绍 Learn about GraphQL, how it works, and how to use it in this series of articles. Looking for documentation on how to ...
分类:
其他好文 时间:
2016-09-26 21:35:33
阅读次数:
190
原文来自:https://zeroturnaround.com/rebellabs/java-build-tools-how-dependency-management-works-with-maven-gradle-and-ant-ivy/ 编译的时候可以运行,运行时出问题 在当今java项目自动... ...
分类:
编程语言 时间:
2016-09-23 11:20:33
阅读次数:
607
闭包: function 内部访问外部的variables 报错了。 Certain language constructs block the error, for example typeof x works if there is no x (and returnsundefined), bu ...
分类:
编程语言 时间:
2016-09-23 10:56:36
阅读次数:
105
浏览器到底是怎么工作的,如果我们对其工作流程,原理有大体的了解,对于web开发是很有帮助的。 http://www.html5rocks.com/zh/tutorials/internals/howbrowserswork javascript event loop,js是如何被解析并运行的?nex ...
分类:
其他好文 时间:
2016-09-23 01:17:57
阅读次数:
176