Monday, November 27, 2006

How Li Jiacheng thinks!

李嘉诚一直在转变和提升他的商业模式。你不能去学他做什么业务,做怎样的资产组合。因为这些东西跟他的背景、目标、个人喜好、公司的基础、外在环境都有太多相关。应该去思考的,是他的逻辑是怎么形成的?他为什么在这个时候做这个决定?他是怎么来做这个决定的?他的感受是什么?他在那个时间的思考点是什么?

Labels: ,


Tuesday, November 07, 2006

change dir to execute the command

char olddir[MAX_PATH] = "", *newdir = NULL, *cmd = NULL;
getcwd(olddir, MAX_PATH);
if (lpCurrentDir)
{
// changing working directory
chdir(newdir);
}
system(cmd);
chdir(olddir);
if (newdir) free(newdir); if (cmd) free(cmd);

Labels: ,


This page is powered by Blogger. Isn't yours?

Subscribe to Posts [Atom]

Scrape It
Free Hit Counters
Scrape It