显示标签为“系统相关”的博文。显示所有博文
显示标签为“系统相关”的博文。显示所有博文

2009年3月12日星期四

系统启动,关机没有声音

我原来也出过这种情况,开关机/QQ网上视频无声,但在本机或网上听歌有声音,玩单机游戏也有声音.我开始也和你一样重装这又装那,还是不好,累了我1天.后来无意间看到个方法,于是解决了,妈的那方法还没被人评为最佳,日我找的那辛苦!
办法A:
   使用“windows优化大师”的恢复功能,“把文件系统的各项属性恢复为windows默认值”,重启系统后,开关机的声音恢复正常。注意下次优化时不要选中“优化windows声音和音频配置”这一项。

办法B:
   通过修改注册表来恢复开关机声音就更加简单。开始--运行--regedit,打开注册表编辑器,找到
HKEY_CURRENT_USER\Control Panel\Sound分支,把子键Beep的键值由“No”改为“yes”即可。

办法C:
   点击开始-运行,输入regedit,回车,这就打开了注册表,点几HKEY-CURRENT-USER,再点击其中的ControlPanel项,再击其下的Sound中的Beep将它的值由No改为Yes重启,是不是又听见久违了的开关机声音了

办法D:
   出现这样的问题是因为你的声音控制程序可能不小心被你删了,你就从别人的电脑C:\WINDOWS\system32这个文件夹里拷贝一个 叫 sndvol32.exe的文件放到你的system32里就可以了。然后在控制面板里选“声音和音频设备”,选中“把音量图标放入任务栏”。再刷新。

办法E:
  (我的问题)就是注册表少东西了,"开始"-"运行"-输 入"regedit"--HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Drivers32,右键点击Drivers32"新建-字符串值"名称为"wavemapper"再右键点它," 修改"-数值数据为msacm32.drv

OK了,最后说下,我是XP的,不晓得方法你能用吗?

2009-3-12我的问题使用了最后的一种方法解决。全部隐藏

2008年12月10日星期三

Internet Explorer 中的 Cookie 的数字和大小限制

Microsoft Internet Explorer complies with following RFC 2109 recommended minimum limitations:

* 至少 300 Cookie
* 至少为 4096 字节每个 Cookie (如度量由组成 Cookie 非终端 Set-Cookie 标头的语法描述中字符的大小)
* 每个唯一的主机或域名称至少 20 个 Cookie

注意 these recommended minimum limitations appear in RFC 2109,section 6.3,"Implementation Limits"。 有关详细信息,请参见"参考"一节。

每个 Cookie 开头名称-值对。 此对之后通过零或用分号分隔的多个属性-值对。 为一个域名称,每个 Cookie 被限制为 4,096 字节。 这个总数可以作为一个名称-值对的 4 千字节 (KB) 存在或为最多 20 个名称 / 值对的总 4 KB。如果计算机没有足够的空间来存储 Cookie,该 Cookie 将被丢弃。 则不截尾取整。 应用程序应使用尽可能少的 Cookie 可能作为小型和一个 Cookie 尽可能。 此外,应用程序应该能够处理 Cookie 的丢失。

如果 Web 应用程序使用多个 19 自定义 Cookie,ASP 会话状态可能会丢失。 Internet Explorer 4.0 和更高版本允许每个域的 20 个 Cookie 总共。 因为如果您使用 20 个或更多自定义 Cookie ASPSessionID 是一个 Cookie,在浏览器被强制删除 ASPSessionID Cookie 并丢失该会话。

若要存储超过 20 个名称 / 值对域的可以通过连接多达该 Cookie 4,096 字节的限制每个 Cookie 几个名称 / 值对创建 Cookie 字典。当前,以便从客户端脚本中检索这些值,您必须分析 Cookie 手动。 但是,Active Server Pages 请求 和 响应 对象包括内置功能使用 Cookie 词典作为词典对象。 following sample code demonstrates of in ASP page cookie dictionary use:


%
Response.Cookies ("MyCookie")("a")="A"
Response.Cookies ("MyCookie")("b")="B"
Response.Cookies ("MyCookie")("c")="C"
Response.Cookies ("MyCookie")("d")="D"
Response.Cookies ("MyCookie")("e")="E"
Response.Cookies ("MyCookie")("f")="F"
Response.Cookies ("MyCookie")("g")="G"
Response.Cookies ("MyCookie")("h")="H"
Response.Cookies ("MyCookie")("i")="I"
Response.Cookies ("MyCookie")("j")="J"
Response.Cookies ("MyCookie")("k")="K"
Response.Cookies ("MyCookie")("l")="L"
Response.Cookies ("MyCookie")("a1")="A"
Response.Cookies ("MyCookie")("b1")="B"
Response.Cookies ("MyCookie")("c1")="C"
Response.Cookies ("MyCookie")("d1")="D"
Response.Cookies ("MyCookie")("e1")="E"
Response.Cookies ("MyCookie")("f1")="F"
Response.Cookies ("MyCookie")("g1")="G"
Response.Cookies ("MyCookie")("h1")="H"
Response.Cookies ("MyCookie")("i1")="I"
Response.Cookies ("MyCookie")("j1")="J"
Response.Cookies ("MyCookie")("k1")="K"
Response.Cookies ("MyCookie")("l1")="L"

Response.Cookies("MyCookie").Expires = "12/31/2001"


For Each strKey In Request.Cookies
Response.Write strKey & " = " & Request.Cookies(strKey) & "

"
If Request.Cookies(strKey).HasKeys Then
For Each strSubKey In Request.Cookies(strKey)
Response.Write "->" & strKey & "(" & strSubKey & ") = " & _
Request.Cookies(strKey)(strSubKey) & "
"
Next
End If
Next
%


Note In Internet Explorer 5.0 and later,can use userData behavior to across sessions persist data. this behavior has greater than cookies capacity。

如果您使用 document.cookie 属性来检索该 Cookie 在客户端,将 document.cookie 属性可以检索仅 4,096 字节。 这个字节总数可以是 4 KB,一名称 / 值对或它可以是具有总大小为 4 KB 的最多 20 个名称 / 值对。

document.getcookie 函数在 Microsoft HTML 中调用 CDocument::GetCookie 方法。

for more information,click to view in Microsoft Knowledge Base article following article number:
820536 Document.Cookie 属性返回一个空字符串

官方看:http://support.microsoft.com/kb/306070/zh-cn

2008年11月18日星期二

王码五笔字根表(98&86)有图例

一款网友做的王码五笔字根表图片,收集一下 希望打/练五笔字根的朋友能够喜欢:













五笔字根助记词
WB-86版五笔字根助记词
11G 王旁青头戋五一
21H 目具上止卜虎皮
31T 禾竹一撇双人立,反文条头共三一
12F 土士二干十寸雨
22J 日早两竖与虫依
32R 白手看头三二斤
13D 大犬三(羊)古石厂
23K 口与川,字根稀
 
33E 月彡(衫)乃用家衣底
 
14S 木丁西
24L 田甲方框四车力
34W 人和八,三四里,
15A 工戈草头右框七
 
25M 山由贝,下框几
 
35Q 金勺缺点无尾鱼, 犬旁留儿一点夕,氏无七(妻)。

41Y 言文方广在四一
 
51N 已半巳满不出己,
  左框折尸心和羽。

42U 立辛两点六门疒
52B 子耳了也框向上

43I 水旁兴头小倒立
53V 女刀九臼山朝西
  
44O 火业头,四点米 54C 又巴马,丢矢矣,
45P 之宝盖,摘礻(示)衤(衣) 55X 慈母无心弓和匕,幼无力。

WB-98版五笔字根助记词

11G 王旁青头五夫一,
21H 目上卜止虎头具,
31T 禾竹反文双人立,
12F 土干十寸未甘雨,
22J 日早两竖与虫依,
32R 白斤气丘叉手提,
13D 大犬戊其古石厂,
23K 口中两川三个竖,
33E 月用力豸毛衣臼,
14S 木丁西甫一四里,
24L 田甲方框四车里,
34W 人八登头单人几,
15A 工戈草头右框七。
25M 山由贝骨下框集。
35Q 金夕鸟儿犭边鱼。

41Y 言文方点谁人去,
51N 已类左框心尸羽,

42U 立辛六羊病门里,
52B 子耳了也乃框皮,

43I 水族三点鳖头小,
53V 女刀九艮山西倒,
  
44O 火业广鹿四点米, 54C 又巴牛厶马失蹄,
45P 之字宝盖补礻衤。 55X 幺母贯头弓和匕。
WB-18030五笔字根助记词
11G 王旁青头戋五一,
21H 目止具头卜虎皮,
31T 禾竹反文双人立,
12F 土士二干十寸雨,
22J 日早两竖与虫依,
32R 白斤气头手边提,
13D 大犬三羊古石厂,
23K 口中一川三个竖,
33E 月乃用舟家衣下,
14S 木丁西在一四里,
24L 田甲方框四车力,
34W 人八登祭把头取,
15A 工戈草头右框七。
25M 山由骨头贝框几。
35Q 金夕犭儿包头鱼。

41Y 言文方广在四一,
51N 已类左框心尸羽,

42U 立辛两点病门里,
52B 子耳了也框上举,

43I 水族三点兴类小,
53V 女刀九巛臼山倒,
  
44O 火里业头四点米, 54C 又巴劲头私马依,
45P 之字宝盖补礻衤。 55X 绞丝互幺弓和匕。

注:11 戋读兼 13 羊指 35 犭读犬 45 衤读衣 53 巛读川 53 臼读旧 54 厶读私 55 幺读腰
高手点题秘诀:学五笔背字根就像张无忌学太极拳——记得越多,越是生疏。当然,必须是先记得滚瓜烂熟,然后再遗忘得一干二净,那才是高! 这道理就像一个经过打拼成功后的男人在树荫下乘凉,与另一穷汉在树荫下乘凉,完全两码事。

86 98 五笔字型表

五笔(86)部分难拆字表

王码五笔字型助记词助你快速记忆字根



五笔(98)部分难拆字表

王码五笔字型助记词助你快速记忆字根


86 五笔一级简码

王码五笔字型助记词助你快速记忆字根


五笔86二级简码

王码五笔字型助记词助你快速记忆字根


五笔98二级简码


王码五笔字型助记词助你快速记忆字根

2008年11月17日星期一

You cannot prevent Internet Explorer 6 from caching HTTP pages by using META tags

SYMPTOMS


loadTOCNode(1, 'symptoms'); You create an HTML page that prevents page caching by using the following META tags.
<meta http-equiv="Pragma" content="no-cache"/>
<meta http-equiv="cache-control" content="no-cache"/>
<meta http-equiv="Expires" content="-1"/>

However, when you use Microsoft Internet Explorer 6 to browse the page from a Web server in HTTP, the page is still available in the cache.

CAUSE


loadTOCNode(1, 'cause'); This issue occurs when the connection to the Web server is not a Secure Sockets Layer (SSL) connection. Over ordinary connections, MSHTML will only read the Expires tag, and Internet Explorer will set the Expiration header based on the Expires tag content value.

RESOLUTION



loadTOCNode(1, 'resolution'); To resolve this issue, set the Expires header and the No-cache header on the Web server that is hosting the HTML files that you do not want to be cached. On the Web server, you can set the Expires header and the No-cache header on the following items:

Web site
Directory
File

Therefore, you can control how files are cached on the client computer for these items.

For more information about content expiration in Internet Information Services (IIS), see the "Enabling Content Expiration" topic in the "Web Site Management" section of the IIS online documentation. The following is a link to IIS Help if you have IIS installed on the computer: http://localhost/iishelp (http://localhost/iishelp) For more information about how to configure IIS 5.0 for content expiration, click the following article number to view the article in the Microsoft Knowledge Base: 313561 (http://support.microsoft.com/kb/313561/) How to set HTTP headers for content expiration in Internet Information Services (IIS) 5.0 For more information about how to set the Expires header and the No-cache header for other Web server software, see the Web server's documentation.

WORKAROUND



loadTOCNode(1, 'workaround'); To work around this issue, use one of the following methods.

Method 1: Use SSL



loadTOCNode(3, 'workaround'); Serve the pages through an SSL connection. For more information about how to use SSL in IIS, click the following article number to view the article in the Microsoft Knowledge Base: 299875 (http://support.microsoft.com/kb/299875/) How to implement SSL in IIS

Method 2: Use an ASP file



loadTOCNode(3, 'workaround'); Use an ASP file to set the headers in the response from the Web server. The following is an example of a response.
<%Response.CacheControl = "no-cache" %>
<% Response.AddHeader"Pragma", "no-cache" %>
<% Response.Expires = -1 %>

For more information about how to configure ASP pages, click the following article numbers to view the articles in the Microsoft Knowledge Base:

2008年11月15日星期六

Windows Internet Explorer 7 for Windows XP download 下载

IE7 for SP3版5月6日终于在官方下载中心提供下载了
文件名: IE7-WindowsXP-x86-chs.exe
版本: 7.0
发布日期: 2008/5/6
语言: 简体中文
下载大小:14.0 MB

系统要求
支持的操作系统: Windows XP Service Pack 2; Windows XP Service Pack 3


地址:http://www.microsoft.com/downloads/details.aspx?FamilyID=9ae91ebe-3385-447c-8a30-081805b2f90b&DisplayLang=zh-cn

注意:
检查MD5,和以前的Internet Explorer 7.0.5730.13 简体版是一摸一样的,数字签名也是07年9月26号。可是不知道为什么写着更新日期是08年5月6日!!!

说明
在“文件下载”对话框中,执行以下操作之一:
要立即开始安装,请单击“打开”或“在当前位置运行该程序”。
要将下载项复制到计算机供以后安装,请单击“保存”或“将该程序保存到磁盘”。
有关已选定的下载项的详细信息(包括所有详细的安装说明),请返回 下载信息页.
如果 30 秒之后下载仍未开始,请单击此链接: 开始下载.
相关资源
Internet Explorer 团队博客
Internet Explorer 7 发行说明
Internet Explorer 网站
其他用户正在下载的内容
其他曾下载了 Windows Internet Explorer 7 for Windows XP 的用户还同时下载了:
Internet Explorer 7 for Windows XP 安全更新程序 (KB947864)
Internet Explorer 6 Service Pack 1
Internet Explorer 7 for Windows XP 安全更新程序 (KB950759)
Internet Explorer 7 for Windows XP Service Pack 2 安全更新程序 (KB931768)
Windows Live Messenger (2008 版)
相关下载
Windows Internet Explorer 7 for Windows Server 2003 SP1 or Windows Server 2003 SP2
用于 Windows Server 2003 x64 Edition 和 Windows XP x64 Edition 的 Windows Internet Explorer 7

2008年11月7日星期五

TP-LINK产品复位大全(路由器初始化恢复出厂默认值)

宽带路由器类:

1)、具有M1、M2灯的TL-R4XX路由器复位方法:

在路由器的前/后面板上有一个小孔,旁有单词:Reset;
关闭路由器的电源,找一如笔尖类的尖物按住Reset键;
给路由器加电,等待约3-10秒钟,待M1和M2灯同时闪烁三次后可松手,复位成功;
注意复位后路由器将会恢复为出厂设置,默认登陆IP是192.168.1.1;默认用户名和密码是admin/admin,登陆时请注意 你的电脑的IP地址是不是在192.168.1.0网段!

2)、不具有M1、M2灯的路由器复位方法:

TL-R420复位方法:按下reset键约2秒后松开,路由器将恢复到出厂默认值。默认管理地址:192.168.1.1,默认用户名口令:admin/admin;

TL-R400+复位方法:关闭电源,按住reset按钮,然后打开电源,约过5秒钟松开按钮,路由器将恢复到出厂默认值。默认管理地址:192.168.123.254,默认用户名口令:admin/admin;

TL-R400 复位方法:按下reset键约2秒后松开,路由器将恢复到出厂默认值。默认管理地址:192.168.123.254,默认用户名口令:admin/admin。

无线类:

1)、无线路由器的复位方法:

TL- WR3xx/TL-WR5xx/TL-WR6xx复位方法:先关闭电源,然后按住RESET键不放,这时候再开启电源,等到system灯快闪三次后松开 RESET键,路由器将恢复到出厂默认值。默认管理地址:192.168.1.1,默认用户名口令:admin/admin;

TL-WR240+/WR240 2.0复位方法:在加电情况下按住RESET按钮约10秒钟后松手,路由器将恢复到出厂默认值。默认管理地址:192.168.1.1,默认用户名口令:admin/admin;

WR245 1.0版复位方法:加电状态下,按住RESET键5秒钟以上,路由器将恢复到出厂默认值。默认管理地址:192.168.1.1,默认用户口令admin/admin;

WR245 2.0 复位方法:关闭电源,按住此按钮,然后打开电源,约过3秒钟,System指示灯先灭后亮,路由器将恢复到出厂默认值。默认管理地址:192.168.1.1,默认用户名口令:admin/admin。

2)、无线AP的复位方法:

TL-WA501G复位方法:先关闭电源,然后按住RESET键不放,这时候再开启电源,经过3秒钟,SYSTEM灯先灭后亮,AP将恢复到出厂默认值。默认管理地址:192.168.1.1,默认用户名口令:admin/admin;

TL- WA200/TL-WA200+复位方法:加电状态按住RESET按钮5-10秒,当WLAN指示灯由熄灭变为慢慢闪亮,表示复位成功;3.0版本的IP 地址为192.168.1.100,默认用户名密码 admin/admin,而3.1版本的IP地址为192.168.1.1,默认用户名密码 admin/admin。

交换机类:

具有reset键的交换机:TL-SL2210web、TL-SL2218web、TL-SL2428web、TL-SL2452web、TL- SG2109web、TL-SG2216web、TL-SG2224web。这几款交换机复位方法与路由器的复位方法相同:先断电,按住RESET键不松手,通电同时,看到所有灯都闪烁即复位成功。默认管理地址是192.168.0.1,默认用户名和密码是supervisor/supervisor;

TL- SF2226P+/TL- SL2226P+复位方法:使用TP-LINK SSU管理程序,点击“设备”->“恢复出厂设置”,交换机将恢复到出厂默认值。默认管理地址是192.168.0.100,默认用户名和密码是admin/admin;

TL-SF2108P, TL-SF2109P, TL-SF2808P, TL-SF2216P, TL-SF2224P, TL-SF2232P, TL-SL2226P, TL-SF2008, TL-SF2117P, TL-SF1016V, TL-SF1024V, TL-SG2008复位方法:这系列交换机使用TP-LINK SSC程序进行管理,不需要使用用户名和密码即可登录;

TL- SF3226P,TL-SF3008、TL-SF3117P和部分WEB管理型交换机复位方法:通过串口连接交换机,使用超级终端登陆交换机,在启动交换机之前有一个提示界面,按CTRL—B键进入bootmenu,看到“Please Input Bootrom password:”后直接回车,然后在出现的界面里选择“3:Restore factory default setting”,将交换机恢复到出厂设置,最后选择“5:Reboot”即可。默认管理地址是192.168.0.1,默认用户名和密码是 supervisor/supervisor。

ADSL类:

TD-8800复位方法:在不断电的情况下,连续按reset键三次,指示灯全部闪烁,复位成功。默认管理地址:192.168.1.1,默认用户名口令:admin/admin;

TD-8810/ TD-8610复位方法:先断电,再按住reset键,然后打开电源,等待大约3秒钟,复位成功。默认管理地址:192.168.1.1,默认用户名口令:admin/admin;

TD-8830/ TD-8831复位方法:在不断电的情况下,按住reset键持续10秒钟左右,然后松开,复位成功。默认管理地址:192.168.1.1,默认用户名口令:admin/admin。

2008年11月6日星期四

谷歌浏览器Chrome的用户代理字符串 User Agen

浏览器头信息中 User Agent 字符串提供该浏览器最重要的识别信息。以下是 Google Chrome 谷歌浏览器的 User Agent:
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/525.13 (KHTML, like Gecko) Chrome/0.2.149.29 Safari/525.13
从中可以得出,Google Chrome 使用 Apple WebKit 引擎,因此浏览效果类似于 Safari。果然,除 Safari 使用自家的字体渲染技术外,Google Chrome 效果大致与 Safari 相当。加上速度极快的V8引擎解析Javascript,使 Google Chrome 体验要远超 Safari。

比较 Internet Explorer 7 的 User Agent:
Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; InfoPath.1; .NET CLR 2.0.50727)
比较 Firefox 3.0.1 的 User Agent:
Mozilla/5.0 (Windows; U; Windows NT 5.1; zh-CN; rv:1.9.0.1) Gecko/2008070208 Firefox/3.0.1
在网页开发中,这些数据是很有用的。最常用的地方就是 Javascript 判断浏览器,从而执行不同的指令Hack浏览器或者运行不同的效果。

浏览器的 User Agent 详解

userAgent是一个只读字符串,声明了浏览器用于HTTP请求的用户代理头的值,User Agent 字符串在每次浏览器 HTTP 请求时发送到服务器,所以服务器就知道了用户是使用什么浏览器来访问的。一般说来,它是在navigator.appCodeName的值之后加上斜线和 navigator.appVersion的值构成的。

例如User Agent 字串为:
Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 2.0.50727; Maxthon 2.0)
表示使用 Maxthon 2.0 浏览器,使用 IE7 内核,操作系统为 Windows XP.

附:什么是Windows NT

Windows NT是基于OS/2 NT的基础编制的。OS/2是由微软和IBM联合研制,分为微软的Microsoft OS/2 NT与IBM的IBM OS/2。协作后来不欢而散,IBM继续向市场提供先前的OS/2版本,而微软则把自己的OS/2 NT的名称改为Windows NT,即第一代的Windows NT 3.1。Windows NT是纯32位操作系统,采用先进的NT核心技术。NT即新技术(New Technology)。

Windows NT是Microsoft推出的面向工作站、网络服务器和大型计算机的网络操作系统,也可做PC操作系统。它与通信服务紧密集成,提供文件和打印服务,能 运行客户机/服务器应用程序,内置了Internet/Intranet功能,已逐渐成为企业组网的标准平台。

Windows NT引入了NTFS、共享、用户账户、域、工作群组、权利、权限、安全审核等概念。

下面是微软发布的Windows NT的主要版本:

Microsoft Windows NT 3.1

Microsoft Windows NT 3.5

Microsoft Windows NT 3.51

Microsoft Windows NT 4.0

从5.0版开始,Windows NT只是简单地称为Windows了,下面的版本是后来的版本:

Microsoft Windows 2000 (Windows NT 5.0)

Microsoft Windows XP (Windows NT 5.1)

Microsoft Windows Server 2003 (Windows NT 5.2)

2007年1月30日,微软正式发行了最新的NT版本:

Microsoft Windows Vista (6.0)


对于 Web 开发人员,可以通过编程来识别出使用什么浏览器访问本站点.

例如:

在 ASP.NET 中使用 Request.Header[”User-Agent”] 得到浏览器的 User Agent,也可以使用 Request.UserAgent 来获取;

Java 中使用 request.getHeader(”User-Agent”) 来获得;

PHP 中的相应代码如下:$_SERVER[HTTP_USER_AGENT].

傲游 1.x 系列的 UserAgent 值是 “Maxthon”,傲游 2.0 的 UserAgent 值是 “Maxthon 2.0″.

所以只需要通过程序在 User-Agent 字符串中查找是否出现 “Maxthon” 或者 “Maxthon 2.0″,就能够知道用户是否通过傲游访问该站点.



2008年10月30日星期四

TortoiseCVS 介绍 下载

TortoiseCVS是Windows平台上最最简单最最方便的CVS工具,如果你使用了TortoiseCVS之后,你一定会把WinCVS立刻扔掉。

TortoiseCVS的特点就是完全结合到资源管理器的鼠标右键菜单中进行操作,异常简单和方便,对于任何有过CVS使用经验的人来说,掌握TortoiseCVS不会超过1分钟的时间,那么下面请你花1分钟时间把帖子看完,就已经学会了TortoiseCVS。

Tortorise下载网址:
http://www.xdowns.com/soft/38/39/2008/Soft_40371.html

下载完毕,双击运行安装程序,安装完毕一定要重新启动Windows,否则右键菜单没有显示出来。

详细请看:http://www.redsaga.com/CVS_newbie_win32/TortoiseCVS.html

虽然版本有点旧,应该还是有帮助的.

Cisco VPN Client v5.0.04 下载 downloads

English Product Description:for fixdown.com
The Cisco VPN Client for Windows is software that runs on a Microsoft
Windows -based PC. The VPN Client on a remote PC, communicating with a
Cisco Easy VPN server on an enterprise network or with a service provider,
creates a secure connection over the Internet. Through this connection you
can access a private network as if you were an on-site user. Thus you have
a Virtual Private Network (VPN). The server verifies that incoming
connections have up-to-date policies in place before establishing them.
Cisco IOS, VPN 3000 Series Concentrators, and PIX central-site servers can
all terminate VPN connections from VPN Clients. As a remote user (low speed
or high speed), you first connect to the Internet. Then you use the VPN
Client to securely access private enterprise networks through a Cisco VPN
server that supports the VPN client.

方便使用记录下载地址:http://www.fixdown.com/hk/Network/download_287.htm

2008年10月27日星期一

What does (Aborted) mean in HttpWatch?

What does (Aborted) mean in HttpWatch?

The result column in HttpWatch may sometimes display the value (Aborted) instead of an HTTP status code:

(Aborted)

(Aborted) is one of three pseudo status codes that are used in HttpWatch to display information about HTTP requests that did not receive a status code from the server:

  • (Aborted)
  • (Cache)
  • ERROR_*

The last two values are fairly straight forward. The (Cache) result is displayed when content is read directly from the browser cache with no network round-trip. If there’s no network round-trip, there’s no HTTP status code returned from the server. And the ERROR_* result (e.g. ERROR_INVALID_URL) is used when a request fails to complete because an error was detected by Internet Explorer.

The (Aborted) value is more complex in its origin. It occurs when IE has started to process the request for a URL (e.g. to download an image), but then decides to cancel the operation. Here are some examples of when this can occur:

  1. If you click on a link or bookmark while a page is downloading, or click on IE’s Stop button, you will see that IE cancels any requests which are still active and HttpWatch shows the (Aborted) result.
  2. A CSS rollover image on a page will start a request when the mouse pointer is moved into its active area. If the mouse pointer quickly moves away again, IE may abort the request if it has not already completed.
  3. Sometimes javascript is used to fire off requests for background tasks or to gather statistics on a page. Often this can lead to aborted results if the javascript does not wait for the response to be received from the server.

A common question is “Will our server receive requests that ended up being aborted?”. The answer is that it depends when the request was aborted. By looking at the timing chart in HttpWatch you can determine how far the request was through its normally processing cycle before it was cancelled.

Here’s an example of a request that was aborted while a connection was being made:

Aborted while connecting

The server would not have received the HTTP request message in this case, because the Send state was not reached.

The request shown below was aborted when IE was awaiting a response and therefore the request would have been delivered to the server:

Aborted while waiting

The presence of an (Aborted) entry in an HttpWatch log file is often just a consequence of the way that the user is interacting with a web site, rather than an indication that something has gone wrong.

使用标签来触发一个请求,但是这个请求却不是一个存在的文件,往往就会报这种错误,比如我们的首页。

经典五笔2.0-王码五笔86版优化

一个精品输入法要经得起各种输入环境的考验,经典五笔以稳定大于一切为宗旨,在传统86版五笔的基础上,提升了多项适用功能。

传统输入法一般具有以下功能:
1、全角半角切换。
2、中英文切换。
3、光标跟随。
4、编码查询。
5、软键盘输入。
6、手工造词。
7、词语联想等功能。

经典五笔入法在继承传统五笔的众多适用功能后,增加以下超强功能:
1、繁体输出功能,能方便港、台地区的用户和国内特定情况下的用户使用。
2、有GB2312、GB18030、 GBK、UNICODE四种标准字符集,可以说是当今输入法中能输出最多字符的超强输入法,为了避免重码过多,字符集可供用户自由选择。
3、空格键直截上屏和回车键直截清屏弥补了传统输入法的不足之处。
4、为了提高专业用户的输入速度,增加了;‘两键可选择2、3重码的选项,此方式也可由用户根据自已的使用习惯选择。
5、具有七万多的常用精选词组,在考虑词组时注重“精”而不是“量”,避免词组过多的而产生累赘的重码,从而提高输入速度。
6、增加可选项,用左Shift键切换中英文输入,不需用鼠标操作即可进入英文状态,方便适用。7、可启用,。进行翻页功能,减少了选词组时必须用“- +或Page up Page Down”的麻烦。
8、本品选用经典界面,上手容易,适合多种Windows..


其中个人使用这个版本的原因是第6点 (用左Shift键切换中英文输入,不用每次按两个键CTRL+SPACE)