What you think is what you get

All posts by: zgh149

ubuntu10.04 調整解析度

安裝好 ubuntu 之後解析度只有 800×600 和 640×480,如何調整更大的解......

Git error: Permission denied (publickey) fatal: Could not read from remote repository

Permission denied (publickey). fatal: Could not read fr......

Git 使用記錄(移除檔案+更改檔名)

1.移除檔案 在一個容器中新增檔案時,此檔案會被歸類於未追蹤 我們新增一個文件叫 testrm 來試試看,輸入......

Git 使用記錄(初始化容器+複製外部容器+加入檔案+觀察容器檔案內容+觀察檔案差異+提交檔案+觀察提交檔案內容)

1.初始化容器 選擇想要的資料夾當作容器,在家目錄中新建資料夾 Git_Project 為範例 開啓終端機,輸......

Git 使用記錄 (下載Git+安裝Git+設定配置姓名和Email)

1.安裝git 直接到官網下載安裝,除了 Mac/Windows 使用安裝檔(dmg/exe),其他的都用指令......

MacBook Pro 編譯 Android 核心

上一篇已建立並編譯 Android Source Tree ,這篇記錄 Android Kernel 的編譯 ......

MacBook Pro 建立 Android Source Environment (不需 Ubuntu)

注意此篇不需建立 Ubuntu 規格: MacBook Pro (Lion) , Mac OS X 10.7 ......

取得網頁原始碼

使用 url 來取得網頁原始碼相當簡單,也能藉此加上其他自動化的功能如自動偵測股票網站的數值等等 import......

取得執行時的各種特性(System.getProperties())

System.getProperties() 可以取得各種特性 import java.util.Iterat......

使用 properties 存取資料

資料的儲存方式除了database之外,還有 properties 可以選擇,優點是使用簡單,但是相對的儲存資......