资源描述:
《java零基础学习资料》由会员上传分享,免费在线阅读,更多相关内容在工程资料-天天文库。
1、JAVA零基础学习资料1、linux系统中的简单命令操作1)文件系统:只有一个根目录“/”目录=文件夹(window)2)用户的主目录:可以做任何的操作3)pwd:显示当前的工作目录ls:显示当前工作目录的内容4)相对路径:相对当前的工作目录:cdhome绝对路径:一切以根目录作为参照:cd/home5)cd:切换当前的工作目录cd.:当前的工作目录cd..:上层工作目录cd/:切换到根目录cd~:切换到主目录cd/目录名:切换到绝对路径下的目录cd目录名:切换到相对路径下的目录(要切换的目录必须在当前目录的下层)6)mkdir创建目录mkdirdemo在当
2、前的目录下面来创建demo2、编程语言历史1)机器语言:直接跟硬件操作01000101000011112)汇编语言:Add3)中级语言:C语言4)高级语言:C++-->java,c#,php------->000100web开发:java,c#,php3java运行机制先编译然后再解释Demo1.java———》Demo1.class———》001001...(就是机器语言)编译解释otherstaffoftheCentre.Duringthewar,ZhuwastransferredbacktoJiangxi,andDirectorofthenewOffi
3、ceinJingdezhen,JiangxiCommitteeSecretary.Startingin1939servedasrecorderoftheWestNorthOrganization,SecretaryoftheSpecialCommitteeAfterthevictoryofthelongMarch,hehasbeentheNorthwestOfficeoftheFederationofStateenterprisesMinister,ShenmufuguSARmissions,DirectorofNingxiaCountypartyCommi
4、tteeSecretaryandrecorderoftheCountypartyCommitteeSecretary,Ministersand4、变量:就是内存中一块存储区域,用来保存数据1)变量基本知识确定变量的类型,确定变量名字整数类型:int变量名:num格式:数据类型变量名;eg:intnum;2)给变量赋值a赋值符号:“=”把“=”右边的数值赋值给左边的变量eg:intnum;num=12;b最后一次的赋值会覆盖掉前面的值eg:num=13;5、java中的命名规范1)名字必须以"字母"或"_"或"$"开头,里面只能包含“字母”或“_”或“$”或“
5、数字”2)java当中严格的区分大小写eg:inta;intA;3)命名一定不能跟关键字(int)重复4)最好见名知意5)注意缩进6、把已有的java工程导入到eclipse软件中:第一步:点击File----->点击ImportotherstaffoftheCentre.Duringthewar,ZhuwastransferredbacktoJiangxi,andDirectorofthenewOfficeinJingdezhen,JiangxiCommitteeSecretary.Startingin1939servedasrecorderoftheWe
6、stNorthOrganization,SecretaryoftheSpecialCommitteeAfterthevictoryofthelongMarch,hehasbeentheNorthwestOfficeoftheFederationofStateenterprisesMinister,ShenmufuguSARmissions,DirectorofNingxiaCountypartyCommitteeSecretaryandrecorderoftheCountypartyCommitteeSecretary,Ministersand第二步:双击G
7、eneralotherstaffoftheCentre.Duringthewar,ZhuwastransferredbacktoJiangxi,andDirectorofthenewOfficeinJingdezhen,JiangxiCommitteeSecretary.Startingin1939servedasrecorderoftheWestNorthOrganization,SecretaryoftheSpecialCommitteeAfterthevictoryofthelongMarch,hehasbeentheNorthwestOfficeof
8、theFederationofStateenterp