skip to main
|
skip to sidebar
Edward's blog~~
2010年8月30日 星期一
SeamlessRDP
SeamlessRDP
2010年8月26日 星期四
Avoiding memory leaks in POSIX thread programming
Avoiding memory leaks in POSIX thread programming
2010年8月17日 星期二
MongoDB and CouchDB
MongoDB
CouchDB
兩者都是 Document-Oriented database
CouchDB vs MongoDB: An attempt for a More Informed Comparison
CouchDB Vs MongoDB
2010年8月16日 星期一
Bulid celt under mingw32
CPPFLAGS="-fno-common" LDFLAGS="-no-undefined" ./configure
make
make install
2010年8月3日 星期二
Debug Memory Leak in VC
#define _CRTDBG_MAP_ALLOC
#include <stdlib.h>
#include <crtdbg.h>
_CrtMemState old, new, diff;
_CrtMemCheckpoint(&old);
....
_CrtMemCheckpoint(&new);
_CrtMemDifference(&diff, &old, &new);
_CrtMemDumpStatistics(&diff);
_CrtDumpMemoryLeaks();
較新的文章
較舊的文章
首頁
訂閱:
文章 (Atom)
Blog Archive
►
2019
(1)
►
2月
(1)
►
2013
(2)
►
7月
(1)
►
6月
(1)
►
2012
(7)
►
12月
(2)
►
11月
(2)
►
7月
(3)
►
2011
(5)
►
11月
(1)
►
9月
(2)
►
4月
(1)
►
3月
(1)
▼
2010
(26)
►
10月
(2)
►
9月
(2)
▼
8月
(5)
SeamlessRDP
Avoiding memory leaks in POSIX thread programming
MongoDB and CouchDB
Bulid celt under mingw32
Debug Memory Leak in VC
►
7月
(2)
►
6月
(3)
►
5月
(3)
►
4月
(1)
►
3月
(1)
►
2月
(5)
►
1月
(2)
►
2009
(23)
►
10月
(1)
►
9月
(1)
►
8月
(2)
►
6月
(2)
►
5月
(3)
►
4月
(7)
►
3月
(7)
Label Cloud
有的沒的
(4)
ACPI
(2)
android
(4)
big number
(1)
BIOS
(1)
c
(2)
c++
(2)
celt
(1)
character set
(1)
concert
(1)
cyanogenmod
(1)
database
(2)
debug
(2)
driver
(1)
git
(9)
HPC
(1)
kernel
(9)
linux
(32)
memory leak
(1)
mingw32
(1)
moblin
(1)
music
(1)
network
(1)
pci-e
(1)
PCM
(1)
posix
(1)
power saving
(3)
profiling
(4)
programming
(26)
raspberry pi
(1)
rdp
(1)
RSA
(1)
svn
(2)
time
(1)
unaligned
(1)
Unicode
(1)
usb
(1)
virtualization
(1)
wave
(1)
windows
(5)
X Window
(1)
Xen
(1)
訂閱
發表文章
Atom
發表文章
所有留言
Atom
所有留言
最新回應
載入中…
我的網誌清單
Joey
我的小樹
16 年前
Google Search
laface's Blog