上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 68 下一页
目录安装PythonCocos2d-JS框架开发工具(WebStorm /Cocos Code IDE)用Webstorm查看官方实例使用Cocos Code IDE创建工程1.安装Python 2.7并配置系统环境变量PATH加入pyshon安装路径 (下载地址>>)在命令行输入 python -... Read More
posted @ 2016-01-14 21:51 tinyphp Views(6476) Comments(0) Diggs(0)
frameworks---- 引擎所在,包含两个文件夹cocos2d-html5 和js-bindings。前者是html5引擎,后者是-x的引擎,外部接口是js写,但基础模块却是cpp来实现。samples--------例子文件夹templates------模板文件夹tools--------... Read More
posted @ 2016-01-14 11:24 tinyphp Views(434) Comments(0) Diggs(0)
Linux中ps命令用来列出系统中当前运行的那些进程。使用格式:ps 参数 如:ps -A通过man ps可以获得ps的详细参数用法-A显示所有进程信息c列出程序时,显示每个程序真正的指令名称,而不包含路径,参数或常驻服务的标示-e显示所有进程信息,效果和指定”A”参数相同e列出程序时,显示每个程... Read More
posted @ 2016-01-07 15:14 tinyphp Views(1395) Comments(0) Diggs(0)
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(652) Comments(0) Diggs(0)
错误提示: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(2737) Comments(0) Diggs(0)
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(732) Comments(0) Diggs(0)
我们通过npm start 默认入口是app.js,如果想默认入口改为main.js,可以修改项目下的/bin/www文件把app修改mainvar app = require('../app'); Read More
posted @ 2016-01-05 12:11 tinyphp Views(346) Comments(0) Diggs(0)
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(365) Comments(0) Diggs(0)
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(279) Comments(0) Diggs(0)
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(1149) Comments(0) Diggs(0)
上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 68 下一页