-
Java虚拟机规范。java虚拟机被设计为支持java的亲…
Jvm 规范说明。The Java Virtual Machine was designed to support the Java programming language. Some concepts and vocabulary from the Java language are thus necessary to understand the virtual machine. This chapter gives enough of an overview of Java to support the discussion of the Java Virtual Machine to follow. Its material has been condensed from The Java Language Specification, by James Gosling, Bill Joy, and Guy Steele. For a complete discussion of the Java language, or for details and examples of the material in this chapter, refer to that book. Readers familiar with that book may wish to skip this chapter. Readers familiar with Java, but not with The Java Language Specification, should at least skim this chapter for the terminology it introduces.-JVM specification. The Java Virtual Machine was designed to support the Java programming language. Some concepts and vocabulary from the Java language are thus necessary to understand the virtual machine. This chapter gives enough of an overv
- 2022-05-22 11:47:41下载
- 积分:1
-
本java源程序包括了大量的学习程序(共27章)方便大家学习
本java源程序包括了大量的学习程序(共27章)方便大家学习-The java source code, including a large number of learning procedures (Chapter 27) to facilitate learning
- 2022-04-12 23:09:54下载
- 积分:1
-
struts2 插入图片到数据库,附件为代码以及注意事项
struts2 插入图片到数据库,附件为代码以及注意事项-struts2 update image to db
- 2022-03-21 04:53:30下载
- 积分:1
-
jfa2ce 源码帮助开发人员更好的理解运用
jfa2ce 源码帮助开发人员更好的理解运用-source to help jfa2ce developers a better understanding of the use of
- 2022-03-03 16:11:47下载
- 积分:1
-
JBuilder内存车道控制插件的使用
JBuilder里监控内存使用情况的插件-JBuilder Memory Lane control the use of plug-in
- 2023-08-22 02:45:03下载
- 积分:1
-
spring2.0中文开发参考手册 chm格式 对spring讲解的十分细致。比较全面...
spring2.0中文开发参考手册 chm格式 对spring讲解的十分细致。比较全面-Chinese spring2.0 development chm format reference manual on the very delicate spring. More comprehensive
- 2022-03-31 21:15:00下载
- 积分:1
-
用java写的一个简单的在线考试系统,包括数据库
用java写的一个简单的在线考试系统,包括数据库-Using java to write a simple online exam system, including database
- 2023-04-12 03:35:07下载
- 积分:1
-
简单的甘特图 数据库用XML
简单的甘特图 数据库用XML -simple Gantt database using XML
- 2022-01-25 18:38:55下载
- 积分:1
-
医药进销存管理系统 对医药公司的进销存进行管理
医药进销存管理系统 对医药公司的进销存进行管理-Purchase, Sales and Inventory Management System of Chinese medicine for pharmaceutical companies manage Invoicing
- 2022-08-04 08:02:46下载
- 积分:1
-
在实际项目 开发中,很多时候需要用到邮件,比如论坛注册需要用邮件激活。
一般用Javamail发送,目前最新的版本是1.4.2
可以在http://ja...
在实际项目 开发中,很多时候需要用到邮件,比如论坛注册需要用邮件激活。
一般用Javamail发送,目前最新的版本是1.4.2
可以在http://java.sun.com/products/javamail/index.jsp 下载最新版本
如果使用的不是J2SE6,那么需要把 JavaBeans Activation Framework加到环境变量
可以在http://java.sun.com/javase/technologies/desktop/javabeans/jaf/index.jsp 下载
不过为了简化开发,可以直接使用apache common项目的mail
官方网站为: http://commons.apache.org/email/
-Project development in the actual project, the time required to use a lot of mail, such as the forum Registration required by e-mail activation. Send Javamail general use, are currently the latest version 1.4.2 can download the latest version of http://java.sun.com/products/javamail/index.jsp If you are using is not J2SE6, then need to add environment JavaBeans Activation Framework http://java.sun.com/javase/technologies/desktop/javabeans/jaf/index.jsp variables can download in order to simplify the development, however, you can use apache common direct mail projects for the official website: http://commons. apache.org/email /
- 2022-06-14 09:30:45下载
- 积分:1