摘要: Ubuntu安装镜像下载Ubuntu Kylin:http://www.ubuntukylin.com/downloads/官方下载页面:http://www.ubuntu.org.cn/download官方镜像站:http://cdimage.ubuntu.com/中国科技大学开源镜像站:http... 阅读全文
posted @ 2014-06-25 12:46 未来动力 阅读(194) 评论(0) 推荐(0)
摘要: 1.dpkg: error: dpkg status database is locked by another process 解决办法:sudo rm -rf /var/lib/dpkg/lock2.在64位系统上安装ia32-libs后(Ubuntu执行:sudo apt-get instal... 阅读全文
posted @ 2014-06-25 12:38 未来动力 阅读(180) 评论(0) 推荐(0)
摘要: 1 function createCORSRequest(method, url){ 2 var xhr = new XMLHttpRequest(); 3 4 if("withCredentials" in xhr){ 5 xhr.open(me... 阅读全文
posted @ 2014-06-25 09:17 未来动力 阅读(215) 评论(0) 推荐(0)