Showing posts with label temp. Show all posts
Showing posts with label temp. Show all posts
Thursday, September 03, 2009

前陣子(從把資料庫搞掰咖之後,又剛好遇到SQL資料庫要搬家)諸事不順,陸續看了一堆文件都沒空document一下。先記著,以後"有機會、有心力"再補XD。
  1. Windows SharePoint Service(WSS3.0)之資料庫搬家順便升級(2005=>2008)
  2. Oracle 9i: drop one datafile from tablespace
  3. Oracle 9i: control file
  4. Oracle 9i: autorun offline backup script
  5. Oracle 9i: OS授權?
  6. PowerBuilder: cross table, printpreview

Monday, July 06, 2009

Database maintenance for WSS3.0

Ref:
Tuesday, June 30, 2009

Installing Ruby on Rails on Ubuntu

Ref:
  1. Installing Ruby on Rails on Debian/Ubuntu
  2. Debian / Ubuntu Linux 的 Ruby on Rails 環境架設

Chorme in Ubuntu
  1. Install google chrome with wine in Ubuntu
  2. How to Install Chromium (Google chrome) in Ubuntu using deb package
Friday, June 26, 2009

ruby code format test

天哪!! 我成功了!! 原本是想說開始學ruby了,也應該像C# code一樣去找個formatter來用,這樣以後要貼code比較好看,結果找來找去,好像ruby本身就提供把code轉成html tags的function!! Ruby真的是programmer的好朋友!!!
in_data = Clipboard.data
convertor = Syntax::Convertors::HTML.for_syntax "ruby"
code_html = convertor.convert(in_data)
Clipboard.set_data(code_html)

過程還是有點卡XD 晚點整理好再來分享~
Friday, June 12, 2009

待研究主題: SQL語法之 IN vs. EXISTS

兩篇討論from Ask Tom:
Wednesday, June 10, 2009

SharePoint: About Deleted Item

重要文件暫記:

Tuesday, May 19, 2009

User Account Control(UAC) in Vista

先貼後整理

Thursday, April 09, 2009

Killme-test

Tags