2010年3月30日 星期二

2010年3月16日 星期二

Flex 隱藏物件的方法(小技巧)

http://alin0913.pixnet.net/blog/post/25717430

visible = false;
includeInLayout = false;

2010年3月15日 星期一

gccgo Debian Package

gccgo Debian Package
http://www.atoztoa.com/2009/11/gccgo-debian-package.html

What is gccgo ?
http://golang.org/

Redis - A persistent key-value database with built-in net interface written in ANSI-C for Posix systems


Redis
http://code.google.com/p/redis/

Redis is an advanced key-value store. It is similar to memcached but the dataset is not volatile, and values can be strings, exactly like in memcached, but also lists, sets, and ordered sets

A twitter clone by Redis + PHP
http://code.google.com/p/redis/wiki/TwitterAlikeExample