Movable Type授权策略局部调整
Friday, 14. July 2006, 11:49:42
而针对企业用户,Six Apart也适时推出企业版的MT,支持Oracle数据库及LDAP身份认证,支持团队、工作组及跨国分部之间的文档安全共享,良好的多语言支持,等等。
Friday, 14. July 2006, 11:49:42
Feedburner统计什么时候开始正常显示中文了?links for 2006-07-16![]()
You must be logged in to write a comment. if you're not a registered member, please sign up.
| 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或点击这里察看源代码): 下面是完整代码(或点击这里察看):