在微软这样规模的跨国公司工作的尴尬
Wednesday, 12. July 2006, 08:29:37
博君一笑而已,不过关于电话会议的情节我早先在跨国公司上班的时候的确是有这样的体会的,最深刻的印象是为等一个电话会议在公司守到半夜,结果会议开始了,我却睡着了。所以现在的电话会议meeting room在大型企业还是很吃得开的,只要约定时间、告知密码,大伙拨同一个号码即可,哪怕是用手机也有很好的效果,我老婆就经常这样。
via Alex Barnett
just share Opera and enjoy with POPO...
Wednesday, 12. July 2006, 08:29:37
links for 2006-07-11微软停止对Windows 98提供技术支持![]()
| 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 | 31 | ||
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或点击这里察看源代码): 下面是完整代码(或点击这里察看):