2012年5月31日

Windows 8 Release Preview, Windows Server 2012 RC, Visual Studio 2012 RC 下載網址

Windows 8 Release Preview, Windows Server 2012, Visual Studio 2012 下載網址,目前都有 Chinese-Traditional 繁體中文版

2012年5月29日

Windows 匯出FileZilla設定

將以下路徑的xml複製到target主機

Windows 7
C:\Users\使用者\AppData\Roaming\FileZilla

windows xp/2003

C:\Documents and Settings\使用者\Application Data\FileZilla

Windows裡把Putty設定匯出

如何要將 putty 設定檔儲存下來,在 putty 的設定選單裡面是找不到儲存等相關功能,因為 putty 是將資料存放在 windows 的 registery 裡面,必須透過 regedit 將 putty 的設定捉取出來.

2012年5月15日

cshell 日期處理:取前幾日

以下是Cshell常用的日期指令

解決.net Windows Form :Crystal report無法建立目錄錯誤

日前使用.net windows form所開發的程式,在預覽Crystal report報表時,出現
『無法建立目錄錯誤』的錯誤。

2012年5月14日

Eclips 常用快速鍵

1. 跳到某Method
a.  雙擊該method, 按住ctrl, 底線出現, 按enter
b.  雙擊該method, 按右鍵, 點F3

2. 回到上一次的位置
雙擊method, ctrl+K

2012年5月7日

PL/SQL DEVELOPER設定欄位為Null

打開SQL Windows, 輸入 select * from urTable for update
1.打開鎖,
2. mark住要設為Null的欄位,鍵入delete,
3. 再點打勾,
4. 按上面Commit按鈕