会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
xxhong
经验教训远比技术重要
博客园
首页
新随笔
联系
管理
2015年11月12日
svn
摘要: export SVN_EDITOR=vimsvn propedit svn:ignore build
阅读全文
posted @ 2015-11-12 15:47 xxhong
阅读(109)
评论(0)
推荐(0)
2014年10月30日
ubuntu 解决中文zip乱码问题
摘要: 用到的工具是The Unarchiver项目提供的lsar/unar工具。The Unarchiver项目主页:http://code.google.com/p/theunarchiver/安装(12.04及以上):代码:sudo apt-get install unar12.04以下或者想编译安装...
阅读全文
posted @ 2014-10-30 15:07 xxhong
阅读(265)
评论(0)
推荐(0)
2014年9月2日
android优秀Github源码整理
摘要: 1、https://github.com/sd6352051/NiftyNotification2、https://github.com/sd6352051/NiftyDialogEffects3、ZrcListView:https://github.com/zarics/ZrcListView一个...
阅读全文
posted @ 2014-09-02 17:59 xxhong
阅读(623)
评论(0)
推荐(0)
2014年5月23日
linux清理内存
摘要: free -mecho 1 > /proc/sys/vm/drop_caches
阅读全文
posted @ 2014-05-23 16:10 xxhong
阅读(199)
评论(0)
推荐(0)
2014年3月10日
cocos2d-x图层相关 锚点
摘要: CCLayerColor* ccc = CCLayerColor::create(ccc4(255,0,0,255)); ccc->setContentSize(CCSize(200,200)); CCLog("anchorgetAnchorPoint().x,ccc->getAnchorPoint().y); ccc->ignoreAnchorPointForPosition(false);//设置false后有效 ccc->setPosition(ccp(getContentSize().width/2,getContentSize().height/2)
阅读全文
posted @ 2014-03-10 19:04 xxhong
阅读(377)
评论(0)
推荐(0)
2014年3月9日
cocos2d-x 常用UI
摘要: CCSprite* sprite = CCSprite::create("CloseNormal.png"); sprite->setPosition(ccp(50, 50)); this->addChild(sprite); CCLabelTTF* ttf = CCLabelTTF::create("徐西宏", "Arial", 40); ttf->setPosition(ccp(70, 70)); this->addChild(ttf); CCLabelTTF* mttf = CCLabelTTF::cre
阅读全文
posted @ 2014-03-09 23:06 xxhong
阅读(305)
评论(0)
推荐(0)
2014年3月3日
cocos2d-x屏蔽编译错误
摘要: APP_CFLAGS += -Wno-error=format-security
阅读全文
posted @ 2014-03-03 19:02 xxhong
阅读(121)
评论(0)
推荐(0)
2014年2月27日
cocos2d-x创建项目
摘要: 2.0之后的创建项目方法第一步,首先cd cocos2d-x-2.2.1/tools/project-creator/第二步,./create_project.py-project HelloWorld -packagecom.xxhong.HelloWorld -languagecpp 第三步,到这里来找你的项目就可以了,cocos2d-x-2.2.1/projects/HelloTest
阅读全文
posted @ 2014-02-27 23:04 xxhong
阅读(929)
评论(0)
推荐(0)
2013年12月13日
mysql触发器
摘要: http://dev.mysql.com/doc/refman/5.1/zh/triggers.htmlCREATE TRIGGER ins_sum AFTER INSERT ON user_infoFOR EACH ROW INSERT INTO user_point (uid,user_name) values (NEW.user_id,NEW.name);
阅读全文
posted @ 2013-12-13 17:03 xxhong
阅读(131)
评论(0)
推荐(0)
2013年11月22日
网站
摘要: http://square.github.io/picasso/ pichttp://sourceforge.net/projects/opencore-amr/ amrhttp://developer.android.com/training/displaying-bitmaps/index.htmlCDThttp://download.eclipse.org/tools/cdt/releases/juno
阅读全文
posted @ 2013-11-22 22:16 xxhong
阅读(140)
评论(0)
推荐(0)
下一页