Saturday, April 23, 2011

SyntaxHighlighter代码高亮

% !TEX TS-program = xelatex
% !TEX encoding = UTF-8

% This is a simple template for a XeLaTeX document using the "article" class,
% with the fontspec package to easily select fonts.

\documentclass[10pt]{ctexart}  % use larger type; default would be 10pt
\setCJKfamilyfont{xinximingti}{PMingLiU}

\pagestyle{plain}

\usepackage{makeidx}
\usepackage{latexsym,bm,amsfonts,amssymb,mathrsfs}
\usepackage{fontspec} % Font selection for XeLaTeX; see fontspec.pdf for documentation
\usepackage{xunicode} % Unicode support for LaTeX character names (accents, European chars, etc)
\usepackage{xltxtra} % Extra customizations for XeLaTeX % other LaTeX packages.....
\usepackage{geometry} % See geometry.pdf to learn the layout options. There are lots.
\geometry{a4paper} % or letterpaper (US) or a5paper or....
\usepackage[parfill]{parskip} % Activate to begin paragraphs with an empty line rather than an indent
\usepackage{graphicx} % support the \includegraphics command and options
\usepackage{xcolor}
\usepackage{indentfirst}

%\setlength{\voffset}{-15.4mm}
%\setlength{\hoffset}{-2.4mm}
\setlength{\parskip}{0pt}

%\addtolength{\hoffset}{-2.5cm}
%\addtolength{\textwidth}{2cm}

%\linespread{1}
\makeindex   %激活索引命令

\title{\LaTeXe{}学习笔记}

Prettifier代码高亮

% !TEX TS-program = xelatex
% !TEX encoding = UTF-8

% This is a simple template for a XeLaTeX document using the "article" class,
% with the fontspec package to easily select fonts.

\documentclass[10pt]{ctexart}  % use larger type; default would be 10pt
\setCJKfamilyfont{xinximingti}{PMingLiU}

\pagestyle{plain}

\usepackage{makeidx}
\usepackage{latexsym,bm,amsfonts,amssymb,mathrsfs}
\usepackage{fontspec} % Font selection for XeLaTeX; see fontspec.pdf for documentation
\usepackage{xunicode} % Unicode support for LaTeX character names (accents, European chars, etc)
\usepackage{xltxtra} % Extra customizations for XeLaTeX % other LaTeX packages.....
\usepackage{geometry} % See geometry.pdf to learn the layout options. There are lots.
\geometry{a4paper} % or letterpaper (US) or a5paper or....
\usepackage[parfill]{parskip} % Activate to begin paragraphs with an empty line rather than an indent
\usepackage{graphicx} % support the \includegraphics command and options
\usepackage{xcolor}
\usepackage{indentfirst}

%\setlength{\voffset}{-15.4mm}
%\setlength{\hoffset}{-2.4mm}
\setlength{\parskip}{0pt}

%\addtolength{\hoffset}{-2.5cm}
%\addtolength{\textwidth}{2cm}

%\linespread{1}
\makeindex   %激活索引命令

\title{\LaTeXe{}学习笔记}

Foobar2000 1.1.6 Final

Foobar2000 是一个非常非常值得推荐的多媒体播放器!程序体积非常小巧,运行时只占有1.9M内存,5%左右的CPU资源,资源消费很小,界面朴素,没有Skin和其他多余的东西,简单就是一种美。
foobar2000 1.1.6 Final:
Improved performance when playing very short tracks.
Improved tag compatibility with other software.
“Album artist” is mapped to ID3v2 TPE2 like in WMP/iTunes.
Support for iTunes “itunescompilation” tags, in MP3/ID3v2 and MP4.
ID3v2.3 tags are now written by default since version 2.4 seems to be widely ignored by software vendors.
Added support for multi-value WMA tags.
Read more about tagging changes
Improved reading of MP3 encoding information headers written by alpha versions of LAME.
ReplayGain scanner now uses libebur128 for improved accuracy.

下载:foobar2000 1.1.6

Tuesday, April 19, 2011

代码高亮

<div align="left">
<b:if cond='data:blog.pageType == "item"'>
<script type="text/javascript"><!--
google_ad_client = "ca-pub-4188099146370791";
/* Chu's Mirror 300x250 */
google_ad_slot = "6275169557";
google_ad_width = 300;
google_ad_height = 250;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</b:if>
</div>

普通代码引用

<div align="left">
<b:if cond='data:blog.pageType == "item"'>
<script type="text/javascript"><!--
google_ad_client = "ca-pub-4188099146370791";
/* Chu's Mirror 300x250 */
google_ad_slot = "6275169557";
google_ad_width = 300;
google_ad_height = 250;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</b:if>
</div>

Latex导言区代码


% !TEX TS-program = xelatex
% !TEX encoding = UTF-8

% This is a simple template for a XeLaTeX document using the "article" class,
% with the fontspec package to easily select fonts.

\documentclass[10pt]{ctexart}  % use larger type; default would be 10pt
\setCJKfamilyfont{xinximingti}{PMingLiU}

\pagestyle{plain}

\usepackage{makeidx}
\usepackage{latexsym,bm,amsfonts,amssymb,mathrsfs}
\usepackage{fontspec} % Font selection for XeLaTeX; see fontspec.pdf for documentation
\usepackage{xunicode} % Unicode support for LaTeX character names (accents, European chars, etc)
\usepackage{xltxtra} % Extra customizations for XeLaTeX % other LaTeX packages.....
\usepackage{geometry} % See geometry.pdf to learn the layout options. There are lots.
\geometry{a4paper} % or letterpaper (US) or a5paper or....
\usepackage[parfill]{parskip} % Activate to begin paragraphs with an empty line rather than an indent
\usepackage{graphicx} % support the \includegraphics command and options
\usepackage{xcolor}
\usepackage{indentfirst}

%\setlength{\voffset}{-15.4mm}
%\setlength{\hoffset}{-2.4mm}
\setlength{\parskip}{0pt}

%\addtolength{\hoffset}{-2.5cm}
%\addtolength{\textwidth}{2cm}

%\linespread{1}
\makeindex   %激活索引命令

\title{\LaTeXe{}学习笔记}

重慶晚報懷念“谷歌”:網絡神獸古鴿遷移記

博讯编者按:网 络神兽、搜索隐禽,似乎是暗示“谷歌”。“古鸽”在中 国内地绝迹,和谷歌转移香 港,很相符。此文大陆网站多已经删除。

古鸽是一种目前在中国境内濒临灭绝的鸽属鸟类,是一种搜索隐禽。

此鸟起源于北美洲,据生物学家考证其祖先生 活在相当于今天的美 国加州圣克拉拉县的山景城附近。在20世纪末至21世 纪初的一段时间,它曾经遍布世 界各地,但在2010年3月23日以后,该鸟类开始大 规模往中国南部沿海的一个港口迁徙,从此在中国内地绝迹。

据环保人士的谨慎假设,怀疑该鸟类的异常行为和最近全 球气候极端化,特别是中国近几年来频发的大面积生态、 环境、气候和地质灾害有关。遭遇问题,它没有像草泥马一样顽强地生存下来,而是举族迁徙,这被全球各地的一些动 物爱好者所鄙视。

古鸽被认为是目前所有鸽属鸟类的真正祖先。所以被称为“古鸽”。

外形特征

身披蓝、黄、红、绿四色羽毛,比家鸽体型稍大。鸣叫声和英文单词“googol”类似,美洲印第安人认为其叫声代表了“难以置信的数量”的意思,数学 家经过严谨的考证计算,认为这个数量大概是10的100次方。

生活环境

古鸽具有超强的环境适应能力,并且总能在短期内进化出本地化的新品种。例如目前数量较多的有美国古鸽、日 本古鸽、英国古鸽等亚种。由于生物考古学的研 究证明古鸽起源于美国,一般我们把美国古鸽简称为古 鸽,其他地区的亚种冠以当地国名。

初步研究表明,古鸽的离去很可能导致另一种长着熊爪,酷似古鸽,却又习性不同的猛禽类——犤毒鸟,这种古书中传 说的本土鸟类数量呈爆炸性增长,最终迫使中国内地居民 不得不使用这种带有剧毒、性情凶狠、只以中文作为鸣叫声、以钱币为食的上古神兽级猛禽,以代替古鸽的部分功能。

生活习性

群居,一个国家的古鸽族群有各种不同的擅长功能。古鸽以各种印有文字的物体为食,并会自动评估该食物的权重,最终以极复杂的算法决定下一次进食的优先 选择顺序。

已知古鸽的天敌有河蟹、中国蚊祚蟹等蟹类生物。

种群现状

全球约有120,000,000,000只古鸽,但是中国内地目前已经基本绝迹,原中国古鸽大规模往中国香港迁徙。所以,目前全球古鸽的种群数量呈下 降趋势。

不少动物爱好者已于2010年3月23日晚前往位于北 京鸟关村的古鸽园进行悼念活动。

http://peacehall.com/news/gb/china/2010/03/201003272156.shtml

Wednesday, April 6, 2011

总结各类系统下安装IPv6的方法

◆Redhat Linux
(1)修改/etc/sysconfig/network文,加入列配置文本:NETWORKING_IPV6=yes
(2)运行命令:service networkre start
(3)命令ifconfig-a查看IPV6地址信息

◆其它Linux
(1)检查当系统否支持IPV6
test-f/proc/net/if_inet6&&echo"Running kernelis IPV6 ready"
(2)载入IPV6
如果没有安装成功,命令mod probe IPV6载入IPV6。
(3)检查否确载入IPV6
lsmod|grep-w'IPV6′&&echo"IPV6 module successfully loaded"

◆Windows XP
在命令行窗口下,输入下列命令
IPV6 install
注:Windows XP建议使用ISATAP隧道方式,不建议用tunnel broker

◆Windows 2003 Server
在命令行窗口下,输入下列命令
net shinter face IPV6 install
注:Windows 2003 Server建议使用ISATAP隧道方式,不建议用tunnel broker

◆Windows 2000
先下载文件,解压后,进入tcpIPV6-001205-SP4-IE6setup目录,运行hotfix.exe。
IPV6驱动安装完毕后,重启计算机。
进入控制面板,"网络和拨号连接",右击"本地连接",点击属性,打开"本地连接属性",点击"安装"按钮,选择"协议",点击"添加…",选择"Microsoft IPV6 Protocol",点击确定。
IPV6协议栈安装完毕。

◆FreeBSD
FreeBSD在版本4.0-RELEASE后,已集成KAME IPV6 Stack,缺省支持IPV6
在/etc/rc.conf文件中加入下列配置文本
IPV6_enable="YES"
reboot重启计算机
可阅读FreeBSD Hand book中IPV6部分获得更详细信息。

◆Solaris
运行下列命令
touch/etc/hostname6.hme0
修改/etc/nsswitch.conf,寻找hosts和ipnodes字符串,修改如下
hosts:filesdns
ipnodes:filesdns
运行reboot命令重启计算机
转自:https://psblog.name/2010/10/4373.html

Friday, April 1, 2011

Windows 7和Windows vista的宽带连接有哪些错误提示

  600 An operation is pending. 一项未定的操作。 
  601 The port handle is invalid. 该端口控制器不可用。 
  602 The port is already open. 该端口已经打开。 
  603 Caller's buffer is too small. 呼叫缓冲器太小。 
  604 Wrong information specified. 错误的定义内容。 
  605 Cannot set port information. 不能设置端口内容。 
  606 The port is not connected. 该端口不能够被连接。 
  607 The event is invalid. 该事件无效。 
  608 The device does not exist. 此类设备不存在。 
  609 The device type does not exist. 没有该设备类型。 
  610 The buffer is invalid. 缓冲器不可用。 
  611 The route is not available. 不可用的路线。 
  612 The route is not allocated. 该路线不能够被分配。 
  613 Invalid compression specified. 无效的压缩说明。 
  614 Out of buffers. 缓冲器溢出。 
  615 The port was not found. 端口没有找到。 
  616 An asynchronous request is pending. 未定的非同步请求。 
  617 The port or device is already disconnecting. 该端口或驱动器正在被断开连接。 
  618 The port is not open. 该端口不能被打开。 
  619 The port is disconnected. 该端口不能被拆除。 
  620 There are no endpoints. 这没有端点。 
  621 Cannot open the phone book file. 不能打开电话本。 
  622 Cannot load the phone book file. 不能装入电话本。 
  623 Cannot find the phone book entry. 不能找到电话本入口。 
  624 Cannot write the phone book file. 不能写入电话本。 
  625 Invalid information found in the phone book. 在电话本中存在不可用内容。 
  626 Cannot load a string. 不能装入字符串。 
  627 Cannot find key. 没有找到关键字。 
  628 The port was disconnected. 该端口不能被连接。 
  629 The port was disconnected by the remote machine. 该端口不能被远程计算机连接。 
  630 The port was disconnected due to hardware failure. 该端口因为硬件设备故障而不能被连接。 
  631 The port was disconnected by the user. 该端口不能被当前用户连接。 
  632 The structure size is incorrect. 结构大小是正确的。 
  633 The port is already in use or is not configured for Remote Access dial out. 该端口已经被使用或不能被配置为远程访问使用。 
  634 Cannot register your computer on the remote network. 不能在远程网络上注册你的计算机。 
  635 Unknown error. 未知错误。 
  636 The wrong device is attached to the port. 一个错误的设备被连接到该端口。 
  637 The string could not be converted. 该字符串不能够被转换。 
  638 The request has timed out. 请求超时。 
  639 No asynchronous net available. 没有可用的异步通讯网络。 
  640 A NetBIOS error has occurred. 产生一个NETBIOS错误。 
  641 The server cannot allocate NetBIOS resources needed to support the client. 该服务不能分配NETBIOS资源为用户所使用。 
  642 One of your NetBIOS names is already registered on the remote network. 你的NETBIOS名字中的一个已经在远程网络中被注册。 
  643 A network adapter at the server failed. 网卡的此项服务有问题。 
  644 You will not receive network message popups. 你不能收到POPUPS的网络消息。 
  645 Internal authentication error. 内部鉴定错误。 
  646 The account is not permitted to log on at this time of day. 这个帐号在当天的这个时间不允许被登陆。 
  647 The account is disabled. 这个帐号已经被禁止。 
  648 The password has expired. 该密码已经中止。 
  649 The account does not have Remote Access permission. 该帐号没有远程访问权限。 
  650 The Remote Access server is not responding. 远程访问服务没有被响应。 
  651 Your modem (or other connecting device) has reported an error. 你的MODEM或其他网路设备报告一个错误。 
  652 Unrecognized response from the device. 来自该设备未被认可得的响应。 
  653 A macro required by the device was not found in the device .INF file section. 该设备必须得宏在该设备的INF文件中没有被找到。 
  654 A command or response in the device .INF file section refers to an undefined macro。 在该设备INF文件中的一条命令或响应提供了一个未定义的宏。 
  655 The macro was not found in the device .INF file section. 该"message"宏在该设备INF文件中不能被发现。 
  656 The macro in the device .INF file section contains an undefined macro. 该"defaultoff"宏在该设备INF文件中包含了一个未定义的宏。 
  657 The device .INF file could not be opened. 该设备的INF文件不能被打开。 
  658 The device name in the device .INF or media .INI file is too long. 在INF文件中设备名或在INI文件中的介质说明太长。 
  659 The media .INI file refers to an unknown device name. 该媒体的INI文件提供了一个未知的设备名。 
  660 The device .INF file contains no responses for the command. 该设备的INF文件包含对该命令不响应的内容。 
  661 The device .INF file is missing a command. 该设备的INF文件丢失一条命令。 
  662 Attempted to set a macro not listed in device .INF file section. 试图设置的一个宏在设备的INF文件中没有列出。 
  663 The media .INI file refers to an unknown device type. 媒体INI文件提供了一个未知的驱动器类型。 
  664 Cannot allocate memory. 无法分配内存。 
  665 The port is not configured for Remote Access. 该端口没有给远程访问配置权限。 
  666 Your modem (or other connecting device) is not functioning. 你的MODEM或其他通讯设备当前是不活动的。 
  667 Cannot read the media .INI file. 无法读取媒体INI文件。 
  668 The connection dropped. 掉线。 
  669 The usage parameter in the media .INI file is invalid. 在媒体INI文件中使用参数无效。 
  670 Cannot read the section name from the media .INI file. 无法从媒体INI文件中读取段名。 
  671 Cannot read the device type from the media .INI file. 无法从媒体INI文件中读取驱动器类型。 
  672 Cannot read the device name from the media .INI file. 无法从媒体INI文件中读取驱动器名称。 
  673 Cannot read the usage from the media .INI file. 无法从媒体INI文件中获得用法。 
  674 Cannot read the maximum connection BPS rate from the media .INI file. 无法从媒体INI文件中读取最大连接BPS速率。 
  675 Cannot read the maximum carrier BPS rate from the media .INI file. 无法从媒体INI文件中读取最大载波BPS速率。 
  676 The line is busy. 线路忙。 
  677 A person answered instead of a modem. 人工应答替代MODEM。 
  678 There is no answer. 没有应答。 
  679 Cannot detect carrier. 不能侦测到载波。 
  680 There is no dial tone. 没有拨号音。 
  681 General error reported by device. 设备报告的一般性错误。 
  682 ERROR WRITING SECTIONNAME 写段名错误。 
  683 ERROR WRITING DEVICETYPE 写设备类型错误。 
  684 ERROR WRITING DEVICENAME 写设备名错误。 
  685 ERROR WRITING MAXCONNECTBPS 写最大连接BPS错误。 
  686 ERROR WRITING MAXCARRIERBPS 写最大载波BPS错误。 
  687 ERROR WRITING USAGE 写用法错误。 
  688 ERROR WRITING DEFAULTOFF 错误提示:写默认设备。 
  689 ERROR READING DEFAULTOFF 错误提示:读默认设备。 
  690 ERROR EMPTY INI FILE 错误提示:INI文件空。 
  691 Access denied because username and/or password is invalid on the domain. 访问被拒绝是因为在本局域网中用户名或者密码无效。 
  692 Hardware failure in port or attached device. 端口或者附属设备的硬件有故障。 
  693 ERROR NOT BINARY MACRO 错误提示:没有二进制的宏。 
  694 ERROR DCB NOT FOUND 错误提示:DCB没有被发现。 
  695 ERROR STATE MACHINES NOT STARTED 错误提示:机器设备没有被启动。 
  696 ERROR STATE MACHINES ALREADY STARTED 错误提示:机器设备已经被启动。 
  697 ERROR PARTIAL RESPONSE LOOPING 错误提示:部分循环响应错误。 
  698 A response keyname in the device .INF file is not in the expected format. 驱动器INI文件中的响应关键字不是标准的格式。 
  699 The device response caused buffer overflow. 驱动器响应导致缓冲器溢出。 
  700 The expanded command in the device .INF file is too long. 在驱动器的INI文件中的扩展命令太长。 
  701 The device moved to a BPS rate not supported by the COM driver. 驱动器改变的BPS速率不被COM口支持。 
  702 Device response received when none expected. 以外的收到设备响应。 
  703 ERROR INTERACTIVE MODE 错误提示:交互模式。 
  704 ERROR BAD CALLBACK NUMBER 错误提示:不可用的回叫号码。 
  705 ERROR INVALID AUTH STATE 错误提示:无效的AUTH状态。 
  706 ERROR WRITING INITBPS 错误提示: 初始化BPS错误。 
  707 X.25 diagnostic indication. X—25诊断指示。 
  708 The account has expired. 该帐号已经被拒绝。 
  709 Error changing password on domain. 密码改变错误。 
  710 Serial overrun errors were detected while communicating with your modem. 但使用你的MODEM通讯时,串行超限错误被侦测。 
  711 RasMan initialization failure. Check the event log. RasMan 初始化失败。请检查事件记录。 
  712 Biplex port is initializing. Wait a few seconds and redial. Biplex 端口正在初始化。等一会儿再拔号。 
  713 No active ISDN lines are available. 非活动有ISDN线路可用。 
  714 Not enough ISDN channels are available to make the call. 半速动行的ISDN通道对电话呼叫来说是有效的。 
  715 Too many errors occurred because of poor phone line quality. 电话线路低略造成太多的错误。 
  716 The Remote Access IP configuration is unusable. 远程访问IP配置不可用。 
  717 No IP addresses are available in the static pool of Remote Access IP addresses. 对于静态的远程访问IP地址库来说没有IP地址也是可用的。 
  718 PPP timeout. PPP(Peer-Peer-Protocol)点对点协议通讯超时。 
  719 PPP terminated by remote machine. PPP通讯被远程设备终止。 
  720 No PPP control protocols configured. 没有PPP控制协议被配置。 
  721 Remote PPP peer is not responding. 远程PPP设备没有应答。 
  722 The PPP packet is invalid. 该PPP数据包是无效的。 
  723 The phone number, including prefix and suffix, is too long. 电话号码(包括电话区号和分机号)太长。 
  724 The IPX protocol cannot dial-out on the port because the computer is an IPX router. 因为这台计算机是IPX路由器,所以IPX协议在该端口不能被发送。 
  725 The IPX protocol cannot dial-in on the port because the IPX router is not installed. 因为IPX路由器没有安装,所以IPX协议不能在该端口被接收。 
  726 The IPX protocol cannot be used for dial-out on more than one port at a time. IPX协议在同一时间里只能由一个端口发送。 
  727 Cannot access TCPCFG.DLL. 不能打开 TCPCFG.DLL文件。 
  728 Cannot find an IP adapter bound to Remote Access. 没有找到用于远程访问的IP适配器。 
  729 SLIP cannot be used unless the IP protocol is installed. 除非IP协议被安装,才能使用SLIP。 
  730 Computer registration is not complete. 计算机注册没有完成。 
  731 The protocol is not configured. 通讯协议没有被配置。 
  732 The PPP negotiation is not converging. PPP数据流不能被收集。 
  733 The PPP control protocol for this network protocol is not available on the server. 在该服务器上PPP控制协议对于整个网络协议是不可用的。 
  734 The PPP link control protocol terminated. PPP链接控制协议被终止。 
  735 The requested address was rejected by the server. 请求的地址被服务器弹出。 
  736 The remote computer terminated the control protocol. 远程计算机终止了控制协议。 
  737 Loopback detected. Loopback 被检测。 
  738 The server did not assign an address. 该服务器没有分配一个地址。 
  739 The remote server cannot use the Windows NT encrypted password. 远程服务器不能使用WIN NT 加密密码。 
  740 The TAPI devices configured for Remote Access failed to initialize or were not installed correctly. 用于远程访问有TAPI设备初始化失败或没有被正确安装。 
  741 The local computer does not support encryption. 本地计算机不支持加密。 
  742 The remote server does not support encryption. 远程服务器不支持加密。 
  743 The remote server requires encryption. 远程服务器需要加密。 
  744 Cannot use the IPX net number assigned by the remote server. Check the event log. 不能使用由远程服务器分配的IPX网络号。请检查事件记录。 
  752 A syntax error was encountered while processing a script. 当运行到该代码时产生了一个语法错误。 
  753 The connection could not be disconnected because it was created by the multi-protocol router. 通讯不能被断开,因为该通讯被多协议路由器完成。 
  754 The system could not find the multi-link bundle 系统不能找到多功能链接包。 
  755 The system cannot perform automated dial because this entry has a custom dialer specified. 因为端口已经被打开,所以系统不能自动完成拔号。 
  756 This connection is already being dialed 拔号连接正在进行。 
  757 Remote access services could not be started automatically. Additional information is ..... 远程访问服务器不能自动启动。增加信息是....... 
  758 Internet connection sharing is already enabled on the connection. 可以进行INTERNET共享连接。 
  760 An error occurred while routing capabilities were being enabled. 当路由容量正被打开时产生了一个错误。 
  761 An error occurred while Internet connection sharing was being enabled for the connection. 当共享INTERNET连接被打开时产生了一个错误。 
  763 Internet connection sharing cannot be enabled. There are two or more LAN connections in ..... 共享INTERNET连接不能被打开。在....中有两个或多个局域网连接在一起。 
  764 No smart card reader is installed. 没有安装智能卡读卡器。 
  765 Internet connection sharing cannot be enabled. A LAN connection is already configured ..... INTERNET共享连接不能被打开。局域网连接被配置为..... 
  766 The system could not find any certificate. 系统不能找到任何加密算法。 
  767 Internet connection sharing cannot be enabled. The LAN connection selected on the ..... . INTERNET共享连接不能被打开。局域网连接被设置在.... 
  768 The connection attempt failed because of failure to encrypt data. 因为错误的加密数据造成连接请求失败。 
  769 The specified destination is not reachable. 没有找到目标设备。 
  770 The remote machine rejected the connection attempt. 远程设备拒绝连接请求。 
  771 The connection attempt failed because the network is busy. 因为网络忙造成连接请求失败。 
  772 The remote computer's network hardware is incompatible with the type of call requested. 远程计算机的网络硬件与该类型的呼叫请求是不一致的。 
  773 The connection attempt failed because the destination number has changed. 因为目标设备号码被改变导致连接请求失败。 
  774 The connection attempt failed because of a temporary failure. Try connecting again. 因为临时性错误导致连接请求失败。请再试着连接。 
  775 The call was blocked by the remote computer. 呼叫被远程计算机阻止。 
  776 The call could not be connected because the destination has invoked the Do Not Disturb feature. 因为目标设备已经调用Do Not Disturb feature,所以呼叫不能被连接。 
  777 The connection attempt failed because the modem on the remote computer is out of order. 因为远程计算机中的MODEM超负荷工作,连接请求失败。 
  778 It was not possible to verify the identity of the server. 校验服务器的身份是不可能的。 
  779 To dial out using this connection, you must use a smart card. 你必须使用智能卡才能在该连接上发送。 
  780 An attempted function is not valid for this connection 对这次连接来说请求函数是无效的。 
  781 The encryption attempt failed because no valid certificate was found. 因为没有找到有效的。

Powered by Blogger Skins. Theme: TheBuckmaker | Free Wordpress Templates. Presents HD TV Futurama Streaming. Featured on Wedding Dresses.