上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 71 下一页
Google File System中文版 Google MapReduce中文版 Google Bigtable中文版 Read More
posted @ 2019-07-09 16:04 奋斗终生 Views(1033) Comments(0) Diggs(0) Edit
add by zhj: 我使用方法2“更新系统的certificate”解决了问题 原文:https://www.jianshu.com/p/8deb13738d2c 这两天在Linux上爬Google Play的app列表时,发现之前的脚本不能用了,总是报SSLError。花了一天的时间进行定位, Read More
posted @ 2019-07-09 11:35 奋斗终生 Views(11572) Comments(0) Diggs(1) Edit
原文:https://www.cnblogs.com/wupeiqi/articles/4980620.html 1、必备 1 2 3 4 5 6 7 8 9 10 11 12 13 14 #### 第一波 #### def foo(): print 'foo' foo #表示是函数 foo() # Read More
posted @ 2019-07-08 21:34 奋斗终生 Views(984) Comments(0) Diggs(0) Edit
原文:https://foofish.net/python-gc.html GC作为现代编程语言的自动内存管理机制,专注于两件事:1. 找到内存中无用的垃圾资源 2. 清除这些垃圾并把内存让出来给其他对象使用。GC彻底把程序员从资源管理的重担中解放出来,让他们有更多的时间放在业务逻辑上。但这并不意味 Read More
posted @ 2019-07-08 15:28 奋斗终生 Views(1696) Comments(0) Diggs(0) Edit
add by zhj: 由并发网组织翻译,赞 并发网上还有很多Nginx官方文档的翻译,在上面每篇文章的最后,可以看到更多的翻译 Read More
posted @ 2019-07-03 22:20 奋斗终生 Views(415) Comments(0) Diggs(0) Edit
原文:https://www.cnblogs.com/qdhxhz/p/8910174.html nginx入门教程 一、概述 什么是nginx? Nginx (engine x) 是一款轻量级的Web 服务器 、反向代理服务器及电子邮件(IMAP/POP3)代理服务器。 什么是反向代理? 反向代理 Read More
posted @ 2019-07-03 22:10 奋斗终生 Views(992) Comments(0) Diggs(1) Edit
add by zhj: 文章写的很好,适合初学者 原文:https://www.netguru.com/codestories/nginx-tutorial-basics-concepts Introduction Hello! Sharing is caring, so we'd love to Read More
posted @ 2019-07-03 19:01 奋斗终生 Views(670) Comments(0) Diggs(0) Edit
原文:https://blog.csdn.net/zizle_lin/article/details/81381322 跨域请求: ​ 请求url包含协议、网址、端口,任何一种不同都是跨域请求。 1.安装cors模块 2.添加应用 3.设置中间件 4.添加允许访问的白名单,凡是出现在白名单的域名都可 Read More
posted @ 2019-06-19 17:24 奋斗终生 Views(426) Comments(0) Diggs(0) Edit
add by zhj: 只转载了一部分。异步操作的三种模式未转载,因为里面代码比较多,复制过来麻烦 原文:https://wangdoc.com/javascript/async/general.html 作者:阮一峰 1. 单线程模型 单线程模型指的是,JavaScript 只在一个线程上运行。也 Read More
posted @ 2019-06-18 19:48 奋斗终生 Views(689) Comments(0) Diggs(0) Edit
原文:https://www.jianshu.com/p/efc704d713c7 HTML attribute 与 DOM property 的对比 该文摘自angular的官方文档,老外对概念的解释还是很到位和容易理解的 attribute 是由 HTML 定义的。property 是由 DOM Read More
posted @ 2019-06-02 23:58 奋斗终生 Views(260) Comments(0) Diggs(0) Edit
上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 71 下一页