码迷,mamicode.com
首页 >  
搜索关键字:nodejs npm install    ( 51004个结果
[WebOS]基于JS的HP-WebOS开发中Eclipse安装Aptana插件时报"Bad Gateway"错误解决方案
进入Aptana官网:http://www.aptana.com/ 跳转到下载页面,选择下载Eclipse plugin installation, 发现官网只给出在线更新的网址: http://download.aptana.com/studio3/plugin/install 但是试过在线更.....
分类:Web程序   时间:2014-06-06 18:14:23    阅读次数:438
Centos 编译安装nodejs&express框架
一. 下载nodejs 版本wget http://nodejs.org/dist/v0.10.28/node-v0.10.28.tar.gz二. 编译安装cp node-v0.10.28.tar.gz /usr/src/cd /usr/srctar zxvf node-v0.10.28.tar.g...
分类:Web程序   时间:2014-06-06 14:25:45    阅读次数:206
ubuntu 下 mysql数据库的搭建 及 数据迁移
1、mysql的安装我是使用apt-get直接安装的 :sudo apt-get install mysql-server sudo apt-get install mysql-client2、配置mysql管理员密码sudo mysqladmin -u root 当前密码 新密码安装的时候貌似也没...
分类:数据库   时间:2014-06-06 12:15:58    阅读次数:432
[Intel XDK]在线跨平台模拟器-安装方法
Installation of the Intel? XDK on Apple* OS X* involves all or some of the following steps:Install the Google* Chrome* browserUpdate Java* on your Mac...
分类:其他好文   时间:2014-06-06 10:03:14    阅读次数:490
[Android]Samba服务器在Ubuntu下的配置与Windows系统间的数据共享
安装Samba安装sambasudo apt-get install samba[编辑]Kubuntu安装系统设置的共享模块sudo apt-get install kdenetwork-filesharing[编辑]配置1.windows 访问 ubuntu第一步创建共享目录: 比如要创建/hom...
分类:移动开发   时间:2014-06-06 09:17:48    阅读次数:363
Apache2+SVN搭建代码版本控制系统
1 安裝Apache2服务器1.1 安装#sudo apt-get install apache21.2 重启#sudo service apache2 restart1.3 设置字符编码#sudo gedit etc/apache2/conf.d/charset找到#AddDefaultChars...
分类:其他好文   时间:2014-06-06 07:36:32    阅读次数:174
ubuntu 下安装 apache php mysql
ubuntu 安装 apache+php+mysql1.打开终端,输入“sudo apt-get install apache2”,回车;(安装apache2.0或2.x新版本,系统会自动查找新的版本)2.如有密码请再输入管理员密码,回车3.输入“Y”,回车4.apache2.X 安装完成5.验证a...
分类:数据库   时间:2014-06-06 06:59:20    阅读次数:436
[Android]PC控制Android终端-TotalControl2MobileAgent
1.首先在http://www.sigma-rt.com.cn/android/totalcontrol/app/index.html中下载所需要的MobileAgent.apk(手机端)和Total_Control_2.3.0_Install.exe(pc端)2.可用豌豆荚或者360手机助手安装M...
分类:移动开发   时间:2014-06-05 21:46:53    阅读次数:249
在VS2012中使用NuGet引入Prism
目标使用NuGet添加Prism引用(使用Prism需要引入很多库,手工操作比较麻烦,看到其中介绍了NuGet,于是试了一下)步骤1、打开NuGet命令行(我用的是VS2012)2、VS中出现“命令行”窗口3、在光标处输入Install-Package Prism(下面来自http://www.nu...
分类:其他好文   时间:2014-06-05 21:41:10    阅读次数:424
mono编译心得
系统为centOS;配置网络cd /etc/sysconfig/network-scripts/vi ifcfg-eth0先按装pel和相关模块yum -y install perl-develyum -y install perl-CPAN然后进行CPAN的配置cpan -i o conf ini...
分类:其他好文   时间:2014-06-05 19:24:28    阅读次数:396
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!