Linux's profileFinalFantasyPhotosBlogListsMore Tools Help

FinalFantasy

我思故我在,我在故我存,我存故我真!

Weather

Loading...

Windows Media Player

9/22/2008

我常用的一些软件

操作系统:Windows Server 2008 + Windows Vista + Windows XP

防毒软件:Symantec Endpoint Protection

系统辅助:RocketDock + Unlocker + 360 安全卫士

压缩软件:7-ZIP + WinRAR

资源管理器:Q-Dir + Xplorer2

计算机辅助设计:AutoCAD 2009

办公软件:Microsoft Office 2007

科学计算:Mathsoft Mathcad

翻译软件:Babylon Pro

桌面计算器:DeskCalc

文本编辑器:Notepad++

PDF阅读器:Adobe Reader

NFO查看器:Ascii Art Viewer

下载软件:Thunder + FlashFXP + USDownloader + easyMule

通讯软件:Microsoft Live Messenger + 飞信 + 腾讯 TM

网络邮箱:Microsoft Live Hotmail + Google Gmail

浏览器:Mozilla Firefox + Google Chrome

邮件客户端:Microsoft Live Mail

WEB服务器:IIS + Apache

FTP服务器:Serv-U

视频播放器:Windows Media Player + RealPlayer + K-Lite Codec Pack

音乐播放器:Windows Media Player + Last.fm + 1by1

媒体文件管理:Tag & Rename

图片管理:Google Picasa3

刻录及虚拟光驱:Alcohol 120% + UltraISO

抓图软件:HyperSnap-DX

图片处理:Paint.NET

卸载软件:Your Uninstaller 2008

我用的Firefox扩展清单!

推荐大家使用 Firefox 浏览器,非常的不错。

Application: Firefox 3.0.1 (2008070208)
Total number of items: 45
- Access Flickr! 1.9
    http://flickr.com/photos/hamed
- Adblock Plus 0.7.5.5
    http://adblockplus.org/
- Add Bookmark Here ² 3.0.20080915
    http://forum.moztw.org/viewtopic.php?t=16450
- AideRSS Google Reader Integration 2.2
    http://gr.aiderss.com/
- AutoPager 0.1.6.0.26
    http://www.teesoft.info/
- BBCode 0.5.2.4
    http://www.mrtech.com/extensions/#bbcode
- Boss Key 0.2.0
    http://hall.sociz.com/index.php?showtopic=17805
- ColorfulTabs 3.4
    http://binaryturf.com/
- Cooliris 1.8.2.4689
    http://www.cooliris.com/
- Download Statusbar 0.9.6.3
    http://downloadstatusbar.mozdev.org/
- dragdropupload 1.6.8
    http://www.teslacore.it/wiki/index.php?title=DragDropUpload
- Easy DragToGo 1.1.2.1
    http://addons.sociz.com/firefox/700/
- Extension List Dumper 1.14.1
    http://sogame.awardspace.com/
- Fire.fm 1.1.2
    http://sourceforge.net/projects/firefm/
- Firefox Universal Uploader (fireuploader) 0.3.7
    http://www.fireuploader.com
- FireGestures 1.1.4.2
    http://www.xuldev.org/firegestures/
- Flagfox 3.3.1
    http://flagfox.servehttp.com/
- FlashGot 1.1.1.6
    http://flashgot.net
- FoxTab 0.9.8
- FoxyProxy 2.8.5
    http://foxyproxy.mozdev.org
- FoxyTunes 3.0.4.1
    http://www.foxytunes.com/
- gladder 2.0.3.1
    http://gladder.gneheix.com
- Gmail Manager 0.5.5
    http://www.longfocus.com/firefox/gmanager/
- Gmail Space 0.5.96
    http://www.getgspace.com/
- Google Notebook 1.0.0.22
    http://www.google.com/notebook
- Google Redesigned 0.1
    http://www.globexdesigns.com/
- Google Toolbar for Firefox 3.1.20080730W
    http://www.google.com/
- Greasemonkey 0.8.20080609.0
    http://www.greasespot.net/
- GuTiShuWen Transverter 0.1
    http://www.cshbl.com/shuwen/shuwen.html
- Hide Chrome 1.1.1
    http://ikrk.wz.cz
- IE Tab 1.5.20080823
    https://addons.mozilla.org/firefox/addon/1419
- Locationbar² 1.0.3
    http://en.design-noir.de/mozilla/locationbar2/
- MediaWrap 0.1.7.3
    http://addons.sociz.com/firefox/116/
- NetVideoHunter 0.3
    http://www.netvideohunter.com
- PatchForLibrary 4.4
    http://space.geocities.yahoo.co.jp/gl/alice0775
- Personal Menu 4.1pre
    https://addons.mozilla.org/firefox/3895/
- Personas for Firefox 1.0a6
    http://labs.mozilla.com/projects/personas/
- Refractor for Prism 0.2.1
    http://wiki.mozilla.org/Prism
- Stylish 0.5.7
    http://userstyles.org/stylish/
- Tab Mix Lite CE 3.0
    http://addons.sociz.com/firefox/54/
- Ubiquity 0.1.1
    http://wiki.mozilla.org/Labs/Ubiquity
- userChrome.js 0.8
    http://mozilla.zeniko.ch/userchrome.js.html
- ViewSourceWith 0.3
    http://dafizilla.sourceforge.net/viewsourcewith
- Weave 0.2.6
    http://labs.mozilla.com/featured-projects/#weave
- Yet Another Smooth Scrolling 2.0.14
    http://www.aa.alpha-net.ne.jp/kataho/xpi/yass.html

11/15/2006

Windows PowerShell的12项酷功能

Windows PowerShell 1.0已经发布,微软windowsvistablog上,开发人员列举了Windows Vista中Windows PowerShell所提供的12项酷酷的功能:

1. 内置Cmdlets (即"commandlets")
Windows PowerShell中的所有Cmdlets都允许这样的动名词:get-service, get-process, stop-service, get-wmiobject.

2. 强大的通配符和操作对象
要得到以w开头的服务及其依赖服务只要输入:

PS> get-service w* | format-list DisplayName, DependentServices

3. 在犯错误前测试命令
Windows PowerShell 有意向独特的功能:Whatif ,可以不执行命令就告诉你命令执行结果.如:

PS> stop-service w3* -whatif

4. 获取副本
PowerShell 可以开始和结束所有命令的副本,可以在脚本中轻易测试命令并同时保存.

PS> Start-Transcript -Path c:demodfoshow.txt
PS> Stop-Transcript

5. 从命令行发布Windows对话

因为Windows PowerShell位对象而优化,可以向.NET  Framework一样从命令行访问COM对象,下列命令告诉你的Vista机器发表"Windows Vista and PowerShell"字串.

PS> $spVoice = new-object -com "SAPI.spvoice"
PS> $spVoice.Speak("Windows Vista and PowerShell")

6. 使用Windows PowerShell访问诸如Windows Media Player 11等的应用程序

PS> $band = "The Posies"
PS> $player = New-object -com wmplayer.ocx
PS> $playlist = $player.mediacollection.getbyauthor($band)
PS> $player.openPlayer($playlist.item(0).sourceurl)

7. Windows PowerShell作为命令行存储计算器
PowerShell可以完成基本的计算工作

PS> 2*2

不过,Windows PowerShell也可以快速解决存储问题,例如,备份11GB的数据需要多少个700MB的CD.

PS> 11gb/700mb

那么,需要多少个1000GB的存储来备份每个320GB,共425个的Vista桌面呢?

PS > (320gb*425)/1000GB

8. PowerShell 用作日历计算

计算多少天到新年:

PS> ([DateTime]"1/1/2007" -[datetime]::now).days
 
9. 返回机器上某种类型文件的数量

Windows Vista有许多类型的事件记录和组策略文件等.下列命令是返回当前目录及其子目录中VBScript, Bat 和 PowerShell 脚本的数量:

PS> dir -include *.vbs, *.ps1, *.bat -recurse | group-object extension -noelement

10. 从命令行收集Windows System Assessment Tool数据

PS> get-wmiobject win32_winsat | format-table __SERVER, *SCORE -autosize
PS> get-wmiobject win32_winsat | select *score | out-chart -Title "System Assessment Scores by PowerGadgets"


11. 配置UAC(User Account Control)

PS> set-itemproperty -path HKLM:SOFTWAREMICROSOFTWINDOWSCurrentVersionPoliciesSystem -name ConsentPromptBehaviorAdmin -value 0

12. 管理BitLocker

PS > $drives = get-wmiobject -namespace rootCIMv2SecurityMicrosoftVolumeEncryption -class Win32_EncryptableVolume
PS> $drives | format-table DriveLetter, PersistentVolumeID -autosize
PS> $BitLockDrive = $drives[0]
PS> $BitLockDrive.GetProtectionStatus()
PS> $BitLockDrive.DisableKeyProtectors()
PS> $BitLockDrive.EnableKeyProtectors()
10/8/2006

Microsoft Cartoon Maker 1.0

想为自己和朋友制作个性鲜明的卡通形象吗?Cartoon Maker能够帮你轻松实现。
它采用微软亚洲研究院先进的人脸识别技术,你只需选择合适的照片,就能快速生成逼真的卡通形像。丰富的表情、可爱的装饰、生动的形态任你挑选,寥寥几下就能DIY出许多个性鲜活的卡通人物。还等什么?快来下载吧,制作你的卡通形象,享受你的卡通世界。

Microsoft Cartoon Maker

运行Microsoft Cartoon Maker 1.0的软硬件环境要求:

    * Microsoft Windows XP 及以上版本
    * Super VGA (800 x 600) 或更高分辨率的显卡和显示器

请注意:Microsoft Cartoon Maker 1.0 是专门为正版Windows用户提供的,只有通过正版Windows验证才能够进行下载和安装。本软件是免费的,不提供任何产品支持。

软件下载地址:http://download.microsoft.com/download/4/b/4/4b48d6c9-5576-45d8-96bc-a1aa38ad2504/CMCHS10.msi
9/19/2006

Google Picasa 小秘密:隐藏的小熊

你把界面定于Google Picasa,并按下快捷键:Ctrl + Shift + Y,隐藏的小熊就会跳出来,按一次出现一只,并且可以随意的移动,当然不能移出Picasa的界面范围。
 

Linux ZPEB

Occupation
Location
Interests
There are no photo albums.
Thanks for visiting!
Please wait...
Sorry, the comment you entered is too long. Please shorten it.
You didn't enter anything. Please try again.
Sorry, we can't add your comment right now. Please try again later.
To add a comment, you need permission from your parent. Ask for permission
Your parent has turned off comments.
Sorry, we can't delete your comment right now. Please try again later.
You've exceeded the maximum number of comments that can be left in one day. Please try again in 24 hours.
Your account has had the ability to leave comments disabled because our systems indicate that you may be spamming other users. If you believe that your account has been disabled in error please contact Windows Live support.
Complete the security check below to finish leaving your comment.
The characters you type in the security check must match the characters in the picture or audio.