当前位置:网站首页>Day01: learning notes
Day01: learning notes
2022-06-25 15:28:00 【Cup and wine】
Day01 Learning notes
Windows Common shortcut keys
- Ctrl + C ( Copy )
- Ctrl + V ( Paste )
- Ctrl + X ( shear )
- Ctrl + A ( Future generations )
- Ctrl + S ( preservation )
- Ctrl + Z ( revoke )
- Alt + F4 ( close window )
- Win + R ( function )
- Ctrl + Shift + Esc ( Open Task Manager )
- Shift + delete ( Permanently delete files )
common Dos command
# Drive switch : For example, switching D disc d:
# View all files in the current directory
dir
# Toggle directory
cd /d + Disks to switch :
# Return to the previous directory
cd . .
# Create directory md
# Delete directory rd
# create a file cd>
# Delete file del
Java Features and advantages
- simplicity
- object-oriented
- Portability
- High performance
- Distributed
- dynamic
- Multithreading
- Security
- Robustness,
Java Three versions of
- JavaSE: The standard version ( Desktop applications , Console development …)
- JavaME: Embedded development ( mobile phone , small home appliances …)
- JavaEE:E Enterprise development (web End 、 Server development …)
边栏推荐
- Solve valueerror: invalid literal for int() with base 10
- Daily question, Caesar code,
- Semaphore function
- Business layer - upper and lower computer communication protocol
- System Verilog - thread
- Ubuntu 20.04 installing mysql8.0 and modifying the MySQL password
- 55 specific ways to improve program design (1)
- Agent and classloader
- New title of PTA
- Record the time to read the file (the system cannot find the specified path)
猜你喜欢

Using R language in jupyter notebook

QT excel table read / write library - qtxlsx

JMeter reading and writing excel requires jxl jar

Iterator failure condition

System Verilog - thread

Single user mode

Why do I need message idempotence?

Learning to Measure Changes: Fully Convolutional Siamese Metric Networks for Scene Change Detection

Advertising effect cluster analysis (kmeans)

Design and implementation of timer
随机推荐
System Verilog - function and task
Leetcode122 timing of buying and selling stocks II
Learning notes on February 18, 2022 (C language)
google_ Breakpad crash detection
New title of PTA
RDB and AOF persistence of redis
Fishing detection software
System Verilog - data type
MySQL field truncation principle and source code analysis
Go build reports an error missing go sum entry for module providing package ... to add:
Character encoding minutes
If a thread overflows heap memory or stack memory, will other threads continue to work
Breakpad usage and DMP analysis
Design and implementation of timer
QT opens the print dialog box in a text editor
Boost listening port server
Brain tree (I)
Shared memory synchronous encapsulation
Why do I need message idempotence?
Learning C language today is the first time to learn C language. In college, C linguistics is not good, but I want to make progress, so I found a beep video on the Internet to learn C language


