摘要:
Here I use Netbeans, xdebug to debug the PHP in the terminal of Ubuntu.1. you have to install the xdebug extension, pls refer to:[Ubuntu] Easy PHP Deb... 阅读全文
摘要:
The article copied fromhttp://ubuntuhandbook.org/index.php/2013/12/install-teamviewer-ubuntu-1404/TeamViewer 9 Stable now is available. It features mu... 阅读全文
摘要:
When i run svn up in the folder, i got these error:svn: Error converting entry in directory 'XXXXX' to UTF-8svn: Can't convert string from native enco... 阅读全文
摘要:
When using MacOS with xcode6-beta, i always meet these error:xcrun: error: active developer path ("/Volumes/Xcode/Xcode6-Beta.app/Contents/Developer")... 阅读全文
摘要:
Original article:http://www.yiiframework.com/wiki/570/remove-byte-order-mark-bom-from-files-recursively/The problem was that all my web applications r... 阅读全文
摘要:
When usingrabbitmq,$this->conn = new AMQPConnection($conn_args);$this->conn->connect();i got these errorsPHP Fatal error: Class 'AMQPConnection' not foundHere is the way to resolve it.1. Install thelibrabbitmq library # Download the rabbitmq-c library @ version 0-9-1 git clone git:/ 阅读全文