摘要: Google 翻译Box2d托德的Box2D的教程!Box2D的 - 首页如何只使用碰撞检测的cocos2d iPhone Box2D的|雷Wenderlich“一个SpaceManager游戏|适用于iPhone的cocos2dBox2D 论坛box2d用户手册Box2D 论坛iPhoneIOS开发中心iOS 开发中心iOS Dev Center - Apple DeveloperIOS开发人员库Foundation框架参考内存管理编程指南:内存管理The Objective-C Programming LanguageCocos2diPhone for cocos2d文档cocos2d:类 阅读全文
posted @ 2011-08-13 11:19 fuleying 阅读(21528) 评论(7) 推荐(6) 编辑
  2016年9月21日
摘要: protobuf是google公司开发的,并在Google内部久经考验的一个东西,在08年google把它贡献给了开源社区,随后便有越来越多的人使用它。protobuf是一个结构化信息传递的工具,主要用于数据存储、传输协议格式等场合。 对于数据:Number*Channel*Height*Width 阅读全文
posted @ 2016-09-21 19:49 fuleying 阅读(3069) 评论(1) 推荐(1) 编辑
摘要: 时间管理1——在你“必须”做的事当中投入更少的时间! 工作时间越长效率更高?只在短期内是的。但在那之后,由于没有时间和精力给自己充电,工作效率就会大大下降。 一个人的工作时长应该有一个限度,超过了限度之后,你的工作产出就应该更多地从有技巧的付出中获得,而不是更卖力地工作。 效率并不是和你每天做了多少 阅读全文
posted @ 2016-09-21 19:47 fuleying 阅读(411) 评论(1) 推荐(1) 编辑
  2016年3月28日
摘要: autocomplete-clang 自动补全 autocomplete for C/C++/ObjC using clang autocomplete-clang 自动补全 autocomplete-python 自动补全 Python packages, variables, methods a 阅读全文
posted @ 2016-03-28 23:27 fuleying 阅读(9255) 评论(0) 推荐(0) 编辑
摘要: github -- fork提交项目:自己的仓库和原仓库进行Git同步的操作。 1. 获取你fork的原仓库的更新过的最新代码;如果没有远程原始分支则需要增加。 git remote add upstream git@github.com:ParrotsDL/parrots.gitgit fetch 阅读全文
posted @ 2016-03-28 23:24 fuleying 阅读(591) 评论(0) 推荐(0) 编辑
摘要: 如果你用的是 Bash shell,可以试试看 Git 提供的自动补全脚本。 http://git-scm.com/download 下载 Git 的源代码,进入contrib/completion 目录,会看到一个 git-completion.bash 文件。 将此文件复制到你自己的用户主目录中 阅读全文
posted @ 2016-03-28 23:23 fuleying 阅读(285) 评论(0) 推荐(0) 编辑
摘要: # Ubuntu终端下命令行颜色配置 ## Parses out the branch name from .git/HEAD: find_git_branch () { local dir=. head until [ "$dir" -ef / ]; do if [ -f "$dir/.git/H 阅读全文
posted @ 2016-03-28 23:23 fuleying 阅读(973) 评论(0) 推荐(0) 编辑
摘要: git获取帮助git help config git config --help man git-config git config --global user.name "fuleying"git config --global user.email "fuleying@gmail.com" gi 阅读全文
posted @ 2016-03-28 23:22 fuleying 阅读(544) 评论(0) 推荐(0) 编辑
摘要: git学习资源: Pro Git(中文版) Learn Git in your browser for free with Try Git. Git常用命令 Reference 常用 Git 命令清单 star 的作用是收藏,目的是方便以后查找。 watch 的作用是关注,目的是等作者更新的时候,你 阅读全文
posted @ 2016-03-28 23:20 fuleying 阅读(329) 评论(0) 推荐(0) 编辑
  2016年3月27日
摘要: 常用 Git 命令清单 Git 常用命令详解(二) Git 常用命令速查表(三)git clone 收取项目历史的所有数据(每一个文件的每一个版本),凡是服务器上有的数据,克隆之后本地也都有了。其中包含一个.git的目录,用于保存下载下来的所有版本记录。然后从中取出项目最新版本的所有文件拷贝放在与 阅读全文
posted @ 2016-03-27 16:24 fuleying 阅读(475) 评论(0) 推荐(0) 编辑
  2016年3月8日
摘要: Just want to add a permanent solution to the problem:1. Open google-chrome located in /usr/bin with 'gedit', 'kate' or your favorite text editor. Code 阅读全文
posted @ 2016-03-08 11:59 fuleying 阅读(228) 评论(0) 推荐(0) 编辑