I have been using Mambo/Joomla for over
one year, and always using the online editor (wysiwygPro) to post
my blogs. This is my first post using
href="http:/www.iobinary.com/">BloggX, which is a
cross-platform blog application for Mambo/Joomla site.
Monthly Archives: September 2006
Global setting for ncftp
There seems to be a missing manual on how to set global firewall/proxy/settings for ncftp. After reading its source code, here is what I understand.
ZT: 从管理学十大经典理论看自己身边的一些问题
From: 无知的博客
1、彼得原理
每个组织都是由各种不同的职位、等级或阶层的排列所组成,每个人都隶属于其中的某个等级。彼得原理是美国学者劳伦斯·彼得在对组织中人员晋升的相关
现象研究后,得出一个结论:在各种组织中,雇员总是趋向于晋升到其不称职的地位。彼得原理有时也被称为向上爬的原理。 这种现象在现实生活中无处不在:一
名称职的教授被提升为大学校长后,却无法胜任;一个优秀的运动员被提升为主管体育的官员,而无所作为。对一个组织而言,一旦相当部分人员被推到其不称职的
级别,就会造成组织的人浮于事,效率低下,导致平庸者出人头地,发展停滞。因此,这就要求改变单纯的根据贡献决定晋升的企业员工晋升机制,不能因某人在某
个岗位上干得很出色,就推断此人一定能够胜任更高一级的职务。将一名职工晋升到一个无法很好发挥才能的岗位,不仅不是对本人的奖励,反而使其无法很好发挥
才能,也给企业带来损失。
这个问题其实是普遍存在的,就不多说了。
ZT: 名人八卦 - 薄熙来
Mambot Restricted access
After upgrading Joomla site from 1.0.10 to 1.0.11, I got a “restricted access” error when try to edit any mambot from backend.
ZT: 原油价格突然下跌 背后谁是操控原油价格的真凶?
From: wenxuecity
在一个月的时间内,西德州轻质原油(WTI)与布伦特原油期货近月合约都下跌10美元之多,而WTI的10月合约从8月8日至9月11日下跌幅度超过17.5%。一时间各种利空消息满天飞,利多消息烟消云散。
gtest
教育小孩(出生到两岁)
网上下的,不知道出处,但是说得都很有道理。
An excellent white paper on memory technology
I got this white paper from HP. It explains very clearly the memory technology since SDRAM to DRAM to RambusDIMM. A highly recommened reading for any IT professionals.
MVC vs. MVP
Extracted from Microsoft Composite UI Applicatino Block Help pages.
The two most common patterns are Model-View-Controller (MVC) and
Model-View-Presenter (MVP). Both models are equally valid, though the MVP model
is generally easier to implement. MVC requires events that are exposed from the
model to update the view, whereas MVP depends on the presenter to update the
view directly.