摘要: https://blog.golang.org/go-concurrency-patterns-timing-out-and https://blog.golang.org/concurrency-timeouts Go Concurrency Patterns: Timing out, movin 阅读全文
posted @ 2017-11-15 23:43 papering 阅读(203) 评论(0) 推荐(0) 编辑
摘要: https://blog.golang.org/pipelines 阅读全文
posted @ 2017-11-15 23:40 papering 阅读(190) 评论(0) 推荐(0) 编辑
摘要: https://docs.oracle.com/javase/tutorial/essential/concurrency/pools.html Most of the executor implementations in java.util.concurrent use thread pools 阅读全文
posted @ 2017-11-15 22:54 papering 阅读(221) 评论(0) 推荐(0) 编辑
摘要: New Elastic Load Balancing Feature: Sticky Sessions | AWS News Blog https://amazonaws-china.com/cn/blogs/aws/new-elastic-load-balancing-feature-sticky 阅读全文
posted @ 2017-11-15 20:05 papering 阅读(1217) 评论(0) 推荐(0) 编辑
摘要: http://hbase.apache.org/acid-semantics.html Apache HBase (TM) is not an ACID compliant database. However, it does guarantee certain specific propertie 阅读全文
posted @ 2017-11-15 13:04 papering 阅读(209) 评论(0) 推荐(0) 编辑
摘要: http://web.mit.edu/kerberos/ What is Kerberos? Kerberos is a network authentication protocol. It is designed to provide strong authentication for clie 阅读全文
posted @ 2017-11-15 12:52 papering 阅读(185) 评论(0) 推荐(0) 编辑
摘要: class Student():... name = 'Student'...s = Student() # 创建实例sprint(s.name) # 打印name属性,因为实例并没有name属性,所以会继续查找class的name属性Studentprint(Student.name) # 打印类 阅读全文
posted @ 2017-11-15 09:51 papering 阅读(196) 评论(0) 推荐(0) 编辑
摘要: http://www.sogou.com/labs/resource/list_yuliao.php 阅读全文
posted @ 2017-11-15 00:25 papering 阅读(148) 评论(0) 推荐(0) 编辑