吴宇森通过雅虎向全球网民征集答案
Thursday, 10. August 2006, 13:29:00
问题链接 | 吴导近期正在制作的动画电影Seven Brothers主题网站
just share Opera and enjoy with POPO...
Thursday, 10. August 2006, 13:29:00
Wednesday, 26. July 2006, 05:23:53
如果你是影迷,就是很单纯地喜欢看电影那种,而且对好莱坞大片如数家珍,那么估计你会像我一样坐在影院里面无表情地看完《谍中谍3》。前天老婆公司在上海影城包场,看的是原版加字幕,我忙事没时间去,后悔了好一会儿,于是昨天打定主意晚上自己去看,况且周二半价。下午上网查了排片表,意外发现原来上海影城还有两家连锁影城,其中一家西南影城就在家附近,于是下午赶早回来,直接过去买票,结果发现就在小丸子生病的时候天天去打吊针的大华医院对面路口拐过去五十米的距离,天哪,难怪老婆说我是“乡下人”,家门口的影城都不晓得-_||Monday, 24. July 2006, 04:07:40

| S | M | T | W | T | F | S |
|---|---|---|---|---|---|---|
|
| ||||||
| 1 | 2 | 3 | 4 | 5 | 6 | 7 |
| 8 | 9 | 10 | 11 | 12 | 13 | 14 |
| 15 | 16 | 17 | 18 | 19 | 20 | 21 |
| 22 | 23 | 24 | 25 | 26 | 27 | 28 |
| 29 | 30 | |||||
My primary weblog
Waves from a PerlinNoise: Sources: PerlinWaves.as and PerlinWavesMain.as --- FreeTransform: Sources: FreeTransform.as and FreeTransformDemo.as As a principle that's a cubic spline with two parameters
Let's say you're building a commerce system. An Order has a BillingAddress. You want to support address book functionality where users can re-use, edit and delete addresses, but once an order has been placed, you want to fix the BillingAddress for that order while still allowing it to be editable wi ...
As you know, I have been struggling to wrap my small, procedural mind around the domain model of OOPhoto, my latest attempt at learning Object Oriented Programming (OOP) in ColdFusion. I started out with what I referred to as the " basic domain objects " and then I moved onto some more service orien ...
I have just finished reading Bob Silverberg's blog posts on Transfer ORM. It's a five part (thus far) series on how Bob has been using Transfer over the last year. Bob is a great writer and has done an excellent job of describing what he has been doing, which left me wondering why "I still don't get ...
接下来的例子演示了如何创建简单的Flex模块(module),以及从父类应用中调用模块中的事件。 让我们先来看一下Demo(可以右键View Source或点击这里察看源代码): 下面是完整代码(或点击这里察看):