Author Archive
you and i both
十二月.09, 2008 Posted in RSS
歌名:you and i both演唱:jason mraz
Was it you who spoke the words that things would happen but not to me?All things are gonna happen naturallyOh, taking your advice and I’m looking on the bright sideAnd balancing the whole thing.
...
Apache+MySQL+PHP+OpenSSL in Ubuntu
十一月.15, 2008 Posted in RSS
SSL介紹SSL(Secure Socket Layer)是Netscape所提出來的資料保密協定,採用了RC4、MD5,以及RSA等加密演算法。
網路上需要確定網站真的是那個網站,所以SSL也具備認證的機能。SSL是以金字塔的結...
Reverse Engineering Tools
十一月.09, 2008 Posted in RSS
Microsoft Windows
Three tools pervade the warchest of the contemporary analyst on the Windows platform: IDA, SoftICE, and PE Tools. IDA is the Interactive Disassembler from Data Rescue. IDA is used to examine the executable on-disk. IDA provides...
人生第一筆薪水
十一月.06, 2008 Posted in RSS
就在今天我拿到人生第一筆薪水了真是莫名的感動
因為八九十月沒收入 債台高築償還債務後也剩不下來但我還是要好好記念今天 哈
struct的特別用法
十一月.03, 2008 Posted in RSS
#include
typedef struct A {
int up : 1; int down : 1; int left : 1; int right : 1;
}Cell;
int main(void) {
Cell c; c.up = c.down = c.left = c.right = 0; c.down = 1; printf(”%d %d\n”, sizeof(Cell), ...
Bizarre Love Triangle
十月.27, 2008 Posted in RSS
Every time I think of youI get a shot right through into a bolt of blueIt’s no problem of mine but it’s a problem I findLiving a life that I can’t leave behindThere’s no sense in telling meThe wisdom of a fool won’t set y...
Symbian S60 5th Edition
十月.17, 2008 Posted in RSS
Symbian的第五版在10/3 released這版中主要加強的部份是多媒體、網路、可靠度和觸控介面
第五版中優化攝影機的codec(宽螢幕影相儲存能力)。使用者設定參數來調控照片的balance, color and sharpn...
英名一世?
十月.04, 2008 Posted in RSS
沒想到現在這麼囧
一直都是學最新的東西
現在居然要學MFC MFC MFC MFC MFC MFC MFC
default constructor
十月.01, 2008 Posted in RSS
C++中預設建構子就是沒有參數的建構子
一般大多數人都有以下錯誤觀念:1.class沒有定義預設建構子 compiler就會自動產生一個2.compiler產生出來的預設建構子中 會為member data設預設值
Comments Off
:C/C++
more...
Looking for something?
Use the form below to search the site:
Still not finding what you're looking for? Drop a comment on a post or contact us so we can take care of it!























