小米高管一言鸣条破块

今天,有人问我对『小米校招涉日语专业歧视,学生要求道歉』这事儿怎么看时,本身对小米有不错观感的我感到万分不解——小米作为一家颇有影响力的大型

说说CAA记录

自2017年9月9日起,所有的 CA 在签发域名证书的时候都必须要检查 CAA DNS 记录。自此,域名所有者可以控制由哪些 CA 给持有的域名签发证书。 0x1 什么是 CAA DNS

GO run multiple files without test

I am writing a project which has multiple files in the main package, after run go run *.go, I get this assert: go run: cannot run *_test.go files (shortener_test.go) WTF?! So I search Google and get this suggestion: 1 go build && ./<executable> I don’t think this one is a good solution, so I find another one: 1 go run !(*_test).go Wow, this one is perfect!

我的男朋友被暴风音影杀了祭天

最近,暴风影音在 Apple App Store 中国大陆版本更新中声称『修复了闪退的 bug,还杀了一个程序员祭天』。 刚看到这条消息的时候,我对此不以为意。但是,有些朋

300行 Golang 实现区块链

0x1 开篇 区块链,时下最火的技术。一篇《A blockchain in 200 lines of code》更是在技术圈里刷屏。在读过 Lauri Hartikka 写的这篇文章和代码后,我愈发对区块链兴趣浓厚。 纸上得