环境搭建
foxiny
这个作者很懒,什么都没留下…
展开
-
CentOS 6.2/6.3 Xmanager 配置
第一步,编辑/etc/gdm/custom.conf,内容如下: [daemon] [security] AllowRemoteRoot=true [xdmcp] Port=177 Enable=1 [gui] [greeter] [chooser] [debug] [servers] 第二步,在/etc转载 2013-04-20 21:50:50 · 270 阅读 · 0 评论 -
andendgine代码下载
andendgine使用github下载 1.安装github 2.github上注册账号。 3.去github上找到andendgine ,地址是https://github.com/nicolasgramlich/AndEngine 4.在andendgine工程上点clone in windows就可以下载了,现在的分支是GLES2. 5.剩下在下几个extension要下载。原本原创 2013-05-01 00:30:37 · 279 阅读 · 0 评论 -
CentOs + Nginx + PHP + MySQL
在虚拟机上中安装CentOS的时候就已经将MySQL和PHP安装好了。 1.yum install mysql 会将Mysql升级,其中包含了mysql(客户端)、mysql-devel、mysql-libs、mysql-server,这就是其他教程中安装mysql必须安装的包。 service mysqld start 启动mysql chkconfi原创 2013-05-26 21:24:32 · 252 阅读 · 0 评论