欢迎加入我们的QQ群,无论你是否工作,学生,只要有c / vc / c++ 编程经验,就来吧!158427611
【代码备忘】火狐浏览器插件xpi自动从网站下载安装的代码
插件测试
function install_firefox_plugin() //安装方法
{
var params = {
"Foo": { URL: "htt...
分类:
Web程序 时间:
2014-05-23 01:47:40
阅读次数:
341
2013年10月,MySQL开发团队正式宣布支持Yum仓库,这就意味着我们现在可以从这个Yum库中获得最新和最优版的MySQL安装包。本文将在一台全新安装的CentOS6上安装MySQL5.6,如果你不熟悉MySQL5.6的新特性,我建议从MySQL5.6 的新特性(http://dev.mysql.com/tech-resources/articles/whats-new-in-mysql-5....
分类:
数据库 时间:
2014-05-23 01:26:10
阅读次数:
419
构建node扩展的方法:
1,安装node.js 版本为0.10.24.msi
2,安装node-gyp, npm install -g node-gyp
3,构建 hello工程
cd 到 node-gyp-hello\src
node-gyp configure
node-gyp build
构建node-webkit扩展的方法:
1,安装node.js 版本为0.10...
分类:
编程语言 时间:
2014-05-22 23:38:12
阅读次数:
377
最近,锤子手机把发布会的门票收入全部捐给开发OpenSSL的开源基金会。
着实让OpenSSL火了一把,其实OpenSSL对应我们程序员来说,并不陌生。...
分类:
移动开发 时间:
2014-05-22 18:42:53
阅读次数:
254
Apache+Php配置(亲测可用)
一Apache配置:
1.下载 httpd-2.2.xx-win64.rar,Apache 64-bit 的压缩包,点击这里下载
(Apache官方没有64位的安装包)
2、将压缩包解压到C盘根目录: \httpd-2.2-x64
3、以管理员身份运行CMD:,进入Apache的bin目录,运行安装命令 httpd-k install
4、修改web配置,c:\httpd-2.2-x64\conf目录下的httpd.conf
端口号默认为80,如有冲突可改其他,这里...
分类:
Web程序 时间:
2014-05-22 18:32:34
阅读次数:
447
1.先在线安装sqlite3,试用一下命令安装
ubuntu@ubuntu-virtual-machine:~$ sudo apt-get install sqlite3
2.安装成功后测试会出现
ubuntu@ubuntu-virtual-machine:~$ sqlite3
SQLite version 3.7.9 2011-11-01 00:52:41
Enter ".help"...
分类:
数据库 时间:
2014-05-22 17:13:35
阅读次数:
348
一、安装1、打开终端sudo gem install
cocoapods命令解释:用gem安装cocospods工具包2、pod
setup命令解释:用gem安装cocospods工具包提示:安装了CocoaPods之后,今后在命令行中,直接使用pod即可二、查找第三方库1、pod
search j...
分类:
移动开发 时间:
2014-05-22 14:24:10
阅读次数:
431
最近开发,兄弟们问我这个问题,写出来解决方法和大家分享一下。
当控制台出现:
Failed to install ***.apk on device '019417a3': Unable to open sync connection!
java.io.IOException: Unable to open sync connection!
Launch canceled!
...
分类:
其他好文 时间:
2014-05-21 14:13:00
阅读次数:
496
InstallingwithCitrixXenServerNote:ToinstalltheAdaptecRAIDcontrollerdriverwithCitrixXenServer,youmustburntheXenServerdriverisop_w_picpathtoawriteableCD.YouwillbepromptedtoinserttheXenServerdriverCDtwice.YouneedtheXenServerinstallationCDtocompletethistask.You..
分类:
其他好文 时间:
2014-05-21 13:19:58
阅读次数:
454
编辑/etc/apt/sources.list文件root@debian:~#cat/etc/apt/sources.list##debcdrom:[DebianGNU/Linux7_Wheezy_-OfficialSnapshotamd64LIVE/INSTALLBinary20131013-23:23]/wheezymain#debcdrom:[DebianGNU/Linux7_Wheezy_-OfficialSnapshotamd64LIVE/INSTALLBinary20131013-23:2..
分类:
其他好文 时间:
2014-05-21 13:03:37
阅读次数:
408