摘要:
Table of Contents 1 动机 2 代码 3 使用方法: 1 动机 Html作为一种文档格式其实还是比较好的,支持图片,超链接。
一般只要不使用过于复杂的JavaScript,兼容性也不成问题。
最主要的一点,有很多工具可以生成Html,比如asciidoc, txt2tags, emacs/org-mode. 但是如果Html引用了外部图片... 阅读全文
摘要:
Table of Contents 1 动机 2 代码 3 使用方法: 1 动机 Html作为一种文档格式其实还是比较好的,支持图片,超链接。
一般只要不使用过于复杂的JavaScript,兼容性也不成问题。
最主要的一点,有很多工具可以生成Html,比如asciidoc, txt2tags, emacs/org-mode. 但是如果Html引用了外部图片... 阅读全文
摘要:
我先把不那么常见的用法的示例给出,常见的用法放在后面,只是作为备忘。 Table of Contents 1 不那么常见的用法 1.1 使用gdb script做初始化工作 1.2 gdb添加源代码搜索路径 1.3 通过一条shell命令调用正在运行的进程中的一个函数 2 常见用法 2.1 准备工作 2.2 查看线程 2.3 给线程发送信号 2.4 调用函数... 阅读全文
摘要:
Table of Contents 1 mechanisms 1.1 gcc cyg_profile_func_enter()/cyg_profile_func_exit() hooks 1.2 using LD_PRELOAD environment to provide __cyg_profile*() implementations 1.3 using graphviz to genera... 阅读全文
摘要:
1 Motivation Understand the workflow of autoconf and automake 2 Workflow 2.1 Simplified Workflow Our target is to generate one or several Makefile, two steps involved: you need to supply one configur... 阅读全文
摘要:
Table of Contents 1 Motivation 2 Analysis 2.1 Number of packages and groups of remote repositories 2.2 Number of installed packages 2.3 Package Installed Size Distribution 2.4 Package Dependencies 2.... 阅读全文
摘要:
Table of Contents 1 Handle Complex Configurations 1.1 .emacs.d/init.el and version control 1.2 Add several load-path using one line code 1.3 Structure your config file cleaner 1 Handle Complex Config... 阅读全文
摘要:
1 Motivation For the task of blogging, you can generate Html file locally, then using metaWeblog API to upload them to your blog hosting site.
This workflow has following benefits: There are many way... 阅读全文
|