我的环境:Windows7 X64 8GRAM+Visual Studio2013+Python2.7.6
在http://cn.cocos2d-x.org/download/下载cocos2d-x-2.2.3,并解压到你的某个disk;
具体配置步骤见官网:
http://cn.cocos2d-x.org/article/index?type=cocos2d-x&url=/doc/coco...
分类:
其他好文 时间:
2014-12-19 14:35:02
阅读次数:
133
Implement wildcard pattern matching with support for'?'and'*'.'?' Matches any single character.'*' Matches any sequence of characters (including the e...
分类:
其他好文 时间:
2014-12-19 00:22:53
阅读次数:
185
2014-11-15 BaoXinjian一、摘要二、解决方式select sid, sql_id from v$session where sid = 1001select b.begin_interval_time, a.disk_reads_total, a.buffer_gets_total...
分类:
数据库 时间:
2014-12-18 21:52:46
阅读次数:
206
BACKUP DATABASE [Test]TO DISK = N'C:\Test20120419001.BAK' WITH INIT,NOUNLOAD,NAME=N'dhchis backup' ,SKIP,STATS=10, FORMATINIT指定应重写所有备份集,但是保留媒体头。如果指定了 ...
分类:
数据库 时间:
2014-12-18 16:45:38
阅读次数:
234
一、基础1、说明:创建数据库CREATE DATABASE database-name 2、说明:删除数据库drop database dbname3、说明:备份sql server--- 创建 备份数据的 deviceUSE masterEXEC sp_addumpdevice 'disk', '...
分类:
数据库 时间:
2014-12-18 11:54:45
阅读次数:
260
http://poj.org/problem?id=3211
Description
Dearboy was so busy recently that now he has piles of clothes to wash. Luckily, he has a beautiful and hard-working girlfriend to help him. The clothes...
分类:
其他好文 时间:
2014-12-18 10:22:09
阅读次数:
195
Given a string containing just the characters'('and')', find the length of the longest valid (well-formed) parentheses substring.For"(()", the longest...
分类:
其他好文 时间:
2014-12-17 17:55:07
阅读次数:
160
(转自:http://www.cnblogs.com/spatial/archive/2009/08/01/1536429.html)Oracle的日志归档模式可以有效的防止instance和disk的故障,在数据库故障恢复中不可或缺,由于oracle初始安装模式为非归档模式,因此需要将其设置为归档...
分类:
数据库 时间:
2014-12-17 12:23:32
阅读次数:
215
Given a strings1, we may represent it as a binary tree by partitioning it to two non-empty substrings recursively.Below is one possible representation...
分类:
其他好文 时间:
2014-12-17 12:23:10
阅读次数:
166
原生的Android设置里面没有默认存储器的选项,但是MTK偏偏加上了这个功能,可能MTK觉得这个比较有用吧,所以,他们在原生的基础上面做了修改,加上了这个功能。但是高通平台没有这个功能,相对MTK来说,高通比较严谨一点,不会随随便便加上一些功能,但是MTK平台优化了很多东西(有有点也有缺点),开发者这可能是很多山寨手机选择MTK平台的原因吧。 我给“默认存储器”做了一个简单的定义:一些内...
分类:
移动开发 时间:
2014-12-16 19:15:40
阅读次数:
329