In recent years,mobile platform become more and more popular!At present,the flourishing mobile platform are iOS and Android,symbian has been declining,wp7 struggling!
Note that Android is an open,not...
分类:
移动开发 时间:
2014-06-16 12:26:35
阅读次数:
288
STEP1: Open Terminal
SETP2: Run setup.py
SETP3: Run source /Users/your_user/.bash_profile( so that environment variables are actually updated)
SETP4: Run cocos new my game -p com.your_company.mygame -l cpp -d /diretory_to_your_game
Open Terminal
R...
分类:
其他好文 时间:
2014-06-16 12:22:35
阅读次数:
178
在ListView的使用中,有时候还需要在里面加入按钮等控件,实现单独的操作。也就是说,这个ListView不再只是展示数据,也不仅仅是这一行要来处理用户的操作,而是里面的控件要获得用户的焦点。读者可以试试用SimpleAdapter添加一个按钮到ListView的条目中,会发现可以添加,但是却无法...
分类:
移动开发 时间:
2014-06-16 11:01:13
阅读次数:
229
最近打开wordpress后台是不是很慢?国内GG登不上了?这两者有没什么直接的联系?没错,WordPress后台是自动加载的谷歌Open
Sans字体,据说gg服务器已经迁移到阿嘛丽可,需要一些小手段才能访问。既然如此,那就把Open Sans字体屏蔽了吧。 将如下代码复制到主题文件func...
分类:
其他好文 时间:
2014-06-16 10:27:08
阅读次数:
171
1.open your key chain access.2.on top left corner
unlock the key chain (if it is locked).3.click system from top left
corner.4.then click your distrib...
分类:
其他好文 时间:
2014-06-16 09:46:12
阅读次数:
220
http://www.myexception.cn/open-source/414042.html默认情况下,GEF中要创建一个新的结点都是通点在Palette上选择一个结点,然后在Editor区域单击实现的。也有一些是通过拖放Palette中的一个对象到Editor区域来实现的。要实现一个拖放支持...
分类:
其他好文 时间:
2014-06-16 00:52:17
阅读次数:
423
There are two places that SSL will need to be configured if SSL is to be used between the controller and the Open vSwtich. The instructions below assu...
分类:
其他好文 时间:
2014-06-15 21:59:43
阅读次数:
337
python中对文件、文件夹的操作需要涉及到os模块和shutil模块。 创建文件: 1) os.mknod("test.txt") 创建空文件 2) open("test.txt",w) 直接打开一个文件,如果文件不存在则创建文件 创建目录: os.mkdir("file") 创建目录 复制文件....
分类:
编程语言 时间:
2014-06-15 21:53:58
阅读次数:
247
%初始化matlab并行运行环境
% Initialize Matlab Parallel Computing Environment
CoreNum=2; %设定机器CPU核心数量,我的机器是双核,所以CoreNum=2
if matlabpool('size')
matlabpool('open','local',CoreNum); %若尚未启动,则启动并行环境
else...
分类:
其他好文 时间:
2014-06-15 18:47:22
阅读次数:
882
问题说明:
启动vmware出现:1、二进制转换与此平台长模式不兼容....等等字样;
2、vmware启动一会,系统直接重启,这个现象出现在惠普电脑上
问题原因:
出现这样的原因一般都是由于系统Virtualization Technology虚拟化技术功能 关闭导致的。
解决方法:
这边以联想笔记本电脑(Y410P)为例,因为本人自己的电脑就是Y410P
首先在开机自检L...
分类:
其他好文 时间:
2014-06-15 16:25:11
阅读次数:
225