版權說明:本文檔由用戶提供并上傳,收益歸屬內容提供方,若內容存在侵權,請進行舉報或認領
文檔簡介
1、<p><b> 外文科技文獻翻譯</b></p><p> 題 目:計算機病毒 </p><p> 學生姓名: 學號: </p><p> 專 業(yè): 計算機科學與技術 </p><p> 院(系):
2、 信息工程學院 </p><p> 完成時間: 2009年5月25日 </p><p> 2009年 05 月 25 日</p><p> Computer Viruses</p><p> What are computer viruses?</p><p>
3、; According to Fred Cohen’s well-known definition, a computer virus is a computer program that can infect other computer programs by modifying them in such a way as to include a (possibly evolved) copy of itself. Note t
4、hat a program does not have to perform outright damage (such as deleting or corrupting files) in order to be called a “virus”. However, Cohen uses the terms within his definition (e.g. “program” and “modify”) a bit diffe
5、rently from the way most anti-virus researchers use them, and c</p><p> Computer viruses are bits of code that damage or erase information, files, or software programs in your computer, much like viruses th
6、at infect humans, computer viruses can spread, and your computer can catch a virus when you download an infected file from the Internet or copy an infected file from a diskette. Once the viruses is embedded into your com
7、puter’s files, it can immediately start to damage or destroy information, or it can wait for a particular date or event to trigger its activity.</p><p> What are the main types of viruses?</p><p&
8、gt; Generally, there are two main classes of viruses. The first class consists of the file Infectors which attach themselves to ordinary program files. These usually infect arbitrary .COM and/or .EXE programs, though so
9、me can infect any program for which execution is requested, such as .SYS,.OVL,.PRG,&.MNU files.</p><p> File infectors can be either direct action or resident. A direct-action virus selects one or more
10、other programs to infect each other time the program which contains it is executed ,and thereafter infects other programs when “they” are executed (as in the case of the Jerusalem) or when certain other conditions are fu
11、lfilled. The Vienna is an example of a direct-action virus. Most other viruses are resident.</p><p> The second class is system or boot-record infectors: those viruses, which infect executable code, found i
12、n certain system areas on a disk that are not ordinary files. On DOS systems, there are ordinary boot-sector viruses, which infect only the DOS boot sector on diskettes. Examples include Brain, Stoned, Empire, Azusa, and
13、 Michelangelo. Such viruses are always resident viruses. </p><p> Finally, a few viruses are able to infect both (the Tequila virus is one example). There are often called “multipartite” viruses, though the
14、re has been criticism of this name; another name is “boot-and -file” virus.</p><p> File system or cluster viruses (e.g. Dir-II) are those that modify directory table entries so that the virus is loaded and
15、 executed before the desired program is. Note that the program itself is not physically altered; only the directory entry is. Some consider these infectors to be a third category of viruses, while others consider them to
16、 be a sub-category of the file infectors.</p><p> What are macro viruses?</p><p> Many applications provide the functionality to create macros. A macro is a series of commands to perform some
17、application-specific task. Macros are designed to make life easier, for example, to perform some everyday tasks like text-formatting or spreadsheet calculations.</p><p> Macros can be saved as a series of k
18、eystrokes (the application record what keys you press); or they can be written in special macro languages (usually based on real programming languages like C and BASIC). Modern applications combine both approaches; and t
19、heir advanced macro languages are as complex as general purpose programming languages. When the macro language allows files to be modified, it becomes possible to create macros that copy themselves from one file to anoth
20、er. Such self-replicatin</p><p> Most macro viruses run under Word for Windows. Since this is a very popular word processor, it provides an effective means for viruses to spread. Most macro viruses are writ
21、ten using the macro language WordBasic. WordBasic is based on the good old BASIC programming language. However, it has many (hundreds of) extensions (for example, to deal with documents: edit, replace string, obtain the
22、name of the current document, open new window, move cursor, etc.).</p><p> What is a Trojan horse program?</p><p> A type of program that is often confused with viruses is a ‘Trojan horse’ pro
23、gram. This is not a virus, but simply a program (often harmful) that pretends to be something else.</p><p> For example, you might download what you think is a new game; but when you run it, it deletes file
24、s on your hard drive. Or the third time you start the game, the program E-mail your saved passwords to another person.</p><p> Note: simply download a file to your computer won’t activate a virus or Trojan
25、horse; you have to execute the code in the file to trigger it. This could mean running a program file, or opening a Word/Excel document in a program (such as Word or Excel) that can execute any macros in the document.<
26、;/p><p> What kind of files can spread viruses?</p><p> Viruses have the potential to infect any type of executable code, not just the files that are commonly called “program files”. For example,
27、 some viruses infect executable code in the boot sector of floppy disk or in system areas of hard drives. Another type of virus, known as a “macro” virus, can infect word processing and spreadsheet documents that use mac
28、ros. And it’s possible for HTML documents containing JavaScript or other types of executable code to spread viruses or other malicious code.</p><p> Since viruses code must be executed to have any effect, f
29、iles that the computer treats as pure data are safe. This includes graphics and sound files such as .gif, .jpg, .mp3, .wav, .etc., as well as plain text in .txt files. For example, just viewing picture files won’t infect
30、 your computer with a virus. The virus code has to be in a form, such as an .exe program file or a Word .doc file which the computer will actually try to execute.</p><p> How do viruses spread?</p>&
31、lt;p> The methodology of virus infection was pretty straightforward when first computer viruses such as Lehigh and Jerusalem started appearing. A virus is a small piece of computer code, usually form several bytes to
32、 a few tens of bytes, that can do, well, something unexpected. Such viruses attach themselves to executable files— programs, so that the infected program, before proceeding with whatever tasks it is supposed to do, calls
33、 the virus code. One of the simplest ways to accomplish that is to app</p><p> When you execute program code that’s infected by a virus, the virus code will also run and try to infect other programs, either
34、 on the same computer or on other computers connected to it over a network. And the newly infected programs will try to infect yet more programs.</p><p> When you share a copy of an infected file with other
35、 computer users, running the file may also infect their computer; and files from those computers may spread the infection to yet more computers.</p><p> If your computer if infected with a boot sector virus
36、, the virus tries to write copies of itself to the system areas of floppy disks and hard disks. Then the infected floppy disks may infect other computers that boot from them, and the virus copy on the hard disk will try
37、to infect still more floppies.</p><p> Some viruses, known as ‘multipartite’ viruses, and spread both by infecting files and by infecting the boot areas of floppy disks.</p><p> What do viruse
38、s do to computers?</p><p> Viruses are software programs, and they can do the same things as any other program running on a computer. The accrual effect of any particular virus depends on how it was program
39、med by the person who wrote the virus.</p><p> Some viruses are deliberately designed to damage files or otherwise interfere with your computer’s operation, while other don’t do anything but try to spread t
40、hemselves around. But even the ones that just spread themselves are harmful, since they damage files and may cause other problems in the process of spreading.</p><p> Note that viruses can’t do any damage t
41、o hardware: they won’t melt down your CPU, burn out your hard drive, cause your monitor to explode, etc. warnings about viruses that will physically destroy your computer are usually hoaxes, not legitimate virus warnings
42、.</p><p> Modern viruses can exist on any system form MS DOS and Window 3.1 to MacOS, UNIX, OS/2, Windows NT. Some are harmless, though hard to catch. They can play a jingle on Christmas or reboot your comp
43、uter occasionally. Other are more dangerous. They can delete or corrupt your files, format hard drives, or do something of that sort. There are some deadly ones that can spread over networks with or without a host, trans
44、mit sensitive information over the network to a third party, or even mess with finan</p><p> What’s the story on viruses and E-mail?</p><p> You can’t get a virus just by reading a plain-text
45、E-mail message or Usenet post. What you have to watch out for are encoded message containing embedded executable code (i.e., JavaScript in HTML message) or message that include an executable file attachment (i.e., an enc
46、oded program file or a Word document containing macros).</p><p> In order to activate a virus or Trojan horse program, you computer has to execute some type of code .This could be a program attached to an E
47、-mail, a Word document you downloaded from the Internet, or something received on a floppy disk. There’s no special hazard in files attached to Usenet posts or E-mail messages: they’re no more dangerous than any other fi
48、le.</p><p> What can I do to reduce the chance of getting viruses from E-mail? </p><p> Treat any file attachments that might contain executable code as carefully as you would any other new fi
49、les: save the attachment to disk and then check it with an up-to-date virus scanner before opening the file.</p><p> If you E-mail or news software has the ability to automatically execute JavaScript, Word
50、macros, or other executable code contained in or attached to a message, I strongly recommend that you disable this feature.</p><p> My personal feeling is that if an executable file shows up unexpectedly at
51、tached to an E-mail, you should delete it unless you can positively verify what it is, Who it came from, and why it was sent to you.</p><p> The recent outbreak of the Melissa virus was a vivid demonstratio
52、n of the need to be extremely careful when you receive E-mail with attached files or documents. Just because an E-mail appears to come from someone you trust, this does NOT mean the file is safe or that the supposed send
53、er had anything to do with it.</p><p> Some General Tips on Avoiding Virus Infections</p><p> Install anti-virus software from a well-known, reputable company. UPDATE it regularly, and USE it
54、regularly.</p><p> New viruses come out every single day; an a-v program that hasn’t been updated for several months will not provide much protection against current viruses.</p><p> In additi
55、on to scanning for viruses on a regular basis, install an ‘on access’ scanner (included in most good a-v software packages) and configure it to start automatically each time you boot your system. This will protect your s
56、ystem by checking for viruses each time your computer accesses an executable file.</p><p> Virus scans any new programs or other files that may contain executable code before you run or open them, no matter
57、 where they come from. There have been cases of commercially distributed floppy disks and CD-ROMs spreading virus infections.</p><p> Anti-virus programs aren’t very good at detecting Trojan horse programs,
58、 so be extremely careful about opening binary files and Word/Excel documents from unknown or ‘dubious’ sources. This includes posts in binary newsgroups, downloads from web/ftp sites that aren’t well-known or don’t have
59、a good reputation, and executable files unexpectedly received as attachments to E-mail.</p><p> Be extremely careful about accepting programs or other flies during on-line chat sessions: this seems to be on
60、e of the more common means that people wind up with virus or Trojan horse problems. And if any other family members (especially younger ones) use the computer, make sure they know not to accept any files while using chat
61、.</p><p> Do regular backups. Some viruses and Trojan horse programs will erase or corrupt files on your hard drive and a recent backup may be the only way to recover your data.</p><p> Ideall
62、y, you should back up your entire system on a regular basis. If this isn’t practical, at least backup files you can’t afford to lose or that would be difficult to replace: documents, bookmark files, address books, import
63、ant E-mail, etc.</p><p> Dealing with Virus Infections</p><p> First, keep in mind “Nick’s First Law of Computer Virus Complaints”:</p><p> “Just because your computer is acting
64、strangely or one of your programs doesn’t work right, this does not mean that your computer has a virus.”</p><p> If you haven’t used a good, up-to-date anti-virus program on your computer, do that first. M
65、any problems blamed on viruses are actually caused by software configuration errors or other problems that have nothing to do with a virus.</p><p> If you do get infected by a virus, follow the direction in
66、 your anti-virus program for cleaning it. If you have backup copies of the infected files, use those to restore the files. Check the files you restore to make sure your backups weren’t infected.</p><p> for
67、 assistance, check the web site and support service for your anti-virus software.</p><p> Note: in general, drastic measures such as formatting your hard drive or using FDISK should be avoided. They are fr
68、equently useless at cleaning a virus infection, and may do more harm than good unless you’ re very knowledgeable about the effects of the particular virus you’re dealing with.</p><p><b> 計算機病毒</b&g
69、t;</p><p><b> 什么是計算機病毒?</b></p><p> 按照Fred Cohen的廣為流傳的定義,計算機病毒是一種侵入其他計算機程序中的計算機程序,他通過修改其他的程序從而將(也可能是自身的變形)的復制品嵌入其中。注意一個程序之所以成為“病毒”,并非一定要起徹底的破壞作用(如刪除或毀壞文件)。然而,Cohen在他的定義(即“程序”和“修改”)
70、中使用的“病毒”這個術語與大多數反病毒研究人員使用的“病毒”術語有些差別,他把一些我們多數人認為不是病毒的東西也歸類為病毒。</p><p> 計算機病毒是一些能破壞或刪除計算機中的信息、文件或程序的代碼。正如感染人體的病毒一樣,計算機病毒能夠擴散。當你的計算機從互聯(lián)網上下載一個被感染的文件,或者從磁盤上復制一個被感染的文件時,你的計算機就會染上病毒。而一旦病毒進入到你的計算機文件中,它就能馬上破壞或摧毀其中的
71、信息,或者等到某個特殊的日期或事件來臨時才觸發(fā)其破壞活動。</p><p> 個人計算機病毒主要有哪些類型?</p><p> 一般來說,主要存在著兩類計算機病毒。第一類由文件感染型病毒組成,他們將自身依附在普通的程序文件上。這些病毒通常感染任意的.COM和/或EXE文件,盡管有些也感染具有執(zhí)行功能的文件,如.SYS,.OVL,.PRG和.MNU文件.</p><p
72、> 文件感染型病毒又可分為“立即執(zhí)行型”和“駐留型”。立即執(zhí)行型病毒在含有它的程序每次執(zhí)行是都對其他的一個或多個文件進行感染,而駐留型病毒在被感染的程序第一次執(zhí)行時先將自己隱藏在內存中的某個地方,以后當其他程序執(zhí)行或當某些其他程序特定條件滿足時就對它們進行感染(就像耶路撒冷病毒一樣)。維也納病毒是立即執(zhí)行型病毒的一個例子,大多數其他病毒則是駐留型病毒。</p><p> 第二類病毒是系統(tǒng)病毒或引導區(qū)記錄
73、感染型病毒,這些感染可執(zhí)行代碼的病毒出現(xiàn)在磁盤的某些系統(tǒng)區(qū)中,而不是普通文件中。在DOS系統(tǒng)中,常見的引導扇區(qū)病毒和主引導記錄病毒,前者只感染DOS引導扇區(qū),后者感染硬盤的主引導記錄和軟盤的DOS引導扇區(qū)。第二類病毒的例子包括大腦病毒、大麻病毒、帝國病毒、Azusa以及米開郎基羅病毒等,此類病毒通常為駐留型病毒。</p><p> 另外,有些病毒能感染上述兩種對象(如蒸餾酒病毒就是一個例子),這些病毒常稱為“多
74、成分”病毒(盡管這個名字曾遭到過批評),它們的另一個名字是“引導區(qū)和文件型”病毒。</p><p> 文件系統(tǒng)型病毒或“簇”病毒(如Dir-II病毒)是那種修改文件目錄表項并且在文件裝入、執(zhí)行前就被裝入和執(zhí)行的病毒。注意,程序本身實際上并沒有被修改,只是目錄項被修改。有些人把這種感染型病毒看作是第三類病毒,而另一些人把它看作是文件感染型病毒的子類。</p><p><b>
75、什么是宏病毒?</b></p><p> 許多應用程序都提供了創(chuàng)建宏的功能。宏是一個完成特定應用任務的命令序列。設計宏的目的是使諸如文本格式化或電子表格計算這樣的日常工作更為簡單。</p><p> 宏可以保存成一系列擊鍵(即應用程序記錄你按了哪些鍵),或者它們能夠用某些特殊的宏語言像通用程序設計語言一樣復雜。當宏語言允許文件被修改時,就有可能建立能將自身從一個文件復制到另
76、一個文件上的宏。這種具有自復制功能的宏稱作宏病毒。</p><p> 大多數的宏病毒都是在Windows的Word軟件中運行的,因為Word是一種流行的字處理器,它為病毒的擴散提供了有效的途徑。大部分的宏病毒是用WordBasic宏語言編寫的。WordBasic基于以前的性能良好的BASIC編程語言,然而它有很多(幾百種)擴展功能(如下列文件處理功能:編輯、替換字符串、獲取當前文檔的名字、打開一個新的窗口、移動
77、光標等)。</p><p> 什么是特洛伊木馬程序?</p><p> 通常與病毒想混淆的一種程序是特洛伊木馬程序.。它不是病毒,僅僅是扮作其他東西的程序(常常是有害的)。</p><p> 例如,你可能下載了你認為是新游戲的東西,但當你運行它時,它刪除了你硬盤上的文件?;蛘弋斈愕谌芜\行該游戲時,該程序把你保存了的密碼發(fā)送給其他人。</p>&
78、lt;p> 注意:僅僅把一個文件下載到你計算機不會激活病毒或特洛伊木馬程序。你必須執(zhí)行文件中的代碼才能出觸發(fā)它。這意味著運行一個程序文件或打開一個可以執(zhí)行文檔中的宏的程序(如Word或Excel)中的Word/Excel文檔。</p><p> 哪些文件可以傳播計算機病毒?</p><p> 計算機病毒有感染任何可執(zhí)行代碼的潛力,不僅僅是通常叫做“程序文件”的文件。例如,某些計
79、算機病毒感染軟盤引導區(qū)或硬盤系統(tǒng)區(qū)域的可執(zhí)行代碼。另外有一種叫做“宏”</p><p> 的計算機病毒,可以感染使用宏的字處理程序和電子表格程序。包括JavaScript和其他可執(zhí)行類型代碼的HTML文檔也可能傳播計算機病毒或其他惡意代碼。</p><p> 因為計算機病毒代碼必須被執(zhí)行才能實現(xiàn)任何感染,所以被計算機當作純數據的文件是安全的。這包括.gif、.jpg、.mp3、.wav
80、等圖形和聲音文件,也包括以.txt為擴展名的簡單文本文件。例如,只查看圖片不會使計算機感染病毒。病毒代碼必須存在于一個形式中,像計算機實際上可執(zhí)行的.exe程序文件或Word和.doc文件。</p><p> 計算機病毒是如何傳播的?</p><p> 當初的病毒(如Lehigh and Jerusalem病毒)開始出現(xiàn)的時候,病毒感染的的方法是非常直截了當的。一個病毒是一小段計算機代
81、碼,通常是幾個到幾十個字節(jié),它們能做一些意想不到的事情。比如,這些病毒將自身依附到可執(zhí)行文件(即程序)上面,這樣,被感染的程序在執(zhí)行它自身的任務前首先調用病毒代碼。實現(xiàn)這種目的的一個最簡單的方法是將病毒代碼附加文件的尾部,并且在程序文件的開頭處插入一條命令,使得控制正好能跳到病毒代碼的開始處,在病毒代碼被執(zhí)行完以后,控制又跳回到程序的初始點。這種病毒在80年代后期很常見。早期的病毒只知道附加到.COM文件上,因為他的結構比MS-DOS操
82、作系統(tǒng)的另一種可執(zhí)行文件格式——.EXE文件更簡單。第一個被人們深入研究的病毒是Lehigh病毒,它把自身附加到啟動時由系統(tǒng)裝入的文件COMMAND.COM中。病毒對宿主程序能帶來很多破壞,因為這些程序在經過三、四次復制以后就不可再使用。正因如此,病毒無法從大學的網絡上消除干凈。</p><p> 當你執(zhí)行一個感染了病毒的程序代碼時,病毒程序也將進行并試圖感染本計算機過通過網絡相連的其他計算機上的其他程序。最新
83、感染的程序將試圖感染更多的程序。</p><p> 當你與其他計算機用戶共享一個感染文件的拷貝時,運行該文件也可以感染他們的計算機。并且,這些計算機中的文件也可能把病毒傳染給更多的計算機。</p><p> 如果你的餓計算機已經感染了引導區(qū)病毒,該病毒試圖把自身的拷貝寫到軟盤的系統(tǒng)區(qū)域。然后,感染了的軟盤可能感染用它們引導的其他計算機,而硬盤上的病毒拷貝將試圖感染更多的軟盤。</
84、p><p> 一些病毒,也叫做“多部分”病毒,既可以通過感染可以通過感染軟盤的引導扇區(qū)來傳播。</p><p> 計算機病毒對計算機做什么?</p><p> 病毒是軟件程序,它所做的事情與計算機上運行的任何其他程序所做的事情相同。任何一個特別病毒的實際效果取決于編寫病毒的程序員是如何編寫的。</p><p> 有些病毒有意設計為損壞文件
85、和妨礙計算機的運行,也有一些病毒只傳播自己而不做其他任何事情。但即便只傳播自己的病毒也是有害的,因為它們在傳播過程中損壞文件,還可能引起其他問題。</p><p> 注意病毒不會對硬件造成任何損壞:它們不會徹底損壞你的CPU,也不會燒壞你的硬盤,引起你的顯示器爆炸等。關于病毒將物理上破壞你的計算機的警告通常是惡作劇,不是合理的病毒警告。</p><p> 現(xiàn)代病毒能夠存在于從MS DO
86、S 、Windows 3.1到 MacOS、 UNIX、 OS/2、 Windows NT等各種系統(tǒng)上。有些盡管難以發(fā)現(xiàn),但卻是無害的,它們知識偶爾在圣誕節(jié)產生叮當聲或重新啟動你的系統(tǒng);另一些病毒卻是有害的,它們能夠刪除或破壞你的文件、格式化硬盤或者做一些其他的事情;還有一些是致命的病毒,它們能隨或不隨宿主程序在網上傳播,通過網絡向第三方式從敏感的信息,或者甚至搞亂即時財經數據。</p><p> 關于病毒和電
87、子郵件有什么誤解?</p><p> 僅僅閱讀一個純文本的電子郵件或Usenet郵件不可能得到一個病毒。你必須警惕的是那些包含了可執(zhí)行代碼的編程消息(例如一個HTML消息中的JavaScript)或包含一個可執(zhí)行文件附件的消息(例如一個編碼程序文件或包含宏的Word文檔)。</p><p> 要激活病毒或特洛伊木馬程序,你的計算機必須執(zhí)行某種代碼。這可能是附在電子郵件的程序、從因特網下
88、載的Word文檔或從軟盤上接受的某些東西。附加在Usenet郵件或電子郵件消息的文件并不特別危險:它們并不比其他文件更危險。</p><p> 怎樣減少從電子郵件感染病毒的機會?</p><p> 像對待任何其他新文件一樣小心對待可能包含可執(zhí)行代碼的任一文件附件:把附件保存到磁盤上,在運行該文件之前,先用更新過的病毒掃描檢查它。</p><p> 如果你的電子
89、郵件或新軟件有能力自動執(zhí)行JavaScript、Word宏或其他包括在消息中或附加在消息中的可執(zhí)行代碼 ,建議關閉這一功能。</p><p> 如果一個電子郵件令人意外地出現(xiàn)一個可執(zhí)行文件,除非你確實核實了它是什么、從誰那里來、為什么要發(fā)給你,否則刪除它。</p><p> 最近爆發(fā)的美麗殺病毒就是一個活生生的范例,說明當你接收到帶附加文件過文檔時要特別小心。只因為一個電子郵件來自你信
90、任的某人,并不意味著該文件就是安全的或假定的發(fā)送者與此有任何關系。</p><p> 避免病毒感染的一些普通技巧?</p><p> 安裝著名公司的防病毒軟件,定期升級定期使用。</p><p> 新的計算機病毒每天都可能到來。幾個月不升級的病毒軟件面對當前的病毒不能提供什么保護。</p><p> 要定期掃描病毒,除此之外安裝“訪問
91、時”掃描程序(大部分好的防病毒軟件包中都有),并把它們配置為每次開機時自動啟動。這將通過每次訪問可執(zhí)行文件就自動檢查病毒來保護你的系統(tǒng)。</p><p> 在打開或執(zhí)行一個新程序或其他包含可執(zhí)行代碼的文件之前,先進行病毒掃描,無論它們來自哪里。也有出售的軟盤和CD-ROM光盤傳播病毒的情況。</p><p> 防病毒程序不能很好地檢查特洛伊木馬程序,所以當打開來自不知道的或“不確定的”
92、源的二進制文件和Word/Excel文檔是要特別小心。這包括:二進制新聞組的郵件、來自不著名或良好聲譽的Web/ftp網站的下載、收到意外的作為電子郵件附件的可執(zhí)行文件。</p><p> 在聯(lián)網聊天時接收到的程序其他文件要特別小心:這似乎是人們感染計算機病毒或惹上特洛伊木馬麻煩的更普遍的途徑之一。如果任何一個家庭成員(特別是年輕人)使用了計算機,一定要讓他們知道聊天時不能接收任何文件。</p>
93、<p> 定期備份。某些病毒或特洛伊木馬程序會刪除和破壞硬盤上的文件,而最近的備份也許是恢復數據的唯一途徑。</p><p> 理想的情況是,定期備份整個系統(tǒng)。如果做不到,至少要備份不能承受丟失或難以替代的文件:文檔、書簽文件、地址薄、重要的電子郵件等。</p><p><b> 處理病毒感染</b></p><p> 首先,
94、謹記“計算機病毒癥的尼克第一定律”:</p><p> “僅僅因為你的計算機表現(xiàn)奇怪或一個程序不能正常工作,這并不意味著你的計算機有了病毒?!?lt;/p><p> 如果你的計算機沒有使用好的、升級過的防病毒程序,先做這件事吧。許多歸咎于病毒的問題實際上是由軟件配置錯誤或其他與病毒無關的問題引起的。</p><p> 如果你被計算機病毒感染了,按照你恢復的文件的說
溫馨提示
- 1. 本站所有資源如無特殊說明,都需要本地電腦安裝OFFICE2007和PDF閱讀器。圖紙軟件為CAD,CAXA,PROE,UG,SolidWorks等.壓縮文件請下載最新的WinRAR軟件解壓。
- 2. 本站的文檔不包含任何第三方提供的附件圖紙等,如果需要附件,請聯(lián)系上傳者。文件的所有權益歸上傳用戶所有。
- 3. 本站RAR壓縮包中若帶圖紙,網頁內容里面會有圖紙預覽,若沒有圖紙預覽就沒有圖紙。
- 4. 未經權益所有人同意不得將文件中的內容挪作商業(yè)或盈利用途。
- 5. 眾賞文庫僅提供信息存儲空間,僅對用戶上傳內容的表現(xiàn)方式做保護處理,對用戶上傳分享的文檔內容本身不做任何修改或編輯,并不能對任何下載內容負責。
- 6. 下載文件中如有侵權或不適當內容,請與我們聯(lián)系,我們立即糾正。
- 7. 本站不保證下載資源的準確性、安全性和完整性, 同時也不承擔用戶因使用這些下載資源對自己和他人造成任何形式的傷害或損失。
評論
0/150
提交評論