http://www.gamasutra.com/php-bin/news_index.php?story=25307
WOW的程序开发部门目前有32位顶级工程师。分为envelopes systems, tools, gameplay, server technologies, UI 5个team。理想情况是每个team由5-8个人组成。其中tools组不仅仅为开发者提供支持,也对客服提供支持。UI组是由跨学科的人组成,包括艺术家,LUA程序员和C++程序员。目前程序有550万行之多。QA 部门自从游戏上线后处理了 18 万个 BUG。
1. function binhex($str) {
2. $hex = “”;
3. $i = 0;
4. do {
5. $hex .= sprintf(“%02x”, ord($str{$i}));
6. $i++;
7. } while ($i < strlen($str));
8. return $hex;
9. }
已知非正常空白: \xc2\xa0 \xe3\x80\x80
参照http://lcweb2.loc.gov/diglib/codetables/9.4.html
加快学习速度。否则就变成井底之蛙了。
不仅仅是各种各样的知识,还有生活态度。
想起来高中老师曾经告诉我的一句话:先做人,后做事。(在此悼念这位逝去的好老师)
珍惜今天。