上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 26 下一页
摘要: 2010年八月份2日到6日的PowerTip of the Day:降低进程优先级,添加新的事件日志源 ,写入日志,查看用户桌面的文件夹目录,操作Path下的方法 阅读全文
posted @ 2010-08-10 10:38 哥本哈士奇(aspnetx) 阅读(376) 评论(0) 推荐(1)
摘要: 2010年七月份26日到30日的PowerTip of the Day。Finding Interesting WMI Classes,Getting Help for WMI Classes,Calling ChkDsk via WMI,Renewing all DHCP Leases,Getting Help on WMI Methods 阅读全文
posted @ 2010-08-02 10:35 哥本哈士奇(aspnetx) 阅读(543) 评论(0) 推荐(1)
摘要: 2010年七月份19日到23日的PowerTip of the Day Use PowerShell Cmdlets! Retrieving Clear Text Password, Finding Your Current Domain, Remove Empty Entries, Rename Drive Label 阅读全文
posted @ 2010-07-26 17:04 哥本哈士奇(aspnetx) 阅读(398) 评论(0) 推荐(1)
摘要: Getting Visual Help for PowerShell Cmdlets‏,Finding Available .NET Frameworks,Checking for .NET Framework Version 阅读全文
posted @ 2010-07-19 09:09 哥本哈士奇(aspnetx) 阅读(322) 评论(0) 推荐(1)
摘要: 原文地址: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 t... 阅读全文
posted @ 2010-07-12 17:10 哥本哈士奇(aspnetx) 阅读(385) 评论(1) 推荐(1)
摘要: 某些时候需要生成HTML展现数据,考虑过XML加XSL方法吗?比如,以html邮件的方式发送一些数据。 本文通过两个已经存在的文件,xml文件和xsl文件演示如何将其转换成HTML。 阅读全文
posted @ 2010-07-09 09:50 哥本哈士奇(aspnetx) 阅读(10024) 评论(13) 推荐(7)
摘要: 原文地址: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. Fo... 阅读全文
posted @ 2010-07-09 09:11 哥本哈士奇(aspnetx) 阅读(327) 评论(0) 推荐(1)
摘要: 原文地址: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 ... 阅读全文
posted @ 2010-07-08 14:14 哥本哈士奇(aspnetx) 阅读(399) 评论(0) 推荐(1)
摘要: 原文地址:http://app.en25.com/e/es.aspx?s=1403&e=5382&elq=d8bc53b04e51496c9e3ef39e28976a68原文:You should simply copy and paste the following block comment right above your functions and magically Ge... 阅读全文
posted @ 2010-07-07 14:47 哥本哈士奇(aspnetx) 阅读(366) 评论(0) 推荐(1)
摘要: 原文地址:http://app.en25.com/e/es.aspx?s=1403&e=5363&elq=654deccd50454fa7ac6cf57ea12b905a原文:Ever wanted to open the current PowerShell folder in an Explorer view? Try this:ii .This will work as lo... 阅读全文
posted @ 2010-07-06 09:30 哥本哈士奇(aspnetx) 阅读(280) 评论(0) 推荐(1)
摘要: 原文地址:http://app.en25.com/e/es.aspx?s=1403&e=5287&elq=ffdaeb1db50d44cd98829640038cf0d4原文:If you need to filter running processes by owner, for example to terminate the ones owned by some user, ... 阅读全文
posted @ 2010-07-06 09:24 哥本哈士奇(aspnetx) 阅读(309) 评论(0) 推荐(1)
摘要: 原文地址:http://app.en25.com/e/es.aspx?s=1403&e=5231&elq=4427f8ad0f9245da87fb793497c0753a原文:If your script needs to know whether your computer has a battery, you can ask WMI. Here is a small funct... 阅读全文
posted @ 2010-07-02 17:43 哥本哈士奇(aspnetx) 阅读(343) 评论(0) 推荐(1)
摘要: 原文地址:http://app.en25.com/e/es.aspx?s=1403&e=5125&elq=52bc48204cc748d58a54ab9a57b6b796原文:Adding parameters to your functions is fairly easy. You can add a param() block and specify the paramete... 阅读全文
posted @ 2010-06-30 18:12 哥本哈士奇(aspnetx) 阅读(363) 评论(0) 推荐(1)
摘要: 原文地址:http://app.en25.com/e/es.aspx?s=1403&e=5072&elq=a8251b41fe1a4d6297a0aecd8e466373原文:Did you know that you can compile any .NET source code on the fly and use this to create your own types?... 阅读全文
posted @ 2010-06-29 14:48 哥本哈士奇(aspnetx) 阅读(257) 评论(0) 推荐(1)
摘要: 原文地址:http://app.en25.com/e/es.aspx?s=1403&e=4914&elq=a3fdfdb4961d4feabec6e309570c5e33原文:PowerShell is great for parsing log files. Here is a function that extracts all installed Windows update... 阅读全文
posted @ 2010-06-25 13:47 哥本哈士奇(aspnetx) 阅读(441) 评论(0) 推荐(1)
摘要: 原文地址:http://app.en25.com/e/es.aspx?s=1403&e=4900&elq=127ab4a62a414c678d62945aef96e118原文:You will discover that Out-Printer can print results to your default printer. You can also print to any ... 阅读全文
posted @ 2010-06-25 11:22 哥本哈士奇(aspnetx) 阅读(288) 评论(0) 推荐(1)
摘要: 原文地址:http://app.en25.com/e/es.aspx?s=1403&e=4778&elq=baf9b44a60364f3fbf25d7590e9cb761原文:When you create new Aliases with Set-Alias, PowerShell does not check whether the target you specify is ... 阅读全文
posted @ 2010-06-23 17:38 哥本哈士奇(aspnetx) 阅读(258) 评论(0) 推荐(1)
摘要: 原文地址:http://app.en25.com/e/es.aspx?s=1403&e=4695&elq=c3972de70bd84be5866111fbd6571d75原文:When you output results to text files, you will find that the same width restrictions apply that are act... 阅读全文
posted @ 2010-06-22 09:15 哥本哈士奇(aspnetx) 阅读(273) 评论(0) 推荐(1)
摘要: 原文地址:http://app.en25.com/e/es.aspx?s=1403&e=4615&elq=4e53a85287814a3b889de5a05e61f869原文:Often, some text will need to be replaced in a text file. That's easy with Get-Content and Set-Content -... 阅读全文
posted @ 2010-06-21 10:25 哥本哈士奇(aspnetx) 阅读(286) 评论(0) 推荐(1)
摘要: 原文地址:http://app.en25.com/e/es.aspx?s=1403&e=4571&elq=535d59530c004cd899a9c0ff03da88a4原文:Sort-Object can sort on multiple properties at the same time. Have a look:Get-Service | Sort-Object Stat... 阅读全文
posted @ 2010-06-18 11:29 哥本哈士奇(aspnetx) 阅读(286) 评论(0) 推荐(1)
上一页 1 ··· 6 7 8 9 10 11 12 13 14 ··· 26 下一页