- May 02 Tue 2017 09:35
-
[Makefile] 取得shell 執行後的值
- Nov 27 Fri 2015 16:30
-
[VirtualBox] 修改vdi的uuid
- Oct 17 Fri 2014 14:57
-
2014年10月26日 婚禮流程
這篇文章受密碼保護,請輸入密碼後查看內容。
- Mar 26 Wed 2014 16:45
-
[embedded] STDOUT_FILENO, printf 無法顯示
#include <stdio.h>
int main() {
char line[64]={0};
sprintf(line, "this is Line %d",__LINE__ );
int main() {
char line[64]={0};
sprintf(line, "this is Line %d",__LINE__ );
- Mar 26 Wed 2014 16:34
-
[C] 16進制的IP Address 0a01a8c0 轉成字串192.168.1.10的格式
- Mar 26 Wed 2014 16:31
-
[embedded] Linux Kernel 取得網路介面卡資訊
- Mar 26 Wed 2014 16:20
-
[embedded]Linux Kernel slab memory 、hlist table、setup_timer、SPINLOCK
- Mar 26 Wed 2014 14:59
-
[embedded] Create /proc by write_proc/read_proc and file_operations (structure)
筆記一下建立/proc的方式: #include <linux/proc_fs.h> struct proc_dir_entry *p; int write_tf_monitor(struct file *file, const char *buffer, int length, void *data) {
- Jan 23 Thu 2014 10:04
-
[Ubuntu] use dmalloc for programming.

先前已在embedded system中porting過dmalloc,這次在ubuntu PC上也試著使用看看。 首先至 https://packages.ubuntu.com/zh-tw/source/raring/dmalloc 下載 dmalloc_5.5.2.orig.tar.gz 接著下 tar -zxvf dmalloc_5.5.2.orig.tar.gz 將之解壓縮。
- Dec 05 Thu 2013 15:01
-
[Ubuntu] version control CVS server to git server
這篇文章受密碼保護,請輸入密碼後查看內容。
