上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 30 下一页
摘要: 该书对MySQL的基本操作进行了简单的描述,此文对其进行简要概括和总结,以便以后查阅。 MySQL操作截图如下: 阅读全文
posted @ 2013-03-01 21:45 opencoder 阅读(158) 评论(0) 推荐(0)
摘要: 原文转自: http://blog.jobbole.com/33430/ (有改动) 英文原文:aaronstannard.com,编译:infoq – 侯伯薇 Aaron Stannard是新创公司MarkedUp的CEO,他最近花费大量时间雇佣、评估很多不同的程序员,并和他们一起协作。在这个过程中他发现并总结了十种程序员无法意识到自己潜力的原因,意在让更多程序员发掘出自己的潜力,从而成为强... 阅读全文
posted @ 2013-02-26 15:05 opencoder 阅读(150) 评论(0) 推荐(0)
摘要: 转自:http://blog.jobbole.com/33103/ 英文原文:wired.com,编译:AllanChen 在砌上一块砖或钉下一支钉子之前,建筑设计师会制定好详细的计划。程序员或者软件工程师却不会。这难道就是房子很少塌倒而程序经常会崩溃的原因? 蓝图保证建筑设计师的设计的建筑按规划建成。“建成”不仅仅意味不会塌倒,还意味达到业主要求的功能。建筑设计师和他们的客户在着手建造... 阅读全文
posted @ 2013-02-06 23:32 opencoder 阅读(174) 评论(0) 推荐(0)
摘要: When I clean the materials in my computer, I found some tutorial translations about Irrlicht-1.7.1 that is a very famous and cross platform 3D engine. Those things remember me that days when I was the... 阅读全文
posted @ 2013-02-06 23:19 opencoder 阅读(180) 评论(0) 推荐(0)
摘要: 转自:http://blog.jobbole.com/33004/ 你在影院看电影,是,你的眼睛盯着屏幕,看着画面从你眼前闪过,但你知道,你的心并不在那里。你想着从电影开始到现在,微博上发生了什么大事儿?有什么热门话题?校内上昨天发的照片,有人去踩吗?新买的书桌又什么时候到? 有趣的是,当你再次坐到电脑前时,你决定看完最新一集《生活大爆炸》之后,再做上面这些事情,只是看完之后,这一切你都忘记了... 阅读全文
posted @ 2013-02-02 15:18 opencoder 阅读(196) 评论(0) 推荐(0)
摘要: 转自:http://blog.chinaunix.net/uid-20672257-id-1901010.html 李一男2003 年在港湾给开发人员培训时的语录 作者:【三石】 [1]好好规划自己的路,不要跟着感觉走!根据个人的理想决策安排,绝大部分人并不指望成为什么院士或教授,而是希望活得滋润一些,爽一些。那么,就需要慎重安排自己的轨迹。从哪个行业入手,逐渐对该行业深入了解,不要频... 阅读全文
posted @ 2013-01-27 16:34 opencoder 阅读(184) 评论(0) 推荐(0)
摘要: I search the Android NDK document and Internet a bit, and could not find anything useful to help me play sound with C++ under the Android NDK. Most of topics are about how to play sound with Java, so ... 阅读全文
posted @ 2013-01-26 23:55 opencoder 阅读(704) 评论(0) 推荐(0)
摘要: Here are some works great render optimization ideas: 1) Cull the back surface; 2) Use view frustum culling; 3) Less draw call number; 4) Batch those meshes that with the same materials; 5) Use si... 阅读全文
posted @ 2013-01-26 16:58 opencoder 阅读(226) 评论(0) 推荐(0)
摘要: In the last several weeks, I dedicated myself to one “EasyGame”series C++ coding during my spare time. The first version source origin from <<学OpenGL编3D游戏>>. The source structure and coding style are ... 阅读全文
posted @ 2013-01-26 16:33 opencoder 阅读(158) 评论(0) 推荐(0)
摘要: Code::Block is a C/C++ IDE that could run on different OS, Windows, Linux and Mac OS. Comparing to the VS under the windows, it is less powerful. But it will help you a lots, and improve the your work... 阅读全文
posted @ 2013-01-26 16:07 opencoder 阅读(252) 评论(0) 推荐(0)
上一页 1 ··· 13 14 15 16 17 18 19 20 21 ··· 30 下一页