原创 玩三國殺 adobe air

OUT OF DATE....  SEE http://blogs.adobe.com/flashplayer/2011/06/adobe-air-and-linux-increasing-distribution-on-devices.

原创 gcc & g++

The actual compiler is "cc1" for C and "cc1plus" for C++; both gcc and g++ are drivers (which call the preprocessor/com

原创 支持 https 的 svn client 安裝方法

使用 shared 方式安裝,相關的tar包去 http://download.csdn.net/source/3017919 下載   WORKSPACE=$PWD TARGET=$HOME/local SUBVERSION_INST

原创 brk 45

下面的結論是調試中得出的,沒有看kenel代碼。。。可能有問題、歡迎指正、謝謝   <code> .section .data brk_addr_fmt: .ascii "brk address is %p/n" .s

原创 Apache/2.2.19 + PHP 5.3.8 + Mysql

See http://dan.drydog.com/apache2php.html Apache/2.2.19 PHP 5.3.8 ./configure --prefix=/home/haifengw/local/httpd \   

原创 vimrc & vim short key 1

  nice job : http://www.360doc.com/content/10/1128/15/4807202_73143894.shtml   vim short keys 1. w e b 在單詞之間移動,使用 */

原创 cpuid.h

/usr/include/cpuid.h   checking cpuid.h usability... no checking cpuid.h presence... no checking for cpuid.h... no conf

原创 Programing Group Up

  I love programming. I enjoy the challenge to not only make a working program, but to do so with style. Programming

原创 JavaScript Elites

new operator in JavaScript http://stackoverflow.com/questions/1646698/what-is-the-new-keyword-in-javascript IIFE http

原创 Apache with subversion & php

---apache ./configure --prefix=/home/$USER/local/httpd \     --enable-so    \     --enable-cgi \     --enable-info \   

原创 Junit 多線程測試

Enjoy it. Here are the codes. import java.lang.annotation.ElementType; import java.lang.annotation.Retention; import j

原创 java.lang.ref 的引用

  入門比較參考這裏:http://mindprod.com/jgloss/phantom.html    可以參考這裏,已經很全面了,有時間應該翻譯

原创 compile mysql from source code

kernel: 2.6.23.1-42.fc8 kernel: 2.6.18-128.1.14.el5a02xen   gcc (GCC) 4.1.

原创 hsqldb memory mode

import java.sql.Connection; import java.sql.DriverManager; import java.sql.ResultSet; import java.sql.Statement; publ

原创 stack of gcc

棧是向下生長的,%esp記錄着棧頂,%ebp記錄着當前的棧禎 # 以下是主調函數 _start:    push $3                # 函數參數    push $2               # 函數參數    ca