前段时间触控公布cocos2dx-3.0,在升级之后试过之后,在最初的不习惯之后,感觉比之前的好用了不少,在下之前一直是用xCode模板创建,这回算是一口气升到顶了。
之后再一次编程时须要用到SimapleAudioEngine,而之后调试的时候在iPhone上全然没问题,可是在Android真机....
分类:
移动开发 时间:
2014-06-06 19:22:05
阅读次数:
278
GPS(Graph Processing
System),java.lang.OutOfMemoryError: Java heap space,Rdflib,No handlers could be
found for logger "rdflib.term"does not look like ...
分类:
其他好文 时间:
2014-06-06 17:37:26
阅读次数:
348
今天在fedora下编译cocos2dx工程时,遇到了链接问题,在libcocostudio中有大量未定义的libui函数,就像是cocostudio库没有添加ui库的链接依赖。该工程的确的用到了cocostudio和ui库,按说cocos2dx的默认cmake文件是不应该存在这样的问题才对。查看c...
分类:
其他好文 时间:
2014-06-06 17:32:12
阅读次数:
198
设置Run-time Settings ,network speed ,use bandwidth为
512;回放脚本没有报错,5个并发运行场景报如下错误:vuser_init.c(12): Error: Socket descriptor not
found.Hint: the problem m...
分类:
其他好文 时间:
2014-06-06 14:49:03
阅读次数:
404
??
表、select语句、游标:返回结果都能是一个集合。
注意:游标的结果是一个集合。
--查询并打印员工的姓名和薪水
set serveroutput on
/*
光标:
1. 光标的属性: %isopen %rowcount(返回的行数)
%notfound %found
2. 默认情况下,一次性打开300个光标
SQL> show p...
分类:
数据库 时间:
2014-06-03 00:37:10
阅读次数:
431
最近做一个实验,要监控oracle的alert日志,脚本写好后发现执行报如下错误,但结果可以正常输出
[root@localhost~]#shtt.sh
/root/alert:line1:Dump:commandnotfound
/root/alert:line2:Fri:commandnotfound
/root/alert:line3:ORACLE:commandnotfound
/root/alert:line5:Wind..
分类:
其他好文 时间:
2014-06-02 04:07:41
阅读次数:
345
RMAN>backupdatabaseformat=‘/oracle_rman/%d_%s.dbf‘plusarchivelog;
Startingbackupat31-7月-11
currentlogarchived
usingtargetdatabasecontrolfileinsteadofrecoverycatalog
allocatedchannel:ORA_DISK_1
channelORA_DISK_1:sid=137devtype=DISK
RMAN-00571:==========..
分类:
其他好文 时间:
2014-06-02 03:06:41
阅读次数:
358
Search Insert PositionTotal Accepted:15484Total
Submissions:44816Given a sorted array and a target value, return the index if
the target is found. If ...
分类:
其他好文 时间:
2014-06-02 02:06:39
阅读次数:
214
2014-6-1 0:47:25 org.apache.catalina.core.AprLifecycleListener init
信息: The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the jav...
分类:
编程语言 时间:
2014-06-01 16:16:55
阅读次数:
484
http://techbase.kde.org/Development/Tutorials/CMake_(zh_CN)
http://www.cmake.org/Wiki/CMake
这一章将从软件开发者的角度来描述如何实用CMake。也就是说,如果你的目标是用CMake来管理你的生成过程,请阅读这一章。
CMake的输入
COMMAND(args)
这里的 COMMAN...
分类:
其他好文 时间:
2014-06-01 15:37:39
阅读次数:
278