星期四, 5月 05, 2011

自動分類照片:以 EXIF 日期分類照片目錄 using PhotoMove

有一段時間沒有整理照片,累積了不少照片,突然發現要分類照片得要花了不少時間,上網 Google 一下,發現了 PhotoMove 這個軟體,可以依照 EXIF 的日期將照片分類至目錄內,完全符合我的需求,簡單、快速、有效 !!!

引用文件:

Automatically move photos to directories or folders based on exif date taken…

解決 FastStone Capture 輸入中文字時出現亂碼的問題 in Windows 7

最近重灌電腦套用還原光碟後,原本可正常輸入中文字的 FastStone Capture,突然都變成亂碼了,因為是綠色軟體,所以假設是系統環境設定的影響,上網 Google 一下,終於解決了,將解決方法記錄下來,以免未來重蹈覆轍。

步驟:

     1. 執行 Regedit,將 [HKEY_CURRENT_USER\Control Panel\International] 的 "Locale" 改成 "00000404"。

     2. 重新開機

Image

星期四, 3月 03, 2011

執行預存程序 (Stored Procedure) 當有回傳參數時的 T-SQL 語法範例

範例:

Declare @Result nvarchar(2048)
EXEC sp_GetEmail 'Jack', @Result OUTPUT
select @Result

ReportingService.Render() 發生作業逾時 (Timeout) 的解決方法 (可能的)

ReportingService rs = new ReportingService();

rs.Timeout = 300000; // 逾時時間設定為 30000 ms, 即 5 分鐘

rs.Render(reportPath, format, historyID, devInfo, 

     parameters, credentials, showHideToggle, out encoding, out mimeType, 

     out reportHistoryParameters, out warnings, out streamIDs);

星期日, 1月 09, 2011

如何旋轉影片 (.avi) using Picasa 3

旋轉影片應該是一個很常見的需求,可是一直以來都沒有發現很好的工具,試用了一些網路介紹的工具,不是操作很複雜,就是輸出的影像品質降低,偶爾還會遇到軟體當掉 ... (可能真的是個很複雜的領域...)

最後終於發現用 Picasa 3 的匯出剪輯功能,最能滿足我的需求,簡單上手,而且輸出結果又好。

操作很簡單,選擇影片後進入編輯模式,依需要旋轉影片,最後按下"匯出剪輯",完成 !

image

回到瀏覽模式,就可以看到已匯出影片了,匯出的附檔名是 .wmv 檔案,滿意 !

image

小女兒滿週歲了! 要健康長大喔 !

Posted by Picasa

星期六, 1月 08, 2011

自動旋轉照片:基於EXIF方位標籤自動旋轉 using FastStone Image Viewer

每次拍照後難免會有橫向的照片,之前都乖乖的一個一個照片做旋轉,頗耗費心力,終於找到可以利用 EXIF 內的方位資料自動轉換的工具 - FastStone Image Viewer,動作很簡單,選取照片後,直接點選"基於EXIF方位標籤自動旋轉",就OK了!!!

Image(1)

解決 Windows XP 檔案總管(Explorer)遇到影片(.AVI)發生崩潰(Crash)問題

 

今天想將相機內的影片轉存到電腦時,每當點選.avi的檔案,就造成檔案總管Crash的情況,搞的很煩,於是上網查了查,原來是檔案總管內預覽影片功能搞的鬼,直接執行 regsvr32 /u shmedia.dll,移除造成失敗的元件就OK了!!!

Image

星期四, 1月 06, 2011

Document SQL Server 200/2005 Database : 產生資料庫設計文件 (Output Database Schema in HTML)

Download script - 3.26 KB

Script_to_generate_DB_Document_Version_1.1.sql

Follow these steps to use this script:

  • Download the attached script file and open it in Management Studio (tested on version 9.00).
  • Select the database for which you want to generate document.
  • Select Result to File (Ctrl+Shift+F) from Query - Results To menu.
  • Execute (F5) the script.
  • In the Save Result dialogue box, type a file name (filename.htm/filename.html) in the File Name text box and select All Files (*.*) in Save As Type dropdown.
  • After successful execution of query, check the output file.

Note: For populating the description of table and columns, update the Description property of table and columns while creating database diagram or add extended property for them with name as MS_Description.

資料來源 : http://www.codeproject.com/KB/database/SQL_DB_DOCUMENTATION.aspx

批次更換照片檔名 by 拍攝日期 (EXIF_Date) using ReNamer

Download : http://www.den4b.com/

Download : Preset Rule : Photo

1. 套用 Preset Rules : Photo

Image

2. 解決衝突的新名稱 (Fix conflicting new names)

Image(1)

星期日, 12月 05, 2010

SQL Server 2005 安裝於 Windows Server 2008 問題 - Microsoft 網際網路資訊服務 (IIS) 未安裝或已停用

在 [系統組態檢查] 頁面中 SQL Server 2005 安裝程式:

Microsoft 網際網路資訊服務 (IIS) 未安裝或已停用。IIS 需要由某些 SQL Server 的功能。 而 IIS,不將無法可供安裝一些 SQL Server 的功能。若要安裝所有的 SQL Server 功能,從新增或移除程式],在 [控制台] 中安裝 IIS 或啟用 IIS 服務透過 [控制台] 中,如果它已安裝,然後再重新執行 SQL Server 安裝程式。依存於 IIS 的功能清單,請參閱功能支援的版本的 SQL Server 線上叢書 》 中。

取決於 SQL Server 的不是所有 IIS 7.0 元件都安裝在電腦上,就會發生這個問題。下表列出受影響的元件。

元件        資料夾

靜態內容        常見的 HTTP 功能

預設文件        常見的 HTTP 功能

HTTP 重新導向        常見的 HTTP 功能

目錄瀏覽        常見的 HTTP 功能

ASP.Net        應用程式開發

ISAPI 延伸模組        應用程式開發

ISAPI 篩選器        應用程式開發

Windows 驗證        安全性

IIS Metabase        管理工具

IIS 6 WMI        管理工具

附註在資料表中的 [資料夾] 欄位列出在其下的元件所在之資料夾。在執行 IIS 7.0 安裝程式時,您會遭遇這些資料夾。

http://support.microsoft.com/kb/920201/zh-tw

星期六, 11月 06, 2010

個人電腦內的軟體清單

電腦重新安裝時的重要參考依據。
  • 7-Zip
  • AVG Anti-Virus Free
  • Ares-SalaryClient
  • CCleaner
  • Daemon Tool Lite
  • DBComparer
  • Defragger
  • Dropbox
  • ImgBurn
  • EverNote
  • FastStone Image Viewer
  • FileZilla
  • Foxit Reader
  • Google Desktop
  • Google Toolbar for IE
  • Google 瀏覽器
  • Launchy
  • Lingoes
  • Link Shell Extension
  • MS Office 2010
  • Mozilla Firefox & Extensions
  • Notepad++
  • Free Download Manager
  • Picasa
  • PortableApps
  • PureText (Portable)
  • Royal TS
  • Skype
  • SQL Dumper
  • TortoiseSVN
  • Unlocker
  • VMware Workstation
  • Windows Live Messenger
  • Windows Live Writer
  • WinMerge
  • Yahoo!奇摩輸入法