原文地址:http://app.en25.com/e/es.aspx?s=1403&e=5441&elq=3d32771b868b437aa97567a6a50b5563原文:Mandatory parameters are special because if you do not submit it, PowerShell will automatically ask for it. You can use mandatory parameters in your own
原文地址:http://app.en25.com/e/es.aspx?s=1403&e=4273&elq=1cbc05ed0b11413db47a3b65bc2ee7a4原文: Changing File/Folder Creation DateYou should use this approach if you need to change the creation time of a folder or file after you have created it:Get-
試用環境:WMWare 6.5.2,Windows XP SP3,512MB記憶體配置,15GB硬碟分配.需要下載Silverlight 3 Tools,Blend 3 preview和Visual Studio 2008 with SP1(本人用Visual Web Developer 2008 SP1)以上虛機環境安裝完畢後,鏡像檔案大小是3.44GB.關於記憶體,本人還是建議分配得更大一些,儘管512跑起來也不是很慢.下載VWD的時候推薦下載Visual Studio 2008
(UDM) 的作用是在使用者和資料來源之間搭建一座橋樑。UDM 構造於一個或多個物理資料來源之上。使用者使用多種用戶端工具(例如,Microsoft Excel)向 UDM 發出查詢。The role of a Unified Dimensional Model (UDM) is to provide a bridge between the user and the data sources. A UDM is constructed over one or more physical
原文地址:http://app.en25.com/e/es.aspx?s=1403&e=5491&elq=8184bb918aa3406299da2caa939745da原文:A time span represents a time interval, and you can use time spans to subtract or add time to a date. For example, to get the date seven days ago:PS> (
原文地址:http://powershell.com/cs/blogs/tips/archive/2010/06/11/creating-relative-dates.aspx原文:To create relative dates like "10 days ago," there are two paths. Administrators often add or remove time spans created by New-Timespan:(Get-Date) -
原文地址:http://powershell.com/cs/blogs/tips/archive/2010/06/08/accessing-object-properties.aspx原文:Accessing Object PropertiesObjects store information in various properties. There are two approaches if you would like to get to the content of a given
原文地址:http://app.en25.com/e/es.aspx?s=1403&e=5560&elq=e4af9624a0344403b24bcf81d6722d83原文:There are actually two different ways of manipulating dates and times. Here is the high-level approach to subtract 30 days from today:PS> (Get-Date) -
今天看到visifire網站上的訊息,Visifire is out of beta.不過訊息是8月6日的,居然在奧運會開幕這天才看到.一直以來都在關注這套控制項,版本從beta到final的過程中,修正了很多bug,現在已經變得很健壯,而且在很多環境中的應用都很成功.筆者一直在用這套控制項做相關的BI前端方案,效果很不錯.總之,這是一套很不錯的BS
原文地址:http://app.en25.com/e/es.aspx?s=1403&e=4204&elq=c21eede5a82e4a9e99d852b591c961e5原文: Removing Empty ThingsHow do you exclude objects based on empty properties? For example, WMI returns all kinds of "network adapters:"Get-WMIObject