可能是模板出了问题,可以先试试:关闭所有打开的文档,将以下地址粘贴到IE地址栏然后回车打开目录%appdata%\microsoft\templates然后删除里面Normal.dot模板,然后重新运行Word。MicrosoftOfficeWord遇到问题需要关闭。怎么解决
系统 2019-08-29 22:20:40 2770
1.链入外部样式表…………2.内部样式表…………
系统 2019-08-29 22:11:05 2770
FileTransferProtocol(FTP)isaTCPprotocolforuploadinganddownloadingfilesbetweencomputers.FTPworksonaclient/servermodel.TheservercomponentiscalledanFTPdaemon.ItcontinuouslylistensforFTPrequestsfromremoteclients.Whenarequestisreceived
系统 2019-08-12 09:30:19 2770
一、mysql常用语句创建,删除和最基本查询:显示数据库mysql->showdatabases;创建数据库mysql->createdatabasedb;删除数据库mysql->dropdatabasedb;选择数据库mysql->usedb创建表mysql->createtablemytable(namevarchar(20),sex(char(1),birthdate);删除表mysql->droptablemytable;显示表的内容mysql->
系统 2019-08-12 01:53:08 2770
1.打开跨服务器功能execsp_configure'showadvancedoptions',1reconfigureexecsp_configure'AdHocDistributedQueries',1RECONFIGURE2.关闭跨服务器功能execsp_configure'AdHocDistributedQueries',0reconfigureexecsp_configure'showadvancedoptions',0reconfigure3.
系统 2019-08-12 01:52:19 2770
作者:张子坚说明:本文所涉及示例均在fedoracore3下得到。所使用RPM包为:lynx-2.8.5-11.i386.rpm和lynx-2.8.5-18.i386.rpm。--------------------------------------------------------------------------------RedHat包管理器(即RPM:RedHatPackageManager)是一种打包系统,用于软件的发布和安装。其他Linu
系统 2019-08-12 01:33:40 2770
监听以太网(二)Packet32包说明续Articlelastmodifiedon2002-9-17Theinformationinthisarticleappliesto:--MicrosoftWindwosNTx---MicrosoftWindwos9x--WinPcap:theFreePacketCaptureArchitectureforWindowsPacket32包中的函数说明:No.2.PacketOpenAdapter(打开网卡)根据传入的
系统 2019-08-12 01:33:22 2770
下面来分析flex文件的最后一部份,就是辅助代码部份,这部份代码是原封不动地拷贝到生成的文件里。它的代码如下:#001%%这个双百分号开始,就表示flex文件的第三部分开始了。#002#003LLScriptAllocationManager*gAllocationManager;定义分配管理器指针。#004LLScriptScript*gScriptp;定义脚本的指针。#005#006//Prototypefortheyaccparserentrypoi
系统 2019-08-12 01:32:41 2770
InstallationandConfiguration¶GeneralInstallationConsiderationsInstallationonLinuxsystemsUbuntuLinuxInstallationDebianMintInstallationDebianLinuxInstallationFedoraLinuxInstallationOtherLinuxInstallationsInstallationonMacOSXInstalla
系统 2019-08-12 01:32:04 2770
常用正则表达式如果没猜错的话当大家看了我写的python爬虫系列二的话我想你们心中一定有千万匹马儿跑过,其实我想说的是关于上篇表达式的内容你们只需要了解一下即可因为上篇主要是为了引入一些概念来解释爬虫爬的到底是啥,感受感受。那么接下来我就来介绍一些常用的内容\w匹配字母数字及下划线\W匹配非字母数字及下划线\s匹配任意空白字符,等价于[\t\n\r\f].\S匹配任意非空字符\d匹配任意数字,等价于[0-9].\D匹配任意非数字re.I忽略大小写re.M多
系统 2019-09-27 17:56:46 2769