2014年3月5日

摘要: Installation and settingInstallation mongo.so, run as follow: git clone https://github.com/mongodb/mongo-php-driver cd mongo-php-driver phpize ./configure make sudo make installThen add extension=mongo.soto your php.ini file.note:if you can't find any php.ini in your computer, try to search php. 阅读全文
posted @ 2014-03-05 22:21 CP0000 阅读(232) 评论(0) 推荐(0)
摘要: 1. 打开 terminal,查看Mac系统所有USB设备信息,找到相应的厂商Vender ID. system_profiler SPUSBDataType查到相应连有Android手机设备的usb hub,找到相应的厂商Vender ID.如: Product ID: 0x1228 Vendor ID: 0x2717 Version: 2.552. 终端进入/Users/user/.android,应该有一个adb_usb.ini文件,如果没有请新建。然后将上面的查找得到的Vender ID 单独一行加入到该文件,保存退出。3. 重启adb server进程。 a... 阅读全文
posted @ 2014-03-05 22:14 CP0000 阅读(327) 评论(0) 推荐(0)

导航