博文

How to clean up computer viruses

本文中文链接: https://docs.google.com/document/d/1Fv_8Yxu11KwvNEWgx-OVR73Hb1wd5L0ps-iQSrRjBA4 With the increase of network users, the format virus Trojan horse hacking program naturally also regards it as delicious. When network users accidentally infect their virus Trojans, they should be cleaned out of their computers as soon as possible, according to their respective computer emergency virus processing capabilities. Here are some common anti-virus methods. I personally used the system's own tools to kill the virus: 一 、 Before you start, do n’t forget to prepare for anything—Back up system processes with TaskList New viruses have learned to hide themselves with processes, so we'd better back up the computer's process list when the system is normal. Of course, it's best to back up without running any programs when you first enter Windows, so you feel the computer is abnormal When you can compare the process list, find out the process that may be a virus. Enter at the co...

GoLanguage Introduce

本文中文版链接: https://docs.google.com/document/d/1-VHX-_dRtw1NXfbm-h2__7TlxnEDkz8iLHPydKufqGo The Go language (or Golang) originated in 2007, was created by Google, and was officially released in 2009. Go is a very young language, and its main goal is "to combine the speed of development of dynamic languages ​​such as Python with the performance and security of compiled languages ​​such as C / C ++".   Go is another attempt at programming language design. It is a major improvement on C-like languages. It not only gives you access to the operating system, but also provides powerful network programming and concurrent programming support. The Go language has many uses, and can be used for network programming, system programming, concurrent programming, and distributed programming.   The launch of Go language predicts to reduce the complexity of the code without losing the performance of the application. It has the advantages of “simple deployment, good concurrency, good...