I study Power schema part recently. I found there are something different with XP/VISTA.
Example: ReadProcessorPwrScheme (http://msdn.microsoft.com/en-us/library/aa373190(VS.85).aspx))
But I found it failed in VISTA, but Microsoft RD replay under MSDN
http://social.msdn.microsoft.com/forums/en-US/windowsgeneraldevelopmentissues/thread/c0a6e824-851c-436b-bda9-b5dd5a99a1ac/
We should using new implement PowerEnumerate under Vista
http://msdn.microsoft.com/en-us/library/aa372730(VS.85).aspx
Detail Power management feature
http://msdn.microsoft.com/en-us/library/aa373163(VS.85).aspx
> > VSO Image Resizer 是一款不錯的數位相片或圖片檔案的協助工具,它允許我們變更相片或圖檔的解析度、壓縮率變更、圖片格式轉換、建立相片或圖檔副本等功能。它也提供了浮水印功能,讓我們可以為相片或圖檔加入浮水印,這特別適合個人攝影作品的保護。VSO Image Resizer 也整合至 Windows 滑鼠右鍵選單裡,可讓我們透過點選右鍵的方式呼叫出 VSO Image Resizer 為我們工作。 > > > > (圖片與敘述: [軟體王](http://www.softking.com.tw/soft/clickcount.asp?fid3=24495)) > > 以往在XP上如果要快速的在右鍵更改圖片的大小,我有用的是Image Resizer from Microsoft PowerToys for Windows XP。不僅僅所有的EXTIF 都可以保留下來,而且可以快速更改圖片大小。但是一到了VISTA 可就麻煩了~~~~ 還好找到這套VSO Image Resizer(官方網站、軟體王),也算是可以快速轉換用的軟體~~~詳細功能可以去看綠色工廠Easylife BLOG。 帶著數位相機一出門,一回家後就有一堆照片等著處理。拍得時候快門不停按,令人有一種成就感,但是後續的處理可就令人頭大了,這個時候 VSO Image Resizer 就可以派得上用場了。 數位相機越來越普及,也讓幾乎有電腦的人就有一部數位相機,所以一旦有機會出門踏青,數位相機的快門總是會被按個不停。按快門時著實有一種快感,但是當回家後看著上千張的戰利品,想到要整理時,可是令人不寒而慄阿。此時,你其實可以透過 VSO Image Resizer 的協助來減輕你的工作量。 VSO Image Resizer 是一款集合了圖片轉換、更命、縮放等功能的免費圖片編修工具,使用者可以利用它所提供的批次修改功能,來對圖片進行一次性的調整,加速你對圖片的處理。且 VSO Image Resizer 還能夠讓使用者對大量的圖檔進行轉換,例如使用者拍的照片是 BMP 格式,使用者可以只透過一個按鍵就將它們一次轉成 JPEG 檔,方便儲存。也能夠對這些照片加入浮水印來確保圖片的原創性。 對於想要對圖片進行重新命名的使用者來說, VSO Image Resizer 還提供了批次更名的功能,讓你能夠將整個目錄裡的相片輕鬆更改成想要的檔案名稱格式喔。 How to resize images : The VSO free image resize software organizes your photos by changing their resolution or moving them within your hard drive. VSO Image resizer is the perfect tool for those who store their digital pictures and images on their PC and who want to resize, compress, convert, create copies, create thumbnails, import or organize photos. With this free resize image software, you can create e-mail friendly versions of your images, load them faster, move them easily from folder to folder, change their...
上一篇文章: http://www.evanlin.com/blog/archives/001100.html
就像我前一篇文章一樣,我已經把Buildbot裝好了,並且可以跟P4連線(不過僅僅在於periodic[定期])。但是無法正常的透過Scheudler(也就是無法偵測到有最新的CODE更改來trigger build)。
I found Buildbot could not using “Scheduler Scheduler” but work well on “Periodic scheduler”. As I check in Buildbot site it maybe three known issue as follows:
#101 Set “revision” property when using computeSourceRevision
#127 got_revision not tracked for perforce
#229 Build properties “revision” and “got_revision” not populated for P4
Although I already change this by the patch but it sill could not fix the “scheduler”. I think I will check with Buildbot team as well.
要轉錄請務必標示文章出處: BlogE www.evanlin.com/blog 甚麼是BuildBot? Buildbot 是一套由Python撰寫的client-server 架構的專案source code追蹤用的伺服器。 主要可以拿來做以下的用途: Code quality tracing: 可以定期或是只要有新的變動就主動下載source code並且build。 可以查出來哪個變動讓程式build不過。 Multiple platform compiler testing: 針對一份程式碼要對應到多個platform 或是多整module, Buildbot 提供了很好的方式可以幫助你確認這件事情。 Unit testing: 使用Buildbot 可以定期幫你的程式做unit testing。(當然~ unit testing program 得是你自己有準備好的) 需要的軟體: 在這裡先介紹所有你需要的軟體,可以事先去download 下來。 Python 2.44 Win32 install binary python-2.4.4.msi Install Zope 3.01 final zope.interface-3.0.1.win32-py2.4.exe Install Pywin32 extension pywin32-212.win32-py2.4.exe-modtime=1217535935&big_mirror=0&filesize=5409684 Install twisted – 2.0 Twisted_NoDocs-8.1.0.win32-py2.4.exe Buildbot (0,79) downloading.php-groupname=buildbot&filename=buildbot-0.7.9.zip&use_mirror=nchc MFC library for python mfc71.dll 以上的版本已經確定在XP SP2 可以正確安裝並且執行無誤。希望各位也去下載適當版本。必須注意如果把Python換成新的版本(2.5 or 2.6)反而可能會造成安裝失敗。 或者你也可以去以下位置下載懶人包 。 懶人包: http://www.badongo.com/cn/file/12490044 **安裝流程: ** Install python 2.44 binary http://www.python.org/ftp/python/2.4.4/python-2.4.4.msi Check to make sure your PATHEXT environment variable has “;.PY” in it – if not set your global environment to include it. I also modified PATH (in the same place as PATHEXT) to include C:Python24 and C:Python24Scripts . This will allow ‘python’ and (eventually) ‘trial’ to work in a regular command shell. Install Zope 3.01 final http://www.zope.org/Products/ZopeInterface/3.0.1final/zope.interface-3.0.1.win32-py2.4.exe Install Pywin32 extension http://downloads.sourceforge.net/pywin32/pywin32-212.win32-py2.4.exe?modtime=1217535935&big_mirror=0&filesize=5409684 The installer complains about a missing DLL. Download mfc71.dll from...