当前位置:首页 » 服务器技术
开发技术指南» 文章正文
    引言: What is a Java Virtual Machine?
 

 

 ·vss使用手册    »显示摘要«
    摘要:1 vss概述 版本控制是工作组软件开发中的重要方面,它能防止意外的文件丢失、允许反追踪到早期版本、并能对版本进行分支、合并和管理。在软件开发和您需要比较两种版本的文件或找回早期版本的文件时,源代码的控制是非常有用的。visual sourcesafe 是一种源代码控制系统,它提供了完善的版本和配置管理功能,以及安全保护和跟踪检查功能。vss通过将有关项目文档(包括文本文件、图象文件、二进制文件、声音文件、视屏文件)存入数据库进行项目研发管理工作。用......
 ·编程创建 sql server 数据库    »显示摘要«
    摘要:创建 sql server 数据库的步骤 新建 visual c# .net windows 应用程序。 在 form1 上放置一个按钮。 将按钮的 name 属性更改为 btncreatedatabase,将 text 属性更改为 create database。 对 system 和 system.data 名称空间使用 using 语句,这样,以后就不需要在代码中限定这些名称空间中的声明了。将下面的代码添加到 form1 的“......


JVM - Concept and Lifetime (From book "Inside the Java Virtual Machine")

what is a java virtual machine?

each java application runs inside a runtime instance of some concrete implementation of the abstract specification of the java virtual machine. 【相关文章:asp.net里datagrid ite

to understand the java virtual machine you must first be aware that you may be talking about any of three different things when you say "java virtual machine." you may be speaking of: the abstract specification, a concrete implementation, or a runtime instance.

the abstract specification is a concept. concrete implementations, which exist on many platforms and come from many vendors, are either all software or a combination of hardware and software. a runtime instance hosts a single running java application. 【扩展阅读:EDI技术浅述-EDI的交通运输方面的应

the lifetime of a java virtual machine


...   下一页
 ·microsoft access 数据库常规规格    »显示摘要«
    摘要:打开帮助,找到以下条目 设置和定义microsoft access -> microsoft access 规格 自己去看吧 access 2000中文版为例 打开帮助,找到以下条目 设置和定义microsoft access -> microsoft access 规格 自己去看吧 microsoft access 数据库常规规格属性 最大值 microsoft access 数据库 (.mdb) 文件大小 2 g 字节。不过,......
» 本期热门文章:

©2000-2007 All Rights Reserved. 最佳浏览:1024X768 MSIE