沟通

我跟人面对面沟通的时候表现很差劲,沉默寡言,觉得没什么可说的。

不过,我跟客户通过email沟通的时候表现不错。我对满足客户的需求很感兴趣。跟客户讨论他们的需求让我觉得兴味盎然。

Continue reading

Posted in BOXOFT | Tagged , | Leave a comment

BOXOFT的宗旨 – The Purpose of BOXOFT

几年前,我看到Joel写的一篇文章,很是喜欢。这篇文章的名字是《卓越客戶服务的七个步骤》。
Continue reading

Posted in BOXOFT, Service | Tagged , , | 2 Comments

List VARCHAR Like DECIMAL

Let’s say we have a table named “prices”, which has 2 fields, id (INT) and price (VARCHAR). The table contains several records like this:

prices

My purpose is to list these prices from smallest to largest. First, we need to convert the prices from VARCHAR to DECIMAL, right?

Continue reading

Posted in MySQL | Tagged , , , , , | 2 Comments

pecl: command not found

I got the error message claiming “pecl: command not found” when trying to install MongoDB PHP driver on my VPS.

root@vps9:~# pecl install mongo
-bash: pecl: command not found

Continue reading

Posted in NoSQL, PHP | Tagged , , , , | 1 Comment

软件外包的策略探讨

做自由职业已有1年半,对软件外包有所认识,在此探讨一下这一行的策略问题。软件外包,客户规模不一样,做法也不同。我做的都是微型客户,比如像我一样的自由职业者,或者微型公司(不到10人)。欧美的自由职业者和微型公司数以百万计,所以市场还是很大的。

Continue reading

Posted in Service | Tagged , , , , | 4 Comments