Study 1

when we first learn java, what we need to know ?so i make it a summary.
First,we must learn about the computer language introduction.
Maybe we should start with Turing.Next i will choose some materials from the Internet.
A Turing machine is an abstract machine that has an infinite length of paper tape divided into small squares, each of which has a different color.There was a machine head moving up and down the tape.The machine head has a set of internal states and some fixed programs.At each moment, the head of the machine should read a square information from the current paper tape, and then in combination with its own internal state lookup program table, according to the program output information to the paper tape grid, and convert its internal state, and then move.
I think it is dispensable to know it a lot.
Secondly,let us talk java language’s past life.java was created by gosling.it belong to sun,but at last sun was acquired by oracle.
Thirdly,java technical system platform include four platform,javaSE,Java EE,Java FX,JavaME.
The core system of java include two part:JVM and Refuse collection system.
JVM operating principle is a very complicated process.
The JVM consists of a classloader subsystem, a runtime data area, an execution engine, and a local method interface
JVM
Configuration environment:
jdk:http://www.oracle.com/technetwork/java/javase/downloads/index.html
The JVM is the core and foundation of Java, the virtual processor between the Java compiler and the OS platform.It is an abstract computer based on an underlying operating system and hardware platform and implemented using a software approach, on which Java bytecode programs can be executed.The Java compiler simply needs to face the JVM and generate code or bytecode files that the JVM can understand.The Java source files are compiled by the compiler into bytecode programs, which translate each instruction into machine code for a different platform through the JVM and run on a specific platform.
高级 属性 环境变量
JAVA_HOME 的设置
变量名:JAVA_HOME
变量值:jdk位置
CLASSPATH 的设置
变量名:CLASSPATH
变量值:
.%JAVA_HOME%\bin;%JAVA_HOME%;lib;%JAVA_HOME%\jmods;
这是针对window 10版本
path 的设置
打开原有的加上“;JAVA_HOME%\bin”

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值