03 2019 档案

摘要:Open Systems Interconnection (OSI) Reference Model the ISO proposal for the standardization of various protocols in computer networks a seven layer pr 阅读全文
posted @ 2019-03-28 13:48 gooey 阅读(217) 评论(0) 推荐(0)
摘要:Synthronization mutual exclusion: "dekker's algorithm": Dekker's algorithm is the first known correct solution to the mutual exclusion problem in conc 阅读全文
posted @ 2019-03-25 23:01 gooey 阅读(178) 评论(0) 推荐(0)
摘要:第一个问题: “你写log了没?” 第二个问题: “你写log了没?” 第三个问题: “你写log的时间到一个小时了没?没有的话再去写log” log: log密度: 大概每100行有10个 因为平均每一百行code会产生10个左右潜在的关键节点(同时100行可能有6 8个bug点)。log多多益善 阅读全文
posted @ 2019-03-15 09:31 gooey 阅读(430) 评论(0) 推荐(0)
摘要:是时候回顾一下Python的函数传参方式了。 Python的传参方式既不是pass by value(传值),也不是pass by reference(传引用),而是pass by object。 Python中每个object都有"type", 和“identifier”: 也有自己的name 但 阅读全文
posted @ 2019-03-01 07:15 gooey 阅读(612) 评论(0) 推荐(0)