Category Archives: Knowledge

Unity3 Image Effects

Unity 3 Feature Preview – Image Effects from Unity3D on Vimeo. Can’t wait to see it. Most important for me, has Unity3 enhanced the Chinese Character Display ? It’s really stupid to using texture to display characters. And I have to using cocos2d instead because of this.

App Store 销售调查报告[2010-5]

见到cocoachina上dr_watson的分享 原文地址 http://techcrunch.com/2010/05/16/iphone-app-sales-exposed/ 摘录其中一段 However, when the top 10% of the most successful apps are removed from the data set, the numbers skew much lower, giving a far better impression of what the iPhone industry looks like for most developers. In this scenario, the average sales were 11,625 total units, averaging 44 copies/day. Approximately 23%

Making a Project(MOD)

偶然发现这篇妙文,原味虽然说的是制作mod,但推广到各种项目上依然是篇不错的指导. 内容包括:招募队员,确立项目到测试发布,各位慢慢品味. 原文地址 http://developer.valvesoftware.com/wiki/Making_a_Mod Starting out Lets start by looking at how to assemble a team. The guiding rule here is to keep it small. Managing a team of people is a full-time job, even when all the team resides in the same building. If you’re dealing with an on-line team, you can easily spend

开饭日[转自阿杰的QQ空间]

据野史记载,开饭日起源于亚洲东方的中国的互联网中生代的白垩纪,由于那时网络处于蛮荒时代,鸭嘴龙横行,吞噬龙间一切能够“自由”活动的东西,直到有一天,发现没有东西可进食,于是集合到一个叫“梅梯”的石头上,以“集体”之力量发出电波,向“背汉”星人友人传达“我们要开饭”的求助信息。背汉星人于是用特快彗星送来食物,不料救友心切,操作出了故障。。。为了纪念当日,网龙们自发地约定用“开饭日”来纪念这天 - 3月23日。

解决windows 7 连接 unity asset server 出现 no pg_hba.conf entry for host 的错误

出现错误的原因是 unity3d asset server 使用了 PostgreSQL 而在配置文件中没有对IPV6做白名单操作。 # PostgreSQL HOST ACCESS CONTROL FILE # local all trust host all 127.0.0.1 255.255.255.255 trust host booktown 192.168.1.3 255.255.255.255 ident sales host all 192.168.1.4 255.255.255.255 ident audit 当然最简单的做法,只要在网络连接中将 ipv6 关闭就能连接了。

Fake Version

在windows平台用gtalk 同事给我发文件,失败. 提示我在用gmail客户端 同事版本 1.0.0.104 我的版本 1.0.0.105 It’s a Fake version. 长见识了,不只是魔兽世界,到处都是和谐. 刚好今天在rss看到一篇分享过来的文章 中文版GTalk是没有加密的 http://it.solidot.org/article.pl?sid=09/08/26/0621250&from=rss 真有趣

What is iPad All About?

What is iPad All About? With iPad devices, you now have an opportunity to create Multi-Touch applications on a larger display than previously available. The 1024 x 768 pixel screen provides much more room to display content, or provide greater detail for your existing content. And the addition of new interface elements in iPhone OS

两个很棒的动画

世界末日-日本版 最近很火的李献计历险记: 是作者(年轻优秀的飞行员)一个人2年多的作品,钦佩. 专注+不放弃+低调

OSX Terminal(终端) 使用快捷键

之前唯一会用的终端快捷键只有 up 和 down 。碰到长串命令中打错几个字母就很麻烦了,今天学到几个快捷键分享下。 首先勾选设置-》键盘-》使用 option 键作为 meta 键。 然后就可以使用如下快捷键了: control + a / e    回到命令行头/尾 option + b / f     向前/后跳一个单词 control +u /k    删除光标前/后 所有单词 control + y       撤销上个操作 Enjoy It ! 最后有个好玩的命令,查看最常用的10个命令(最近500个命令) awk ‘{print $1}’ ~/.bash_history | sort | uniq -c | sort -gr | head

Ubuntu 9.10(karmic) 升级源(sources.list)

备份软件源: sudo cp /etc/apt/sources.list /etc/apt/sources.list_backup 编辑软件源: sudo gedit /etc/apt/sources.list 更新软件源: sudo apt-get update #—– contents of sources.list  —————————————————————# #传说中的中国科技大学 5M/s deb http://debian.ustc.edu.cn/ubuntu/ karmic main restricted universe multiverse deb http://debian.ustc.edu.cn/ubuntu/ karmic-backports restricted universe multiverse deb http://debian.ustc.edu.cn/ubuntu/ karmic-proposed main restricted universe multiverse deb http://debian.ustc.edu.cn/ubuntu/ karmic-security main restricted universe multiverse