Getting to give up the first week ...... day.1

    I finally began to give up the entry to the first week, and is only doing this to write notes in class, I really do not bother to take notes, so with this content are some of the subtotal, according to the content of school every day. (Write this time is now past week, I will be according to their memory recall recall)

               

        day1

                Did not do any real practical content, or content to say little, is that the hardware detection, introduces us to learn about the process, from the first day to see each teacher is pretty serious passion, but also makes sense to want to come on the first day being.

             Probably for this week it is the basis of language, difficult: cycling.

 

  1.  java oop is a popular programming language, derived from the sun's.
  2. Features: oop (object-oriented), cross-platform,
  3. Cross-platform explained: "Residents have different versions on different platforms, and then compiled into Java class files compiled permanent follow a run ." 

 

  1.        javaSE,JavaEE,JavaMe
  2.      JavaS (Standard) E; basic language features, API, desktop development technologies (JavaFX, Swing, AWT)
  3.      JavaE (Enterprise) E: Web development, game servers
  4.       JavaME: Micro Edition  ( I do not know what )        

 

 

Development steps:
The first step : writing Java source code editor by
Step : compiled into class files
Step : Run the class file

   When the computer can be clearly seen in the control window, enter txt file into Java files, a series of operations console, is compiled into a class .java file before you can run the code. 

( In the current folder using shift + right you can see the console between; if not in the current directory to open the file, you need to go to the file directory, I remember like file directory with cd on it. )

 

 

  1.      
  2.       When the code is wrong, it will pop up when prompted in txt file compiled into class files;

     

  3.       Compiled into class success;

     

  4.      Run successfully;

     

 

 

JDK installation and configuration

directory after installation of the JDK:
bin: executable files
javac: to compile source code into class files
java: class File Run

 

Configure the environment variables:
path; value is one or more directories (separated by semicolons), will find the path of the program from the value at the time of execution of the program using the command line
C: \ the Java \ jdk1.8.0_144 \ bin
the CLASSPATH: value is one or more directories or jar file, look for the class from the value classapth when the program is executed in a java class files
value:;. C: \ java \ jdk1.8.0_144 \ lib

 

The rest is configured jdk environment variable in the computer properties;

 

Seems to be the path of address pay more jdk bin directory of; (like that .....)

 

Then eclipse is installed, the workplace on their own easy to find a place apart,

There is the encoding to UTF-8               

               Into the following: Window-Preference-General-Workpace

 

 

The rest is a font

 字体字号:
Window-Preference-General-Appearance--Colors and Fonts ->Basic--Text Font

 

               Note that there is a point when you create a java file

 

 Change of address jdk best.

 

He did not, and today copies of the content. . . . .

 

 

预习:
数据类型的分类
基本数据类型有哪些
变量的声明与使用(重点)
运算符有哪些

                    

 

 

                  

 

          

         

 

Guess you like

Origin www.cnblogs.com/suxiao666/p/11318399.html