码迷,mamicode.com
首页 >  
搜索关键字:works    ( 763个结果
centos 6 SSH配置Google Authentication 验证
创建工作目录: 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
python yield from用法
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
How GitHub Works《Github是如何工作的?》
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 Air interface Channels-----http://www.rfwireless-world.com/Tutorials/LTE-logical-transport-physical-channels.html
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
ubuntu下设置clion是使用clang和clang++
链接 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
how_tomcat_works
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
Graphql介绍(Introduction to GraphQL)
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
Java构建工具:如何用Maven,Gradle和Ant+Ivy进行依赖管理
原文来自: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
javascript 基础系列(一)
闭包: 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
how browser works
浏览器到底是怎么工作的,如果我们对其工作流程,原理有大体的了解,对于web开发是很有帮助的。 http://www.html5rocks.com/zh/tutorials/internals/howbrowserswork javascript event loop,js是如何被解析并运行的?nex ...
分类:其他好文   时间:2016-09-23 01:17:57    阅读次数:176
763条   上一页 1 ... 28 29 30 31 32 ... 77 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!