1.Compiling with javac
javac [options] [source files]
Both the [options] and the [source files] are optional parts of the command, and both allow multiple entries.
eg: javac -help
javac -classpath com:. -g Foo.java Bar.java Continue reading
Category Archives: Reviews
Resin中配置GZip特性
resin中配置Gzip只需要在resin配置文件中加入一个filter即可,参数见下面的官方解释: Continue reading
GB2312简体中文编码表
GB2312简体中文编码表
code +0 +1 +2 +3 +4 +5 +6 +7 +8 +9 +A +B +C +D +E +F
A1A0 、 。 · ˉ ˇ ¨ 〃 々 — ~ ‖ … ‘ ’
A1B0 “ ” 〔 〕 〈 〉 《 》 「 」 『 』 〖 〗 【 】
A1C0 ± × ÷ ∶ ∧ ∨ ∑ ∏ ∪ ∩ ∈ ∷ √ ⊥ ∥ ∠
A1D0 ⌒ ⊙ ∫ ∮ ≡ ≌ ≈ ∽ ∝ ≠ ≮ ≯ ≤ ≥ ∞ ∵
A1E0 ∴ ♂ ♀ ° ′ ″ ℃ $ ¤ ¢ £ ‰ § № ☆ ★
A1F0 ○ ● ◎ ◇ ◆ □ ■ △ ▲ ※ → ← ↑ ↓ 〓 Continue reading
Resin启动参数详解
1.命令行参数(Command-line arguments)
-install (Windows) install Resin as a service (but doesn’t automatically start.)
-install-as xxx (Windows) install Resin as a named service (but doesn’t utomatically start.)
-remove (Windows) install Resin as a service (but doesn’t automatically start.)
-remove-as xxx (Windows) remove Resin as a named service (but doesn’t automatically start.) Continue reading
CSS中的position跟padding
这些天一直在弄css相关的东西,一直都比较怕搞这个东西,做的很郁闷。以前跟一牛人聊天,说是觉得郁闷烦恼是好事儿,烦一段时间就好了,当你觉得做什么事儿都不烦的时候你就变得很牛了,真希望早点儿能变到那么牛。 言归正传,上一次有组织过一次css的培训,可没讲到什么重点的,提上去的问题也因为时间问题没有讲到,还是得自己慢慢琢磨。 Continue reading
A serious mistake
最近一直有听到反馈,一打开新的系统cpu使用率就会飙升到100%,可是在我的机器上一直都没有发生过类似的状况,所以一直也没有很在意,直到昨天老大过来问这个事儿,我在我机器上演示了一下确实不会出现cpu占用过高的情况,可是一到其他机器上就出现问题,结果发现是由于硬件上的差异引起的,我机器是双核的在多线程的计算性能上要好很多。 Continue reading
理想与现实
现在已经是2008年的第一天了,跟同事出去喝酒庆祝新年。我么有讨论到一个问题,一个比较泛泛的问题,人这一生到底是为了实现理想还是为了金钱而活着,最终还是没有得出一个令大家都信服的结论。一种观点认为是为了金钱而活着,一种观点是为了理想而活着。 Continue reading