创建完一个新项目之后,我们可以简单的看一看这个项目的文件组成,有这么一个文件层次结构
几个proj.*文件夹就不用说了,是对应的平台的解决方案,res专门存放我们的游戏资源,scripts存放我们的lua代码,sources中有我们熟悉的AppDelegate类,我们主要常用的就两个文件夹,res和scripts。
好吧,还是再打开scrip...
分类:
其他好文 时间:
2014-11-05 13:04:31
阅读次数:
384
每当提到延时统计的时候,一定想到的一个名词就是”性能测试“,没错,在Redis的redis_benchmark文件中,的确用到了延迟文件中的相关信息。在Redis中的官方解释此文件:
/* The latency monitor allows to easily observe the sources of latency
* in a Redis instance using the LAT...
分类:
其他好文 时间:
2014-11-05 10:55:34
阅读次数:
363
The following processes can solve this problem:1.open the project strcture2.select the top moudle of the project3.In the tab of sources,deleting the C...
分类:
其他好文 时间:
2014-11-05 00:20:39
阅读次数:
252
修改https为http,在Android SDK Manager->Tools-Options...选项界面,将“Force https://… sources to be fetched using http://…”勾选! 另外需要在文件(C:\Windows\System32\drivers...
分类:
移动开发 时间:
2014-11-04 17:18:54
阅读次数:
185
装个vmtools找了好久,编译head什么的。1,添加源:vim/etc/sources.listdebhttp://http.kali.org/kalikalimainnon-freecontrib
deb-srchttp://http.kali.org/kalikalimainnon-free2,apt-getupdate3,安装linux-header:apt-getinstallgccmakelinux-headers-$(uname-r)4,链接文件..
分类:
系统相关 时间:
2014-11-04 06:53:19
阅读次数:
762
添加Debian的安全更新到系统的更新源配置文件中:
v0id@v0id /etc/apt/sources.list.d $ sudo vim official-package-repositories.list
deb http://security.debian.org/ wheezy/updates main contrib non-free
使用apt-get进行源的更新...
分类:
其他好文 时间:
2014-11-03 01:25:25
阅读次数:
198
Linux下的Memcache安装安装系统自带memcache: 1 查看源 :sudo vim /etc/apt/sources.list 2 安装memcached :sudo -E apt-get install memcacheD 3 查看是否启动 ps -ef|grep memcache ...
分类:
系统相关 时间:
2014-10-31 11:40:56
阅读次数:
278
1. 在flume/conf下建一个example文件:将下面的配置信息写到example文件中#配置agent1表示代理名称agent1.sources=source1agent1.sinks=sink1agent1.channels=channel1#配置source1agent1.source...
分类:
Web程序 时间:
2014-10-30 15:16:08
阅读次数:
239
TEMPLATE = appDEFINES += DEVICE_TYPE_LINUX_XIXUNHEADERS += \ ../../source/log4qt/basicconfigurator.h \ ../../source/log4qt/writerappender.h \ SOURCES ...
分类:
其他好文 时间:
2014-10-29 19:13:31
阅读次数:
204
1、下载opencv2.4.9,然后解压到一个位置设置opencv SDK解压目录,点击Extract后解压我是习惯于解压到这个位置的。解压过程如上图。2、文件目录介绍解压后会在目录下生成opencv的文件夹在opencv文件夹下有build和sources两个文件夹,build是SDK 包,sou...
分类:
其他好文 时间:
2014-10-28 17:44:57
阅读次数:
278