码迷,mamicode.com
首页 >  
搜索关键字:phpbcmath extension missing    ( 4305个结果
oracle ORA-00917: missing comma 是因为少逗号
oracle ORA-00917: missing comma 是因为少逗号,而且不是网上盛传的空格问题!都是传言误人啊...
分类:数据库   时间:2014-07-22 23:04:14    阅读次数:306
cocos2d-x3.0 XML解析
在2dx3.0中xml解析已经不用自己找库了,已经为我们集成好了。 text.xml 2012050808 crystal T74 T74 2012050809 goodmao T77 添加头文件:.h #include "cocos-ext.h" #include "tinyxml...
分类:其他好文   时间:2014-05-05 13:13:56    阅读次数:229
cocos2d-x3.0 RenderTexture(二)
.h #include "cocos-ext.h" #include "ui/CocosGUI.h" #include "cocostudio/CocoStudio.h" USING_NS_CC; USING_NS_CC_EXT; using namespace ui; .cpp auto background = LayerColor::create(Color4B(200,200...
分类:其他好文   时间:2014-05-02 21:27:20    阅读次数:367
Cocos2d-x3.0 RenderTexture(三)
.h #include "cocos2d.h" #include "cocos-ext.h" #include "ui/CocosGUI.h" #include "cocostudio/CocoStudio.h" USING_NS_CC; USING_NS_CC_EXT; using namespace ui; private: cocos2d::SpriteBatchNode *...
分类:其他好文   时间:2014-05-02 04:59:30    阅读次数:332
Cocos2d-x3.0 Button
Size widgetSize = Director::getInstance()->getWinSize(); Text* alert = Text::create("Layout", "fonts/Marker Felt.ttf", 30 ); alert->setColor(Color3B(159, 168, 176)); a...
分类:其他好文   时间:2014-05-01 21:53:45    阅读次数:461
cocos2d-x3.0 RichText
.h RichText* _richText; void touchEvent(Ref *pSender, TouchEventType type);...
分类:其他好文   时间:2014-05-01 18:18:40    阅读次数:522
pom文件miss artifact com.sun:tools:jar:1.5.0:system问题
问题现象: 导入新的maven项目时,有时候pom.xml文件会提示一个错误信息:Missing artifact com.sun:tools:jar:1.5.0:system 问题原因: maven是需要使用Jdk中的tools工具,而eclipse使用的是jre的运行环境,导致maven无法找到Jdk工具包tools.jar 解决方法: 1>将eclipse修改为jd...
分类:其他好文   时间:2014-05-01 17:56:11    阅读次数:343
Cocos2d3.0 CheckBox
.h Text* _displayValueLabel; void selectedEvent(Ref* pSender,CheckBoxEventType type); .cpp  init()函数 _touchGroup = Layer::create(); addChild(_touchGroup); Size winSize = ...
分类:其他好文   时间:2014-05-01 17:18:48    阅读次数:453
Cocos2d-x3.0 LoadingBar
.h中添加 int _count; Layout* layout; void update(float delta); layout = Layout::create(); layout->setSize(Size(widgetSize.width, widgetSize.height));...
分类:其他好文   时间:2014-04-30 22:28:39    阅读次数:401
Cocos2d-x Layout简单使用
1、 Text* alert = Text::create("Layout", "fonts/Marker Felt.ttf", 30 ); alert->setColor(Color3B(159, 168, 176)); alert->setPosition(Point(widgetSize.width / 2.0f,...
分类:其他好文   时间:2014-04-30 22:23:38    阅读次数:421
4305条   上一页 1 ... 428 429 430 431 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!