-
2017-08-16 05:34:08
Tips
Git
Subdirectory
Example
Move directory (data/iossdb) from Git repository (git@github.com:lessos/lessgo.git) to a new...
-
2017-04-06 04:44:11
Tips
API
rate limit
可用性和可靠性对于所有 Web 应用程序和 API 服务至关重要。如果您提供 API 服务,您可能体会过流量突增对服务质量的影响,甚至可能造成服务中断。本文介绍了对 API 限流的 4 种常用方法。本...
-
2017-02-13 05:58:47
Tips
Google
Engineering
Practices
导读:Fergus Henderson 已在 Google 工作了 10 年以上,拥有超过 15 年的商业类软件的行业经验。本文梳理并总结了 Google 软件开发中的关键工程实践,并揭示了其成功之道...
-
2017-02-11 13:03:30
Tips
Markdown
Syntax
NOTE:
This is Simplelified
Chinese Edition Document of Markdown Syntax. If you are seeking for Engli...
-
2016-06-22 01:59:35
Tips
x86
MCE
NMI
SMI
x86发生无法恢复的硬件故障之后,会触发中断通知操作系统,这个中断是硬件直接触发的,而不是kernel或driver通过指令触发的。
与硬件故障有关的中断主要有两个:
MCE – Machine Ch...
-
2015-12-08 09:15:10
Tips
http
status
What could be simpler than returning HTTP status codes? Did the page render? Great, return
200
. Doe...
-
2012-04-04 21:26:34
Tips
Git
Submodule
Subdirectory
SubFolder
Sometimes when you work on a project long enough, you find that for one reason or the other, parts o...