上一页 1 ··· 15 16 17 18 19 20 21 22 23 ··· 73 下一页
add by zhj: 办法都是想出来的,很多时候都是相互借鉴。多读书,涉猎不同的学科,对自己的思维拓展大有好处。很多学科的理论,思想,其实都有一定的扩展性, 可以扩展到其它学科,这也是创新的一种。记得华为老总任正非谈管理时,提到熵,这个词是物理上的一个词汇,但它也适用于管理学。 一致性哈希使用圆比 Read More
posted @ 2019-07-19 12:48 奋斗终生 Views(405) Comments(0) Diggs(1)
add by zhj: AVL树和红黑树都是平衡二叉树,虽然AVL树是最早发明的平衡二叉树,但直接把平衡二叉树等价于AVL树,我认为非常不合适。 但很多地方都在这么用。两者的比较如下 原文:https://blog.csdn.net/u010899985/article/details/809810 Read More
posted @ 2019-07-12 07:22 奋斗终生 Views(17807) Comments(0) Diggs(4)
add by zhj: 不同操作系统下换行符不同,如下: \n: UNIX \n\r: window \r: MAC OS 我们经常遇到的一个问题就是,Unix/Mac系统下的文件在Windows里打开的话,所有文字会变成一行;而Windows里的文件在Unix/Mac下打开的话,在每行的结尾可能会 Read More
posted @ 2019-07-11 12:48 奋斗终生 Views(15061) Comments(0) Diggs(5)
Google File System中文版 Google MapReduce中文版 Google Bigtable中文版 Read More
posted @ 2019-07-09 16:04 奋斗终生 Views(1070) Comments(0) Diggs(0)
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(11870) Comments(0) Diggs(1)
原文: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(997) Comments(0) Diggs(0)
原文:https://foofish.net/python-gc.html GC作为现代编程语言的自动内存管理机制,专注于两件事:1. 找到内存中无用的垃圾资源 2. 清除这些垃圾并把内存让出来给其他对象使用。GC彻底把程序员从资源管理的重担中解放出来,让他们有更多的时间放在业务逻辑上。但这并不意味 Read More
posted @ 2019-07-08 15:28 奋斗终生 Views(1720) Comments(0) Diggs(0)
add by zhj: 由并发网组织翻译,赞 并发网上还有很多Nginx官方文档的翻译,在上面每篇文章的最后,可以看到更多的翻译 Read More
posted @ 2019-07-03 22:20 奋斗终生 Views(441) Comments(0) Diggs(0)
原文: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(1011) Comments(0) Diggs(1)
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(703) Comments(0) Diggs(0)
上一页 1 ··· 15 16 17 18 19 20 21 22 23 ··· 73 下一页