Keep Learning Everyday
2017年10月18日 星期三
[轉] Building and cross-compile tutorial
›
http://www.fabriziodini.eu/posts/cross_compile_tutorial/
[Linux] 在 gcc 中使用 rpath/rpath-link 指定 shared library 搜尋路徑
›
You need to add the dynamic library equivalent of -L : - Wl ,- rpath - link ,/ path / to / lib This will cause the linker to look fo...
2017年10月9日 星期一
autoconf, automake生成Makefile
›
http://jyhshin.pixnet.net/blog/post/26588146-using-automake-and-autoconf https://www.ibm.com/developerworks/cn/linux/l-makefile/
Windows 7遠程桌面連接Ubuntu 14.04
›
http://jingyan.baidu.com/article/8ebacdf0cdc64949f75cd555.html 安裝xrdp 使用快捷鍵」Ctrl+Alt+T」打開一個終端窗口,輸入」sudo apt-get install xrdp」 安裝v...
2017年9月21日 星期四
cross compiler arm-linux-gnueabi 和 arm-linux-gnueabihf 的區別
›
http://fanli7.net/a/caozuoxitong/Linux/20140810/525891.html 一. 什麼是ABI和EABI 1) ABI: 二進制應用程序接口(Application Binary Interface (ABI) for th...
2017年9月14日 星期四
[轉] 內核的likely()/unlikely和glib的G_LIKELY/G_UNLIKELY
›
內核中的 likely() 與 unlikely() 在 2.6 內核中,隨處可以見到 likely() 和 unlikely() 的身影,那麼為什麼要用它們?它們之間有什麼區別? 首先要明確: if(likely(value)) 等價於 if(value) ...
2017年9月13日 星期三
GObject的物件屬性
›
https://imtx.me/archives/186.html 9 、 GObject 的物件屬性 Feb 25, 2008 GObject 既然是物件,肯定有屬性。既然有屬性,肯定有獲取和設置的辦法。 GObject 在這方面非常靈活,除具備一般物件導向程式的...
‹
›
首頁
查看網路版