摘要:
Fix header line conflict between tabbar and cedetTable of Contents1. Problem Description2. fix process3. tabbar install1 Problem DescriptionWhen I ope... 阅读全文
摘要:
How To Make Cscope Database by ShellTable of Contents1. key point - find2. shell code1 key point - find# expr1 -o expr2# Or; expr2 is not evaluated ... 阅读全文
摘要:
Linux Opendir and readdir will not update along with directory changingTable of Contents1. Result2. temporary fix method3. Test1 ResultAccording to my... 阅读全文
摘要:
Linux Format Udisk As Ext3 formatTable of Contents1. show u-disk info2. format entire u-disk3. show format result4. solve "Disk /dev/sdb doesn't conta... 阅读全文
摘要:
memory-alignmentTable of Contents1. Conclusion2. Test Program3. Memory Alignment in ubuntu14.04 i3863.1. kernel version3.2. result4. Memory Alignment ... 阅读全文
摘要:
算是过了。有价值=把自己打造成印钞机。靠技术吃饭,就得技术过硬。(55/75) (58/75) 阅读全文
摘要:
ubuntu14.04 install emacs24.5Table of Contents1. get the src2. libs prepare3. install emacs-24.54. start4.1. start with window4.2. start without windo... 阅读全文
摘要:
linux 下进行C编程基础Table of Contents1. 源程序的编译2. 简单Makefile 的编写3. 程序库的链接4. 程序的调试5. 头文件和系统求助1 源程序的编译在linux 下,如果要编译一个C源程序,我们要使用 GNU 的gcc 编译器。 下面我们以一个例子说明如何使用 ... 阅读全文
摘要:
S shell learning note v1.0Table of Contents1. what is shell2. hello world program2.1. src2.2. add run privilege2.3. run shell3. variables in shell3.1.... 阅读全文
摘要:
1、windows 下编辑好的文件 asm_compile.txt,在 linux 下显示如下:$ cat -v asm_compile.txt 1) ml.exe /c /coff /I d:\masm32\include reg_test.asm^M2) link.exe /subsystem:... 阅读全文