上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 68 下一页
frameworks---- 引擎所在,包含两个文件夹cocos2d-html5 和js-bindings。前者是html5引擎,后者是-x的引擎,外部接口是js写,但基础模块却是cpp来实现。samples--------例子文件夹templates------模板文件夹tools--------... Read More
posted @ 2016-01-14 11:24 tinyphp Views(429) Comments(0) Diggs(0) Edit
Linux中ps命令用来列出系统中当前运行的那些进程。使用格式:ps 参数 如:ps -A通过man ps可以获得ps的详细参数用法-A显示所有进程信息c列出程序时,显示每个程序真正的指令名称,而不包含路径,参数或常驻服务的标示-e显示所有进程信息,效果和指定”A”参数相同e列出程序时,显示每个程... Read More
posted @ 2016-01-07 15:14 tinyphp Views(1387) Comments(0) Diggs(0) Edit
PM2 是一个带有负载均衡功能的 Node 应用的进程管理器。安装npm install -g pm2启动程序:pm2 start 列举进程:pm2 list退出程序:pm2 stop 重起应用:pm2 restart程序信息:pm2 describe id|all监视每个进程的 CPU 和内存的使... Read More
posted @ 2016-01-07 11:42 tinyphp Views(641) Comments(0) Diggs(0) Edit
错误提示:error: The requested URL returned error: 403 Forbidden while accessing https://nanfei9330@github.com/nanfei9330/newsPM2.git/info/refs解决方案,进入项目目录v... Read More
posted @ 2016-01-05 16:47 tinyphp Views(2693) Comments(0) Diggs(0) Edit
1.warning: LF will be replaced by CRLF in xxxxx.设置:git config core.autocrlf false Read More
posted @ 2016-01-05 12:20 tinyphp Views(726) Comments(0) Diggs(0) Edit
我们通过npm start 默认入口是app.js,如果想默认入口改为main.js,可以修改项目下的/bin/www文件把app修改mainvar app = require('../app'); Read More
posted @ 2016-01-05 12:11 tinyphp Views(338) Comments(0) Diggs(0) Edit
1.安装Apacheyum -y install httpd 用/etc/init.d/httpd start 启动apacheapache默认的程序目录是/var/www/html2.安装MySQLyum -y install mysql mysql-server用/etc/init.d/mysq... Read More
posted @ 2016-01-05 11:05 tinyphp Views(355) Comments(0) Diggs(0) Edit
yum list查询所有可用软件包yum search 关键字查询和关键字相关的包yum -y install 包名加上-y自动回答yesyum -y update 包名升级yum -y remove 包名删除包yumgrouplist列出所有可用的软件组列表yum groupinstall 软件组... Read More
posted @ 2015-12-29 20:58 tinyphp Views(273) Comments(0) Diggs(0) Edit
1.安装EPEL库yum install epel-release2.安装Node.jsyum install nodejs3.安装nodejs中常用的npm软件包管理器yum install npm4.验证是否安装配置成功node -v Read More
posted @ 2015-12-29 20:41 tinyphp Views(1144) Comments(0) Diggs(0) Edit
虚拟机那里选择NAT模式用vi /etc/sysconfig/network-scripts/ifcfg-eth0进到网卡文件修改ONBOOT=yes。意思是启动网卡 (注意在vi里,需要编辑时要按i,退出编辑模式按Esc,然后按:输入:wq就可以保存关闭了)重启网络service network ... Read More
posted @ 2015-12-29 17:37 tinyphp Views(381) Comments(0) Diggs(0) Edit
上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 68 下一页