当前位置:网站首页>There is always one of the eight computer operations that you can't learn programming
There is always one of the eight computer operations that you can't learn programming
2022-07-06 13:20:00 【Programmer - black and white】
In fact, don't be surprised , It's true that many people learn programming at the beginning , Many computer operations cannot , This is only for those children's shoes with negative foundation .
I hope that after reading this article, you can learn from “ The transformation from negative basis to zero basis ”.

One 、 Find the program location
Here we are python As an example , Click the start button in the lower left corner , Find the program , Then right-click the program , Choose more open file locations , The operation is as follows :

Then a new window will be generated , The file location will be displayed here , But the shortcut shown here , Then we need to right-click the program again , Click on the location of the open file to find , The operation is as follows :

Two 、 Show file extension
We can find that some files have no extension , Extensions such as txt、doc、dll、exe wait , It is convenient for us to display the extension when programming .

Extension to display , We just need to set it in the system , Select the view toolbar and click Select .

Click View in the pop-up dialog box , Find extensions to hide known file types , We just need to cancel this check , It can all be displayed .

3、 ... and 、 View the system configuration
I believe when you install the software , You need to install according to the number of bits of the operating system , The most common is 32 and 64 position , How the two are wrong , Light will affect the performance , Reinstall failed .

We just need to right-click this computer on the desktop , Click properties to view .

- For example, the above shows 64 Bit , Then when we install the program, we have to choose 64 Bit , This is good for performance .
Four 、 Quickly arrange windows
Many times we have to look at both the code and the output window , Or write code while reading materials , Then we need to arrange the two windows side by side , Here is a shortcut key for you. Let's go directly Hold down Win+ Direction key You can adjust it at will .

5、 ... and 、 Notepad view unknown file
We are in the process of compiling , You will often encounter some files with custom extensions , Or even files without extensions , The specific content can be binary data or text data , For example, the following file :
At this time, we can use the Notepad to check , Right click selection , We choose to use Notepad to open , The advantage of Notepad is that it is always displayed in the form of text . as follows :

At the same time, we can also change the extension for our own use , And you can choose the encoding mode , In this way, your desktop will directly generate the corresponding coding file ( We must use the corresponding development environment ) as follows :

6、 ... and 、 Open the console in the same path as the file
What is a console ? Let's hold shift And right click the mouse , At this time, our desktop menu will appear ” Open here ”power shell window “, as follows “

Let's turn it on , The console will be displayed , as follows :
7、 ... and 、 Multiple shear board fast input
When you compiled it, it was still ctrl+v and ctrl+c Do you , In this way, we can only copy and paste the content we want once at a time , We just press and hold wins+v, as follows :

A clipboard will pop up directly , This clipboard can view the content we copied , Very convenient , Note that if it's not your private computer, you need to delete the record .

8、 ... and 、 Timed shutdown
We follow the previous steps , Open console , Enter the command directly :shutdown, And then go back , as follows :

We don't care about these parameters , Let's continue typing shutdown Then press the space , Enter the corresponding parameters , as follows :
- -s: To turn it off
- -f: Forced shutdown
- -t: Digital designated shutdown
Pay attention here -t, Let's take an example ,0 On behalf of immediate shutdown .

Last
Although these are some basic things , But it is very friendly for children's shoes with negative foundation , I hope I can help you .
Complete the transition from negative basis to zero basis .

边栏推荐
- 继承和多态(上)
- TYUT太原理工大学2022软工导论考试题型大纲
- Quickly generate illustrations
- TYUT太原理工大学2022数据库考试题型大纲
- Dark chain lock (lca+ difference on tree)
- A brief introduction to the database of tyut Taiyuan University of technology in previous years
- Cloud native trend in 2022
- Voir ui plus version 1.3.1 pour améliorer l'expérience Typescript
- Smart classroom solution and mobile teaching concept description
- View UI Plus 发布 1.3.0 版本,新增 Space、$ImagePreview 组件
猜你喜欢

13 power map

How to ensure data consistency between MySQL and redis?

MySQL 三万字精华总结 + 面试100 问,吊打面试官绰绰有余(收藏系列

十分钟彻底掌握缓存击穿、缓存穿透、缓存雪崩

Quickly generate illustrations

Small exercise of library management system

西安电子科技大学22学年上学期《信号与系统》试题及答案

记录:初次cmd启动MySQL拒接访问之解决

E-R graph to relational model of the 2022 database of tyut Taiyuan University of Technology

arduino+水位传感器+led显示+蜂鸣器报警
随机推荐
ROS machine voice
Shortest Hamilton path (pressure DP)
2年经验总结,告诉你如何做好项目管理
Rt-ppp test using rtknavi
Introduction pointer notes
First acquaintance with C language (Part 2)
162. Find peak - binary search
Voir ui plus version 1.3.1 pour améliorer l'expérience Typescript
(超详细二)onenet数据可视化详解,如何用截取数据流绘图
Counter attack of flour dregs: redis series 52 questions, 30000 words + 80 pictures in detail.
165. Compare version number - string
121道分布式面试题和答案
TYUT太原理工大学2022数据库大题之数据库操作
Inheritance and polymorphism (I)
12 excel charts and arrays
Share a website to improve your Aesthetics
初识C语言(下)
Record: newinstance() obsolete replacement method
阿里云微服务(四) Service Mesh综述以及实例Istio
面试必备:聊聊分布式锁的多种实现!