摘要:
首先来看一段HmacSHA1加密和SHA1加密的代码 #!/usr/bin/env python # -*- coding: utf-8 -*- """ Created on 1/31/18 10:03 AM @author: Chen Liang @function: HmacSHA1 vs SH 阅读全文
摘要:
An object oriented language is a language with good support for objects.A concurrency oriented language has good support for concurrency.--Joe Armstro 阅读全文
摘要:
"There are only two hard things in Computer Science: cache invalidation and naming things." — Phil Karlton 在计算机领域只有两件艰难的事情:缓存失效和对象命名。 这还真不是一个笑话。写代码是比较 阅读全文
摘要:
单元测试 什么是单元测试, 维基百科上是这么定义的: unit testing is a method by which individual units of source code, sets of one or more computer program modules together wi 阅读全文