
Tools
文章平均质量分 65
delphiwcdj
用代码改变生活
展开
-
PPT使用的一些技巧总结
PPT制作常用技巧原创 2011-05-24 12:45:00 · 3657 阅读 · 0 评论 -
Software Documentation Tools之LaTeX
Software Documentation Tools的种类很多,例如,Microsoft Word。这类工具的使用场景主要有: * Requirement Specification * Software Design * API Documentation * User Guide * Technical Report为什么要学习LaTeX而不使用Word,请参考TeX的WiKi介绍原创 2016-02-02 10:59:46 · 1021 阅读 · 0 评论 -
Software Documentation Tools之Markdown
Markdown is a lightweight markup language with plain text formatting syntax designed so that it can be converted to HTML and many other formats using a tool by the same name. Markdown is often used to原创 2016-02-03 11:35:50 · 567 阅读 · 0 评论 -
Mac OS X Yosemite 10.10.2使用cgdb初步
2015-06-02 wcdj cgdb is a lightweight curses (terminal-based) interface to the GNU Debugger(GDB). In addition to the standard gdb console, cgdb provides a split screenview that displays the sourc原创 2015-06-02 23:29:28 · 2092 阅读 · 0 评论 -
UNIX环境下使用tmux在虚拟终端复用窗口的方法
摘要:在前文《UNIX环境下使用screen在虚拟终端复用窗口的方法》介绍了GNU screen的使用方法,本文继续介绍screen的升级版工具OpenBSD tmux,因为tmux的功能更强大。原创 2015-04-26 22:26:39 · 1355 阅读 · 0 评论 -
UNIX环境下使用screen在虚拟终端复用窗口的方法
摘要:UNIX环境下通过 screen 工具可以方便在一个终端窗口中同时处理多个会话,并且可以在当前的终端退出后保持之前开启的会话继续执行,并在后续新开启的终端通过screen -r $(会话ID) 的方式重新attach到之前的会话以便继续处理。原创 2015-04-26 18:39:32 · 1110 阅读 · 0 评论 -
Gnuplot设置线条颜色为黑色
2011-02-13 wcdj 将线条颜色从彩色变成黑色的方法,添加参数 lt -1。 常用画emf矢量图的脚本代码如下: set term emf font "Times New Roman,宋体,20" set output "alive.emf" set xlabel "Time(s)" set ylabel "Number of nodes alive" set key原创 2011-02-13 22:25:00 · 7479 阅读 · 0 评论 -
Plot with Gnuplot——Gnuplot in Action前三章解读
2010-11-30 wcdj Gnuplot in Action Understanding Data with Graphs by Philipp K. Janert 2009 gnuplot 4.4 —— An Interactive Plotting Program (23 September 2010 Version 4.42) Introducti翻译 2010-11-30 16:20:00 · 4467 阅读 · 0 评论 -
SecureCRT常用技巧及Bash快捷键
2012-02-01 wcdj 熟悉一些快捷操作,可以提高日常的工作效率。 编辑命令 Ctrl + a :移到命令行首 Ctrl + e :移到命令行尾 Ctrl + xx:在命令行首和光标之间移动 Ctrl + u :从光标处删除至命令行首 Ctrl + k :从光标处删除至命令行尾 Ctrl + w :从光标处删除至字首 alt + b :原创 2012-02-01 23:06:24 · 20437 阅读 · 3 评论 -
Things Everyone Should Do: Code Review
2012-02-15 wcdj Jul 06 2011 Published by MarkCC under Programming As I alluded to in my last post (which I will be correcting shortly), I no longer work for Google. I still haven't d翻译 2012-02-15 19:25:43 · 1055 阅读 · 0 评论 -
Source Insight常用操作总结(持续补充中)
2011-09-06 wcdj 主要就是查找功能,总结常用的如下: (1) 跳转到标识定义处、声明处 Ctrl+鼠标点击标识,直接跳转至标识定义处 Ctrl+= Jump To Definition 在关键字上鼠标右键 Jump To Prototype F7原创 2011-09-06 13:47:24 · 4367 阅读 · 0 评论 -
写PPT装逼的几个工具
最近在准备一个PPT,但是遇到一个问题,在准备PPT资料的时候是在马克飞象用Markdown写的,虽然可以方便的生成PDF文档,但是最终汇报展示的时候,老大们还是喜欢看PPT。因此,在网上查了一下如何将md文档转换为ppt,搜索之后才发现有如此多的装逼工具。比如,几个秒杀PPT的高(zhe)大(teng)上(ren)的幻灯工具或者用Markdown写轻量级PPT介绍的,真是柳暗花明又一村。在如此之多原创 2016-05-12 20:40:44 · 2557 阅读 · 0 评论