Hao

Results 35 issues of Hao

https://unifreak.github.io/tutorial/IRC-quick-start 该教程只是为了让你在几分钟内就连上 IRC 网络并开始聊天. IRC 功能强大, 如果要深入了解, http://www.irchelp.org 是个不错的资源

Gitalk
/tutorial/IRC-quick-start

https://unifreak.github.io/tutorial/draw-diagram-with-graphviz 程序员都喜欢操纵文本, 即使是为了生成一个流程图, 操纵文本也比拿鼠标拖拖拽拽的灵活快速. 有什么办法能让你使用自己喜欢的编辑器来生成各种图形呢. 我用过的有两个工具: plantUML 和 graphviz. 这篇文章介绍一下 graphviz.

Gitalk
/tutorial/draw-diagram-with-graphviz

https://unifreak.github.io/ref/note-on-bash-guide This is a learning note when I reading the Bash Guide (links is in content). The majority content is extracted from the original resource and reorgnized. It ...

Gitalk
/ref/note-on-bash-guide

https://unifreak.github.io/book_review/high_performance_mysql_4th_edition 学习笔记: https://unifreak.github.io/note/note-on-high-performance-mysql-4th-edition第四版还是原来的那些译者。 总体来说, 过关,能读, 比读英文要快, 不至于读的时候生一堆不必要的气, 但也有很多小惊喜, 举个例子, 比如这句 “如果...

Gitalk
/book_review/high_performance_mysql_4th_edition

https://unifreak.github.io/note/note-on-high-performance-mysql-4th-edition? 这是我阅读 «高性能 MySQL 第四版» 时做学习笔记. 我认为这本书依然是优化 MySQL 和 运维 MySQL 极具实践性的最佳指导. 这篇笔记大部分内容都整理自此书, 主要用于自己日后参考用, 不适 合当作教程. 笔记中重点放在了查询优化的三大章节, 其它部分以后可能会更新上. 图来源于英文原版.

Gitalk
/note/note-on-high-performance-mysql-4th-edition

https://unifreak.github.io/tutorial/note-gnu-gcc-introduction-part-1 这是我阅读《 An Introduction to GCC 》 的笔记. 这篇文章介绍如何使用 gcc 编译 c 文件, 以及编译相关的概念和选项等. 下一篇将介绍如何使用预处理器, 如何为了调试或性能优化进行编译已经常用的相关工具等.

Gitalk
/tutorial/note-gnu-gcc-introduction-part-1

https://unifreak.github.io/note/note-microservice-patterns 这是我阅读 «微服务架构设计模式» 学习笔记. 这本书手把手的讲了落地微服务时遇到的各种 问题及其可选的方案优劣对比, 并具体到实现甚至代码. 这篇笔记大部分内容都整理自此书, 主要用于自己 日后参考用. 笔记中的图来源于英文原版.

Gitalk
/note/note-microservice-patterns

https://unifreak.github.io/book_review/http_definitive_guide 读这本书的时间对于我来说有些太晚了, 如果刚进行 Web 开发, 相信会从这本书中学到更多.这本书读的很轻松. 一是因为 HTTP 协议本身很简单, 即使是可以深入或者扩展的地方, 作者也会尽力避免,毕竟是一本专门讲 HTTP 的书. 另外作者讲东西的确也是简单明了, 即使有些翻译的地方有些绕口, 也不影响理解....

Gitalk
/book_review/http_definitive_guide

https://unifreak.github.io/book_review/system_performance? 了解系统性能优化的必读书. 但是建议先看一本内核实现方面的书, 如 Understanding Linux Kernel.这本书的结构非常清晰: 1 到 4 章是综合性, 综述了性能优化方面的概念, 方法论和工具简介; 接下来基本是沿着操作系统各重要组件的专门讲解: cpu, 内存, 文件系统, 磁盘, 网络...

Gitalk
/book_review/system_performance

https://unifreak.github.io/tutorial/the-go-programming-language-book-notes This is the reading note while I'm learning golang by reading the book The Go Programming Language. This article is not meant for beginner, but rather a quic...

Gitalk
/tutorial/the-go-programming-language-book-notes