Archive for 6月, 2008

使用组策略和脚本定制域中客户机的屏幕保护

六月 15, 2008 in Windows

公司的信息安全体系要求所有计算机在用户离开后,自动启动屏幕保护,并锁定屏幕,现在采用域控及组策略和脚本来实现

在Windows客户端的管理中,我们最常提到的往往是组策略。它是一个非常方便而有效的工具,使用系统提供的组策略已经可以完成绝大多数的客户端的管理工作。但是,有些时候组策略却不能独立完成任务,需要和其他的工具进行配合。
在这里,我们以修改客户端三维文字屏幕保护参数为例,看看组策略是怎么和脚本一起来完成这个任务的。
我们需要给客户端配置统一的屏幕保护,而这个任务在组策略里面有现成的条目,可以配置一下就可以完成了。
首先,为了能够更好的管理组策略,我们在相应的站点或者域或者OU上面建立一条新的策略,名字叫PredefinedScreenSaver。然后我们打开编辑它。由于屏幕保护的策略是属于用户策略中与显示相关的内容,所以在

User Configuration\Administrative\Control Panel\Display

下面我们可以找到相关的内容进行配置。

Screen Saver executable name

中我们可以设置屏幕保护程序的名字。大多数的屏幕保护程序保存在

%SYSTEMROOT%\system32

这个目录下面,是一些以.SCR为扩展名的文件。我们可以用dir *.scr /s找到所有的需要的文件。那么在这里,我们需要的是文件名是:sstext3d.scr,这个就是三维文字的屏幕保护的文件名称。
(more…)

暗黑2符文之语整理

六月 11, 2008 in Entertainment

全部符文的名称:
1艾尔 2艾德 3特尔 4那夫 5爱斯 6伊司 7塔尔 8拉尔 9欧特 10书尔 11安姆 12索尔 13沙尔 14多尔 15海尔 16埃欧 17虚姆 18科 19法尔 20蓝姆 21普尔 22乌姆 23马尔 24伊司特25古尔 26伐克斯 27欧姆 28罗 29瑟 30贝 31乔 32查姆 33萨德

符文的产生:
3 同类型的神符 (低于 10 级) = 1 高一级别的神符
3 符文10 + 1 碎裂的 黄宝石 -> 符文11
3 符文11 + 1 碎裂的 紫宝石 -> 符文12
3 符文12 + 1 碎裂的 蓝宝石 -> 符文13
3 符文13 + 1 碎裂的 红宝石 -> 符文14
3 符文14 + 1 碎裂的 绿宝石 -> 符文15
3 符文15 + 1 碎裂的 转石 -> 符文16
3 符文16 + 1 有瑕的 黄宝石 -> 符文17
3 符文17 + 1 有瑕的 紫宝石 -> 符文18
3 符文18 + 1 有瑕的 蓝宝石 -> 符文19
3 符文19 + 1 有瑕的 红宝石 -> 符文20
3 符文20 + 1 有瑕的 绿宝石 -> 符文21
2 符文21 + 1 有瑕的 转石 -> 符文22
2 符文22 + 1 普通的 黄宝石 -> 符文23
2 符文23 + 1 普通的 紫宝石 -> 符文24
2 符文24 + 1 普通的 蓝宝石 -> 符文25
2 符文25 + 1 普通的 红宝石 -> 符文26
2 符文26 + 1 普通的 绿宝石 -> 符文27
2 符文27 + 1 普通的 转石 -> 符文28
2 符文28 + 1 无暇的 黄宝石 -> 符文29
2 符文29 + 1 无暇的 紫宝石 -> 符文30
2 符文30 + 1 无暇的 蓝宝石 -> 符文31
2 符文31 + 1 无暇的 红宝石 -> 符文32
2 符文32 + 1 无暇的 绿宝石 -> 符文33
(more…)

windows 2003各版本区别对比

六月 10, 2008 in Windows

使用这组表比较 Windows Server 2003 系列的特性,这组表按功能组织。

特性

图例: Feature included or supported = 支持全部功能 Feature partially supported = 支持部分功能 Feature not included = 不支持该功能

特性 标准版 企业版 数据中心版 Web 版

硬件规格

64位支持1
Feature not included
Feature included

Feature included
Feature not included
热插拔内存2, 3
Feature not included
Feature included
Feature included
Feature not included
非均一内存访问 (NUMA)3
Feature not included
Feature included
Feature included
Feature not included
数据中心计划
Feature not included
Feature not included
Feature included
Feature not included
2 GB最大内存
Feature not included
Feature not included
Feature not included
Feature included
4 GB最大内存
Feature included
Feature not included
Feature not included
Feature not included
32 GB最大内存4
Feature not included
Feature included
Feature not included
Feature not included
64 GB最大内存5
Feature not included
Feature partially supported
Feature included
Feature not included
1 TB最大内存6
Feature not included
Feature not included
Feature partially supported
Feature not included
2-路 SMP
Feature included
Feature included
Feature not included
Feature included
4-路 SMP
Feature included
Feature included
Feature not included
Feature not included
8-路 SMP
Feature not included
Feature included
Feature included
Feature not included
32-路 SMP
Feature not included
Feature not included
Feature included
Feature not included
64-路 SMP
Feature not included
Feature not included
Feature included
Feature not included

(more…)

Clean and pure CSS FORM design

六月 10, 2008 in CSS

From:Clean and pure CSS FORM design

HTML Code:

<div id="stylized" class="myform">
<form id="form" name="form" method="post" action="index.html">
<h1>Sign-up form</h1>
<p>This is the basic look of my form without table</p>
 
<label>Name
<span class="small">Add your name</span>
</label>
<input type="text" name="name" id="name" />
 
<label>Email
<span class="small">Add a valid address</span>
</label>
<input type="text" name="email" id="email" />
 
<label>Password
<span class="small">Min. size 6 chars</span>
</label>
<input type="text" name="password" id="password" />
 
<button type="submit">Sign-up</button>
<div class="spacer"></div>
 
</form>
</div>

(more…)

2008欧洲杯赛程

六月 07, 2008 in Miscs

2008欧洲杯赛程

日期 时间 对阵 组别
6月08日 00:00 捷克VS瑞士 A组
02:45 葡萄牙VS土耳其 A组
6月09日 00:00 奥地利VS克罗地亚 B组
02:45 德国VS波兰 B组
6月10日 00:00 罗马尼亚VS法国 C组
02:45 荷兰VS意大利 C组
6月11日 00:00 西班牙VS俄罗斯 D组
02:45 希腊VS瑞典 D组
6月12日 00:00 捷克VS葡萄牙 A组
02:45 瑞士VS土耳其 A组
6月13日 00:00 克罗地亚VS德国 B组
02:45 奥地利VS波兰 B组
6月14日 00:00 意大利VS罗马尼亚 C组
02:45 荷兰VS法国 C组
6月15日 00:00 瑞典VS西班牙 D组
02:45 希腊VS俄罗斯 D组
6月16日 02:45 瑞士VS葡萄牙 A组
02:45 土耳其VS捷克 A组
6月17日 02:45 奥地利VS德国 B组
02:45 波兰VS克罗地亚 B组
6月18日 02:45 荷兰VS罗马尼亚 C组
02:45 法国VS意大利 C组
6月19日 02:45 希腊VS西班牙 D组
02:45 俄罗斯VS瑞典 D组
6月20日 02:45 A1 VS B2 1/4决赛
6月21日 02:45 B1 VS A2 1/4决赛
6月22日 02:45 C1 VS D2 1/4决赛
6月23日 02:45 C2 VS D1 1/4决赛
6月26日 02:45 A1-B2胜者—B1-A2胜者 半决赛
6月27日 02:45 C1-D2胜者—D1-C2胜者 半决赛
6月30日 02:45 冠亚军决赛 决赛

2008欧洲杯西班牙足球宝贝

六月 06, 2008 in Photos

Yannicke_Gallery_4_1Yannicke_Gallery_4_2Yannicke_Gallery_4_3Yannicke_Gallery_4_4
(more…)