Notebook
Blog
Content Explore
KaTeX Supported Functions
2018-07-30
Tips
This is a list of TeX functions supported by KaTeX. It is sorted into logical groups.
There is a sim...
Move a Subdirectory of Git to a new Git repository and keep its commit history
2017-08-16
Tips
Git
Subdirectory
Example
Move directory (data/iossdb) from Git repository (git@github.com:lessos/lessgo.git) to a new...
如何设计API的限流(Rate Limit)功能:4种类型限流器图解
2017-04-06
Tips
API
rate limit
可用性和可靠性对于所有 Web 应用程序和 API 服务至关重要。如果您提供 API 服务,您可能体会过流量突增对服务质量的影响,甚至可能造成服务中断。本文介绍了对 API 限流的 4 种常用方法。本...
Google 软件工程实践
2017-02-13
Tips
Google
Engineering
Practices
导读:Fergus Henderson 已在 Google 工作了 10 年以上,拥有超过 15 年的商业类软件的行业经验。本文梳理并总结了 Google 软件开发中的关键工程实践,并揭示了其成功之道...
Markdown 语法说明 (简体中文)
2017-02-11
Tips
Markdown
Syntax
NOTE:
This is Simplelified
Chinese Edition Document of Markdown Syntax. If you are seeking for Engli...
X86发生无法恢复的硬件故障之后…
2016-06-22
Tips
x86
MCE
NMI
SMI
x86发生无法恢复的硬件故障之后,会触发中断通知操作系统,这个中断是硬件直接触发的,而不是kernel或driver通过指令触发的。
与硬件故障有关的中断主要有两个:
MCE – Machine Ch...
Choosing an HTTP Status Code — Stop Making It Hard
2015-12-08
Tips
http
status
What could be simpler than returning HTTP status codes? Did the page render? Great, return
200
. Doe...
Moving a Subdirectory to a Submodule in Git
2012-04-04
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...
1
Search
Categories
All
Database and Storage
NoSQL
SQL
Storage
Research and Development
Algorithms
Machine Learning
Coding
Big data
Message Queue
Security
Tips
Network
Design
OS
Archives
Others
Hardware
Web Design
Software
Web Develop