摘要: echo "Congratulations! You have infected GLACIER! 阅读全文
posted @ 2014-12-10 23:50 yufenghou 阅读(530) 评论(0) 推荐(0)
摘要: netstat -a -n > a.txt 阅读全文
posted @ 2014-12-10 23:48 yufenghou 阅读(184) 评论(0) 推荐(0)
摘要: pause & exit 阅读全文
posted @ 2014-12-10 23:46 yufenghou 阅读(761) 评论(0) 推荐(0)
摘要: 以前看过一本关于精简工作内容的书,要把工作中重复的东西都简化今天我就来简化cocos3建立.h文件和.cpp文件ClassName="TestSprite"Type="Sprite"#.h file writefile = open(ClassName+'.h', 'w')str='''#pragm... 阅读全文
posted @ 2014-12-10 23:32 yufenghou 阅读(224) 评论(0) 推荐(0)
摘要: Scene* HelloWorld::createScene(){ auto scene = Scene::createWithPhysics(); scene->getPhysicsWorld()->setDebugDrawMask(PhysicsWorld::DEBUGDRAW_AL... 阅读全文
posted @ 2014-12-10 08:19 yufenghou 阅读(160) 评论(0) 推荐(0)