2011-12-23 18:20:47 阅读3 评论0 232011/12 Dec23
The code I use for all browser gradients..
background: #0A284B; background: -webkit-gradient(linear, left top, left bottom, from(#0A284B), to(#135887)); background: -moz-linear-gradient(top, 2011-12-23 12:45:53 阅读2 评论0 232011/12 Dec23
2011-12-13 19:16:56 阅读6 评论0 132011/12 Dec13
Powershell常用命令
1.Get-Command 得到Powshell所有命令
2.Get-Process 获取所有进程
3.Set-Alias 给指定命令重命名 如:Set-Alias aaa Get-Command
4.Set-ExecutionPolicy remotesigned 设置powershell可直接执行脚本文件 一般脚本文件以.ps1结尾 执行脚本文件直接输入文件地址即可执行 脚本文件中只写命令即可
5.Get-Help get-* 查询以get开头的命令 Get-Help *service* Get-Help Get-Command 获取Get-Command命令的基本用法
6. Get-Member
2011-10-13 20:49:49 阅读2 评论0 132011/10 Oct13
With the release of Silverlight 2 RC0 there are three new controls we will be discussing that were not available for beta 2. The three new controls with a Tip of the Day for each include:
2011-9-20 19:29:02 阅读17 评论0 202011/09 Sept20
2. Add the port into the firewall exceptions to allow remote access.
3. Access the instacne using database server name like 'host\InstanceName'
Use following command to open the default ports for SQL Server service in firewall:
@echo ========= SQL Server Ports ===================
@echo Enabling SQLServer default instance port 1433