在eclipse中配置cocos2d-x的android环境时,遇到这样的错误提示 网上搜索了一下,说是在NDK_MODULE_PATH环境变量下未找到所需要的Android.mk文件,后来仔细研究了一下项目属性,找到环境设置这一项 添加完NDK_MODULE_PATH路径之后,会在项目的.sett...
分类:
移动开发 时间:
2014-07-16 23:14:41
阅读次数:
20097
A simple solution that I use is to merely stop the service and x-copy the files from my bin folder into the service folder.A batch file to stop the se...
Arch Linux 安装记录基本上参考wiki上的新手指南,使用arch 2014.6.1 iso安装设置网络有线网络Arch Linux 默认开启DHCP。静态ip首先关闭DHCP:systemctl stop dhcpcd.service,找出网卡名字ip link(例中为enp2s0f0),...
分类:
系统相关 时间:
2014-06-26 17:27:43
阅读次数:
326
今天遇到个很郁闷的问题,使用catalina.shstop或者shutdown.sh关闭tomcat总是失败,总提示连接超时。开始以为是自己tomcat配置的问题,重新部署上没更改过配置的tomcat,结果依然是失败。后来使用telnet127.0.0.1到shutdown的端口发现失败;tomcat停止的时候将SHUTDOWN指令发送..
分类:
编程语言 时间:
2014-06-26 06:09:23
阅读次数:
375
【oracle 11G Grid 】Crsctl start cluster 和 crsctl start crs 有区别么?
q:Crsctl start cluster
是 11.2新特性和
crsctl start crs 有啥区别呢?
Crsctl start/stop crs
管理本地节点的clusterware st...
分类:
数据库 时间:
2014-06-25 19:38:59
阅读次数:
523
美国计算机科学家、图灵奖获得者詹姆斯·尼古拉·格雷(Jim Gray),在他的著名的论文“Why do computers stop and what can be done about it?”中首次提出了程序bug的类型,比如玻尔bug(Bohrbug)、 海森堡bug(Bohrbug)等用著名...
分类:
其他好文 时间:
2014-06-25 14:55:40
阅读次数:
263
查看列表:
list
部署
bundle:install wrap:mvn:com.demo/hello-provider/0.0.1-SNAPSHOT
启动
bundle:start bundle_id
停止:
bundle:stop bundle_id...
分类:
其他好文 时间:
2014-06-25 00:13:59
阅读次数:
886
启动:
sudo /etc/init.d/mysql start
停止:
sudo /etc/init.d/mysql stop
重启:
sudo /etc/init.d/mysql restart
查看日志:
cat /var/log/mysql.err
cat /var/log/mysql/error.log...
分类:
数据库 时间:
2014-06-24 23:06:43
阅读次数:
242
1、错误描述
usage: java org.apache.catalina.startup.Catalina [ -config {pathname} ] [ -nonaming ] { -help | start | stop }
2014-6-23 20:15:55 org.apache.catalina.core.AprLifecycleListener init
信息: Loaded...
分类:
Web程序 时间:
2014-06-24 18:34:48
阅读次数:
175
nginx添加系统服务1、编写脚本,名为nginx#!/bin/sh##nginx - this script start and stops the nginx daemon##chkconfig: -85 15#description: Nginx is an HTTP(S) server, H...
分类:
其他好文 时间:
2014-06-22 12:49:41
阅读次数:
199