You can compile this program by simply running the C#
command-line compiler (csc.exe) against the source
file, like csc test.cs . If you want to compile code from the command line using the csc command, you should be aware that the .NET command-line
tools, including csc, are only available if certain
environment variables have been set up.
Monthly Archives: June 2006
ZT: 面对危机 胡锦涛正建立效忠于他的新领导层团队
From: 亚洲时报
未来20年里,全球局势稳定与否的最大因素,将取决于中国。无论中国的局势是朝着好的方向还是坏的方向发展,中国都将形塑世界格局。如果发展一帆风顺,中国将融入发达国家阵营,并在其中扮演重要角色;反之,它将引发一场比冷战更严重的国家间对抗。
ZT: 千万不要和用户习惯开战
From: 王建硕
做市场是件有趣的事情。一个月前,我们在大学准备一个讲座。当时的天气还不像现在这样热得让人发狂,学生也没有开始期末考试。活动全程是客齐集优秀的实习生自己策划和安排的。活动之后,他们告诉我一个非常有趣的经历。
CHM help files error: The page cannot be displayed
I just had a very weird problem in Windows XP with CHM help files
(Compiled HTML). Some of the CHM I had give a
“The page cannot be displayed” error while showing the contents in the
left-hand pane.
機會來臨時,只給準備好的人
有一則故事是這麼說的……
某天晚上,一個年輕的男子碰到一位神仙。這位神仙告訴他說:『即將有大事要發生在你的身上了,你將有機會得到很大的財富,以及在社會上獲得卓越的地位,並且娶到一位漂亮的妻子。』
Advance regular expression usage
This notes shows an advanced usage of perl regular expression. There is an array of file names, I need pick up those txt files NOT starting with “abc” and “de”. This could not be done easily with standard regular expression, we need to use “extended” feature.
Perl: “use strict”
Well, if you do not know “use strict” in perl, you are still perl noob. In short, “strict” is a perl module that help you writing neat code. For example, it helps detect un-declared variables, or reference calls that may causes problem.
Use map() to process array
map() is a useful function in PERL to process all the elements in the array. I got one senario that bugs quite some time. I would like to use map() to replace the white space for each element in the array.
ZT: 如何写一份好的工程师简历
最近三年作为 Google(谷歌)的软件工程师,我每周会帮人事部门审查简历,决定要不要给他们面试。Google
这几年的发展让很多许多优秀的工程师都前来申请。到目前为止,我已经看了上千份简历,有些简历留下的印象比别的好很多。尤其是最近亲戚朋友常常问我如何修
改他们的简历,所以我积累了一些常见的错误避免的提议,在此跟大家交流一下。
IE is the nightmare for javascript developer !!
I am developing some web pages to show the list of available applications in our environment. The page is very simple Ajax and works very well in firefox, but it does not work in IE. IE always shows error like “object undefined”!