ref : http://jamesjantw.blogspot.tw/2006/03/scrollable-html-table.html


文章標籤

JerryCheng 發表在 痞客邦 留言(0) 人氣()

 

 

文章標籤

JerryCheng 發表在 痞客邦 留言(0) 人氣()

bc stands for basic calculator , is "arbitary precision calculator language" , 

在unix system中 , 我們可以藉由bc來幫我們進行一些數值上的運算 .

文章標籤

JerryCheng 發表在 痞客邦 留言(0) 人氣()

ref : http://www.oracle.com/technetwork/systems/hands-on-labs/s11-intro-zfs-1408637.html

ref : http://www.softpanorama.org/Solaris/Disks_and_filesystems/solaris_disks.shtml

文章標籤

JerryCheng 發表在 痞客邦 留言(0) 人氣()

ref : http://stackoverflow.com/questions/4644409/passing-parameters-for-callback-function


JerryCheng 發表在 痞客邦 留言(0) 人氣()

在Solaris中 :

若要觀看Service的information --> 使用svccfg  (service configuration)

文章標籤

JerryCheng 發表在 痞客邦 留言(0) 人氣()

ref : http://www.linuxtopia.org/online_books/advanced_bash_scripting_guide/exitcodes.html


JerryCheng 發表在 痞客邦 留言(0) 人氣()

AWK 是ㄧ種用來進行data extraction and reporting 的tool , 

也就是說 , 是ㄧ種很好用的字串處理工具.

文章標籤

JerryCheng 發表在 痞客邦 留言(0) 人氣()

ls 

1. It stands for list.

文章標籤

JerryCheng 發表在 痞客邦 留言(0) 人氣()

在Javascript中 , 我們可以藉由取得html element並進行control , 

當然 , checkbox 也不會是例外:

JerryCheng 發表在 痞客邦 留言(9) 人氣()

We can use svccfg to import , export or modify service configurations.

listprop : 

JerryCheng 發表在 痞客邦 留言(0) 人氣()

在Fault Management System中 , 

FMRI 稱為 Fault Managed Resource Identifier , 

JerryCheng 發表在 痞客邦 留言(0) 人氣()

ref : http://www.cc.ntu.edu.tw/chinese/epaper/0020/20120320_2003.html


JerryCheng 發表在 痞客邦 留言(0) 人氣()

To change Background colour :

Windows -> Preferences -> Genera -> Editors -> Text Editors

文章標籤

JerryCheng 發表在 痞客邦 留言(0) 人氣()

在Eclipse中 , 提供了一些設定讓我們可以去調整Java或Jsp file的字體大小, 

For Java :

文章標籤

JerryCheng 發表在 痞客邦 留言(0) 人氣()

在Eclipse中 , 若我們安裝的是Classic的版本 , 其中並無支援對jsp file的編輯 , 

但Eclipse提供了讓我們安裝jsp套件 , 並可藉由該package進行jsp file的編輯: 

文章標籤

JerryCheng 發表在 痞客邦 留言(0) 人氣()

在Javascript中 , 我們可以去偵測一些事件是否發生 , 

像mouse的動作 , 或者是keyboard的動作 , 

JerryCheng 發表在 痞客邦 留言(0) 人氣()

在linux中 , 我們可以利用date來顯示系統上的時間 , 

同樣的 , 我們也可以利用date來修改系統上的時間.

JerryCheng 發表在 痞客邦 留言(0) 人氣()

在Solaris的zfs file system中 , 我們可以利用zfs command 來設定zfs file system的configuration , 

其中zfs list 可以列出property的ㄧ些information , 像volume , snapshot...etc

JerryCheng 發表在 痞客邦 留言(0) 人氣()

在C中 , 我們可以用sprintf()來建立一個string的format , 

而有時我們會需要用到一些時間格式的format , 像2012-01-01 , 

文章標籤

JerryCheng 發表在 痞客邦 留言(0) 人氣()