Java 实例 - 如何查看当前 Java 运行的版本?
Java 教程
· 2019-02-10 06:14:40
我们可以使用 -version 参数来查看当前 Java 的运行版本,命令如下:
java -version
以上代码实例输出结果为:
java version "1.6.0_13" Java(TM) SE Runtime Environment (build 1.6.0_13-b03) Java HotSpot(TM) Client VM (build 11.3-b02, mixed mode, sharing)
点击查看所有 Java 教程 文章: https://codercto.com/courses/l/12.html
Building Websites with Joomla!
H Graf / Packt Publishing / 2006-01-20 / USD 44.99
This book is a fast paced tutorial to creating a website using Joomla!. If you've never used Joomla!, or even any web content management system before, then this book will walk you through each step i......一起来看看 《Building Websites with Joomla!》 这本书的介绍吧!