上一页 1 ··· 4 5 6 7 8 9 10 11 12 下一页
摘要: package com.hanqi;// 包名,必须在第一行,和namespace类似 //import java.io.*;//引用,和using类似 //import java.lang.*;//默认引用 public class Text1 {//一样 //java方法名一般第一个字母小写 //c#方法名一般第一个字母大写 //字符串,java-Stirng ... 阅读全文
posted @ 2016-05-06 08:37 尤痴武 阅读(149) 评论(0) 推荐(0) 编辑
摘要: java虚拟机 编辑词条 B 添加义项 ? 虚拟机是一种抽象化的计算机,通过在实际的计算机上仿真模拟各种计算机功能来实现的。Java虚拟机有自己完善的硬体架构,如处理器、堆栈、寄存器等,还具有相应的指令系统。JVM屏蔽了与具体操作系统平台相关的信息,使得Java程序只需生成在Java虚拟机上运行的目 阅读全文
posted @ 2016-05-05 15:10 尤痴武 阅读(156) 评论(0) 推荐(0) 编辑
摘要: public class Hello { public static void main(String[] args) { // TODO 自动生成的方法存根 System.out.println("你好"); } } 阅读全文
posted @ 2016-05-04 10:46 尤痴武 阅读(97) 评论(0) 推荐(0) 编辑
摘要: %PATH% 代表的是可执行文件的搜索路径,默认为 Windows 目录(C:\windows)和系统目录(C:\windows\system32),在此两个目录中的文件或文件夹不需要输入完整路径即可通过运行打开。如,在运行中输入 system32:打开 C:\windows\system32 文件 阅读全文
posted @ 2016-05-04 09:18 尤痴武 阅读(369) 评论(0) 推荐(0) 编辑
摘要: class Hello{public static void main(String[] args){ System.out.println("Hello World!!!");}} 阅读全文
posted @ 2016-05-04 08:31 尤痴武 阅读(69) 评论(0) 推荐(0) 编辑
摘要: <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>无标题文档</title> </head> 阅读全文
posted @ 2016-05-03 15:13 尤痴武 阅读(88) 评论(0) 推荐(0) 编辑
摘要: <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>无标题文档</title> <link hr 阅读全文
posted @ 2016-05-03 15:11 尤痴武 阅读(259) 评论(0) 推荐(0) 编辑
摘要: <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>无标题文档</title> <style t 阅读全文
posted @ 2016-05-03 15:10 尤痴武 阅读(509) 评论(0) 推荐(0) 编辑
摘要: <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>无标题文档</title> </head> 阅读全文
posted @ 2016-05-03 15:10 尤痴武 阅读(179) 评论(0) 推荐(0) 编辑
摘要: <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>无标题文档</title> <style t 阅读全文
posted @ 2016-05-03 15:09 尤痴武 阅读(180) 评论(0) 推荐(0) 编辑
上一页 1 ··· 4 5 6 7 8 9 10 11 12 下一页