原创 0Ubuntu 系統的電驢下載軟件 - mldonkey[轉貼

mldonkey 是個很不錯的下載軟件,支持電驢、BT、HTTP等支持,且還是不斷增加,什麼時候要能支持迅雷就好了,呵呵。很多人安裝了 mldonkey 卻不知道怎麼去用,實際上是很簡單的。首先來了解一下mldonkey是怎樣的架構。

原创 數組實現堆棧

#include <stdio.h> #include <stdlib.h> void insert(int); void dele(); void

原创 我看過的經典書籍

c primer plus 我的C語言入門書籍 computer system: a programmer's perspective  C 與底層和操作系統的深度聯繫 expert C programming: 掃除了一些錨點 let

原创 c static 問題

A static variable inside a function keeps its value between invocations.A static global variable or a function is "seen

原创 電腦crash 之後, emacs recover 未保存文件

If Emacs or the computer crashes, you can recover the files you were editing at the time of the crash from their auto-

原创 指針的大小問題

問題來源:點擊打開鏈接 Also we have learned that on different systems the size of a pointercan vary. As it turns out it is also po

原创 debian apache

 mysql -u root -p 

原创 a function return a pointer , wherein a bug

點擊打開鏈接 Those are the two most common reasons for passing a pointer to a function as an argument. However, pointers can

原创 函數指針問題

Expert C programming : 英文: P79 中文:P67 typedef void(*ptr_to_func) (int ) /* this says that ptr_to_func is a pointer

原创 發點牢騷! 真的覺得日本人好牛~~

http://ruby-china.org/topics/2099 Emacs, 用的越久, 越來越覺的, 日本人好牛啊. Emacs 中的lisp代碼, 我估計有最少三分之一的插件是日本人寫的. EmacsWiki大把的日本人編

原创 C 調試

:點擊打開鏈接 點贊 收藏 分享 文章舉報 panaroma 發佈了23 篇原創文章 · 獲贊 1 · 訪問量 1萬+ 私信

原创 備用

http://emacser.com/emacs-gccsense.htm http://cx4a.org/software/gccsense/manual.html#Install_gcc-code-assist http://lin

原创 linux Grub 修復

  2007-11-30 00:52:56 來自: kimi(waiting and give myself peace) 一,硬盤安裝 到http://mirror.lupaworld.com/archlinux/iso/l

原创 我的.emacs 2012年6月27日updated

(setq delete-auto-save-files t) ;; quit message (fset 'yes-or-no-p 'y-or-n-p) ;;設置有用的個人信息。這在很多地方有用 (setq user-full-na

原创 const c

const T and T const are identical. Pay attention to pointer precedence, however: char const* is a pointer to a constant