Zend Framework 2 wiki 介紹 簡單說,這個框架是一個以 MVC 為基礎的框架,MVC 在這
Git 實用技巧
在這篇文章,記錄一些使用 Git 的技巧。 回復上一個 commit (不知道 commit-id 可以使用
設定 CentOS 上的 MariaDB
前言 由於要使用爬蟲的關係,跟朋友借了一個 server 來存放資料使用 XD,雖然 PHP , Apache
Cross compile Python for Android
前置作業 & 注意事項 產生要移植平台相對應的 standalone toolchain ,參考 An
Cross compile MySQL for Android
前置作業 & 注意事項 產生要移植平台相對應的 standalone toolchain ,參考 An
Cross compile Lighttpd and PHP for Android
前置作業 & 注意事項 產生要移植平台相對應的 standalone toolchain ,參考 An
Cross compile libraries for Android
前置作業:產生 standalone toolchain cross compile 需要用到的 librar
Cross compile Node.js for Android
產生 toolchain 請參考先前的文章。 到 Node.js 官網。如果要跨編譯最新的 preview 版
使用 Android NDK 產生 standalone toolchain
步驟 1:前往 Android ndk 官網:http://developer.android.com/int
從 Curl 到 Guzzle, PHP HTTP client
[前言] 當我們使用 PHP 要爬網頁或做網路機器人的時候,第一個會想到的是:使用 CURL ,他是一個在 L