http://www.manning.com/gallo/

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


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

看到Google提供網頁翻譯服務
所以順手挑了Powershell的官網來試試看!~
 

將滑鼠移到譯文的上方會出現原文喔!~

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

#讀入所輸入的字串並儲存為SecureString
PS C:\> $mySecureString = Read-Host -AsSecureString
****************

#取回SecureString的值

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

先寫測試,再寫程式!!
http://en.wikipedia.org/wiki/Test-driven_development


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

http://sourceforge.net/project/showfiles.php?group_id=169337
此計畫使得Word可以開啟OpenDocument format (ODF)的檔案或者將編輯中的檔案儲存成ODF檔


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

http://mow001.blogspot.com/2006/09/powershell-hosting-ironpython.html


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

情境說明:
假設今天我們有很多單字不懂
可是一個一個去查詢又很費時....

現在

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

假設要使用一個別人所寫的dll檔
可由以下步驟達成

(1)載入該dll檔
PS D:\> $SampleAssembly = [Reflection.Assembly]::LoadFrom("drive:\\the location of the dll file")

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

Quick Response Code
一種二維條碼
http://www.channela.com.tw/QRcode3.html


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