the last day with our group
just after handed out my card, can I realise that I am no longer belong to here, although I still sit on my desk.
as a film passing by in my mind, all the days I spent here is an unforgetable trasure.
I still remember that I had my English name called Gorden here after I just entered the office, by that time, I had no idea about the English name, until now, I understand that name is just a symbol. it went well in some extent that you use an English name, since you need not to add any background in your name, who ever you are. all persons are become friends.
the first Team meeting I attend is the tele conference call with foreign team, via a television, we can see the counterparts, it is fantastic for me but a little bit nurvous,I can not remember what I said to the co-members. and I did not know how to communicate with them, now I realize that all people are actually an real person with the similar feeling and also very good firiends. and if you need to go further steps in your career, you must become a person in society, a person that will easy adapt to the new environment, take it easy, you can do it, just you did not realise that.
the first three months are the period that I made the greatest progress in my technical area, I learned a lot from my colleague, there are many advantages if you are in a place full of person that is stronger than you. when you become them, you enhanced your self, not only in technical, but also in idea, feeling and attitude.
I'd like to give thanks to all the person that gave me sincerely help, but I can only list some of them here: hope they can feel what I want to express:
Michael: a great artist, excellent C++ and web developer, always gave us jokes and smile;
Chandler: a real easy going person, you can find him a good friend at any level;
Gavin: professinal engineer, just as his smth login ID, a good example of me;
Gary: always willing to help others and never has disagreement with others. we did several projects together;
Mindy: gastrologist and good partner on any recreation;
Hercule: the humorous person with the smallest ID within our group;
James: versatile problem solver, a very kind man with warm-hearted help.;
Wind: the stronggest person in technical area in our team, if you have problem, ask him:-);
Sarah: gave me too much help that beyond my returning, a very nice manager.
Andy: my professinal model;
Tri: my technical model;
Lars: another technical model;
Tino: do not know how is his new baby:).
Robert: our first CEO, if we want to have lunch, ask him to pay:-)
Andrew: busy with his new house, when can we do a house warm?
......
this is the last afternoon on my desk, somewhat reluctant to leave, somewhat exciting, looking around, all seems like the events happened yesterday.
Dec 2nd 2005
( 2005年12月02日, 03:38:34 下午 HKT ) Permalink 评论 [1]some cents come up to my mind recently
1. the progress of growth of your self is a progress of becoming adamant, the more courage you get, the more breave you face the difficulty. 2. natrual to all the problems we face, nervous attitude can do nothing more than a bomb for your health, no other can be more important than one's health. keep this always in mind. 3. self-confidence can make you do more than you expect:you say you can, then it really can, you say I'am afraid that ..., then it could most likely that you can not do it. there are two sides within a single person, one is negative, another is positive, try yourself to be the later one. ( 2005年11月30日, 03:19:39 下午 HKT ) Permalink 评论 [1]Hello Kitty Canlender 2006
for English Speaker, I made a cute hellokitty Calender for Year 2006 for my wife, in case you need it, sxc, pdf.
2006年日历,今天为老婆做了一个2006年的日历,如果你也需要,在这里下载,要用StarOffice或者OpenOffice打开,hellokitty的。还有一个pdf版本的。
( 2005年09月23日, 02:39:22 下午 HKT ) Permalink 评论 [3]华为港湾之争:任正非与李一男从师生到对手
华为港湾之争:任正非与李一男从师生到对手
难得一见的好文章,李一男在港湾初创时就是因为看准了数通领域的机会才取得了巨大的成功,CISCO在当时的数通行业是一家独大,但是这样正给了许多后来者进入的机会,看准时机是李一男的成功之处,但是过分乐观又是他身处竞争劣势的根源,危机感也是任正非总是逆境腾飞的秘诀。
( 2005年09月22日, 05:54:34 下午 HKT ) Permalink 评论 [1]从庄辰超的几个观点想到的
今天看到庄辰超的三个观点,有些想法:
1、学技术真的可以赚到很多钱,只是要看你学得精不精!{ 的确,实际上在同一种领域当中,会做一般事情的占90%, 能做到融会贯通、学以致用、有实际成果的占%9,局部和宏观,设计与实现均精的占0.9,大师级的不到0.1%}
2、光窝在办公室里编程序也不行,你得多花时间社交,与不同背景、不同专业的人交往,会学到很多技术以外的东西。{ 但是往往开发人员经常被各种开发活动和事物所困扰,而且一眼就可以发现developer和sales的差别,所以,真正两者兼有是很难做到的,很多开发人员出身的管理者总是会有种种不适应或作出局限的判断,都是因为这个原因}
3、创业也好打工也好,都要事先想清楚你想获得什么,能获得什么,不要糊里糊涂就一腔热血地行动起来。{但是我觉得大多数转折点都是在自己有那一腔热血的时候发生的,松下幸之助的成功还是因为他想发明并且销售自己的开关:-)}
有关C程序调用C++函数以及 extern "C"的相关知识
有关如何在C程序当中调用C++的函数,如何使用extern "C",以及如何调用动态连接库:1. 如 何用c语言调用c++做成的动态链接库
这篇blog写了怎样用C调用C++的库,我试验了一下,在linux上成功,有两个地方要改一下,最后的编译语句应该是:
gcc -rdynamic -s -o -ldl myapp test.c
还有就是test.c最后应该加上:
dlclose(dp);
否则会CoreDump。
实际上他是把类的方法变成了一个可以外部调用的C函数。用extern C
2. 深入理解动态库
讲了动态连接库,调用等方面的相关知识。
3.C++dlopen mini HOWTO
关于extern C的相关知识。 ( 2005年08月28日, 02:49:31 下午 HKT ) Permalink 评论 [3]
如何在Solaris10中安装MySQL并且配置远程数据库访问
这两周非常忙,同时也学了很多东西,包括MySQL,Oracle,ControlView1.0, ControlView 2.0, Java 数据库编程,ControlPoint管理,perl编程等等,今天整理了在Solaris中安装MySQL的过程,配置方法,远程访问的设置等,参考网上的信息写成了一个小文档,希望对大家的相关工作有所帮助。
( 2005年08月16日, 03:34:55 下午 HKT ) Permalink 评论 [1]如何为firefox写搜索插件
firefox提供了搜索插件的功能,而且非常方便创建,我为www.btchina.net创建了一个mozilla的搜索插件,可以在这里下载。
关于如何创建firfox搜索插件,请参阅:http://mycroft.mozdev.org/deepdocs/quickstart.html
关于如何验证搜索插件,请使用验证器:search plugin validator
关于如何提交搜索插件,请参阅:
Submit plugins
a very cool Java GUI designer in next NetBeans release
a message from my colleague, really very cool
They showed a great new GUI builder for netbeans in JavaOne 2005.
http://www.netbeans.org/kb/articles/matisse.html
You can find a demo here:
http://www.netbeans.org/files/documents/4/475/matisse.html
It's very cool.
怎样在weblog中显示最近blog和点击次数
在Weblog页面中加入如下代码即可。
参考如下资源
http://blogs.sun.com/roller/page/richb/?anchor=archives_added
http://www.rollerweblogger.org/javadoc/org/roller/presentation/velocity/Macros.html
http://www.rollerweblogger.org/wiki/Wiki.jsp?page=ShowRecentEntries
http://brainopolis.dnsalias.com/roller/page/lance/Weblog/20030806
<! -- this section is added by myself > <tr> #showReferers(30 20)<br> </td> <! -- this section is added by myself > |
( 2005年06月27日, 06:53:13 下午 HKT ) Permalink 评论 [0]
Recommend a site for JDS
gcclinux.comthis is a site provide the JDS Linux community the best and most complete environment as possible. ( 2005年06月23日, 08:56:12 下午 HKT ) Permalink 评论 [0]
OpenSolaris带来了什么?
在同Linux的较量中,开放Solaris是一个重要的步骤,在许多资深的UNIX开发人员当中,Solaris的稳定性,代码专业性,平台可靠性均要高出Linux一个数量级。这就使得基于OpenSolaris的开发变得更有吸引力,同时。CDDL授权方式使得开发者能够保护基于开源产品的开发成果,使得众多OpenSolaris的开发商有利可图,这是非常重要的一点,从技术性能和开发模式上,OpenSolaris都走在了前面,关键就要看是否能够吸引众多的Linux开发者,OpenSolaris的桌面系统显得尤为重要。
下面是这两天关于OpenSolaris的一些报道,可以看到Sun在和Redhat的竞争中的整体策略。
Sun免费推出OpenSolaris 实现Solaris开源
Red Hat放手Fedora Linux给Fedora基金会
( 2005年06月15日, 11:46:24 上午 HKT ) Permalink 评论 [0]
Solaris nVidia Driver & Mobile Gaming
Official nVidia Driver Avalible for Solaris 10 X86
this will be a great step for Solaris Desktop user to support more 3D feature in Gaming and VR or Multimedia fields. together with the Apple's transition from PPC to Intel, Desktop competition will unveil a new page.
Mobile games to grow from $2.6 billion globally this year
undoubtedly, mobile games already become a stable income for many ICPs, we've also seen more and more powerful cell phone is on sale in a quite low price. OpenGL ES 1.1 introduce 3D game into mobile devices, we can see a great boom in the recent year I think.
( 2005年06月08日, 01:52:58 下午 HKT ) Permalink 评论 [0]


