当前位置:网站首页>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 .
边栏推荐
- Ten minutes to thoroughly master cache breakdown, cache penetration, cache avalanche
- Introduction pointer notes
- Fairygui bar subfamily (scroll bar, slider, progress bar)
- 2022 National Games RE1 baby_ tree
- MySQL Database Constraints
- Branch and loop statements
- View UI plus released version 1.3.1 to enhance the experience of typescript
- View UI Plus 发布 1.1.0 版本,支持 SSR、支持 Nuxt、增加 TS 声明文件
- CorelDRAW plug-in -- GMS plug-in development -- Introduction to VBA -- GMS plug-in installation -- Security -- macro Manager -- CDR plug-in (I)
- Alibaba cloud side: underlying details in concurrent scenarios - pseudo sharing
猜你喜欢
TYUT太原理工大学2022数据库大题之E-R图转关系模式
Design a key value cache to save the results of the most recent Web server queries
抽象类和接口
Rt-ppp test using rtknavi
Interview Essentials: talk about the various implementations of distributed locks!
Alibaba cloud microservices (III) sentinel open source flow control fuse degradation component
Counter attack of flour dregs: redis series 52 questions, 30000 words + 80 pictures in detail.
十分钟彻底掌握缓存击穿、缓存穿透、缓存雪崩
Common method signatures and meanings of Iterable, collection and list
系统设计学习(一)Design Pastebin.com (or Bit.ly)
随机推荐
10 minutes pour maîtriser complètement la rupture du cache, la pénétration du cache, l'avalanche du cache
最新坦克大战2022-全程开发笔记-1
[rtklib 2.4.3 B34] version update introduction I
TYUT太原理工大学2022数据库大题之E-R图转关系模式
2022 National Games RE1 baby_ tree
最新坦克大战2022-全程开发笔记-2
System design learning (I) design pastebin com (or Bit.ly)
Experience summary of autumn recruitment of state-owned enterprises
Alibaba cloud microservices (II) distributed service configuration center and Nacos usage scenarios and implementation introduction
Several high-frequency JVM interview questions
Realization of the code for calculating the mean square error of GPS Height Fitting
Chromatic judgement bipartite graph
Code example of MATLAB reading GNSS observation value o file
TYUT太原理工大学2022数据库大题之概念模型设计
继承和多态(下)
165. Compare version number - string
TYUT太原理工大学2022数据库题库选择题总结
TYUT太原理工大学2022软工导论考试题型大纲
Application architecture of large live broadcast platform
初识C语言(下)