Chapter 1th Java Overview1.1 Java language History and Platform overviewThe history of A:java languageJames Goslin James Gosling received a BS in computer Science from the University of Calgary in Canada in 1977, a PhD in computer science from
Data analysis using Python--ipython one, ipython some common commands1.TAB Auto-complete2. Variable +? Show related information3. Function name +?? The code that can get the function4. Use the wildcard character * NP. load?5.%run + file name. PY can
Directive: CDSwitch the current directory to the target directorySyntax: # CD [directory name]Usage examples1. Enter the/home/doiido directory# Cd/home/doiidoView your current directory# pwd2. Enter the Doiido directory in the current year directory#
List files and directoriesLS (list)#lstype ls in the terminal and enter, listing the files and directories of the current directory , but excluding hidden files and directories#ls-AList all files in the current directory#ls-alList details of all
1, dirs1) Functiondisplays all records in the current directory stack (the dirs command with no parameters displays the records in the current directory stack)2) Syntax(1) format: dirs [-CLPV] [+n] [-n](2) Options-C Delete all records in the
Check which directory is currently in PWDJump to which directory, remember CD is the meaning of change directoryJump Directory CD Directory nameJump to home directory CD ~Skip to the top level directory CD.Jump root directory CD/Returns the
2017-03-23:All commands can be used * *--help to view Help
CD-To-Change directory
Function: Switch directory
Format: CD [catalogue]
Usage
CD ~ Current User Directory
CD/root directory
Cd..
1.ls Directory Enumeration (dir)Generally we write this:Linux Code Collection CodeLsEnumerating all the files in the current directory, if there are many files, it is very complicated. We can add keywords, for example we want to see all the files
1.ls Directory Enumeration (dir)Generally we write this:Linux Code Collection CodeLsEnumerating all the files in the current directory, if there are many files, it is very complicated. We can add keywords, for example we want to see all the files
Download and install if you are using a distribution such as Debian or Ubuntu, you need only one command to complete the installation:Apt-get Install wineIf you are using a different distribution, please visit the http://winehq.org/site/download
Linux Learning Basics1. What is Linux?Accurately speaking, refers to the Linux kernel (core program of the system), its core copyright belongs to Linus Torvalds, under the GPL (GNU general public License) under the Copyright agreement, anyone can
SU: Switching usersCD: Switch directoriesPWD: Show current directoryClear: Clear command shortcut key: ctrl+lLS: Displays the files in the current directoryLs-l = = ll: Displays files in the current directory in a user-friendly formatLs-i:Ls-al:
1. Installation of virtual machines2. Virtual machine settingsNote:
If NAT mode is selected
The matching NIC is:Through this virtual network card and the local communication, can only communicate with the local computer, if the
to supplement the switch between Linux users :Su is switching between users, either from a normal user to the root user or from the root user to a normal user. If you are currently the root user, switch to normal user test to use the following
[Ctrl] + [ALT] + F7 open the graphical interface.[Ctrl] + [ALT] + T open terminal[Ctrl] + D = Exit exits terminal[Ctrl] + L = Clear Empty terminaltab is an important hotkey, be skilled in usingShutdown-h now immediately shuts down the
#######################################. Linux system Architecture ########################################Linux is an inverted tree structureEverything in Linux is a file , "Everything is file."These files are at the top of the system directory "/"
Portal: https://www.shiyanlou.com/courses/runningFirst, Experiment introduction 1.1 experimental contentThis experiment will introduce the use of the LS, CD, pwd commands in Linux commands.1.2 Experimental Knowledge points
ls command
Summary of this section Basic EnvironmentIpython FoundationObjectiveThis is the first blog in 18, because boss for some of my job expectations, need to start doing some data analysis work, so began to write this series of blog. The main content of
Getting Started with GitIf you have no access to git at all, you can now simply understand the syntax of git (typing some commands) to upload the code to a remote repository or download to a local repository (server), we should have two warehouses
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.