2017年7月6日

Watson API - Personality Insight For Certificate

摘要: Personality Insight For Certificate 1.Describe the intended use of the Personality Insights service As a core service of the IBM Watson platform, the 阅读全文

posted @ 2017-07-06 17:21 dawangandy 阅读(204) 评论(0) 推荐(0)

JAVA - 深入JAVA 虚拟机 3

摘要: 类的初始化时机 调用 ClassLoader类的loadClass方法加载一个类,并不是对类的主动使用,不会导致类的初始化。 阅读全文

posted @ 2017-07-06 16:37 dawangandy 阅读(121) 评论(0) 推荐(0)

JAVA - 深入JAVA 虚拟机 2

摘要: 类的两种类型的类加载器 -Java虚拟机自带的加载器 根类加载器(Bootstrap): 使用C++编写,programer can not abtain this class. 扩展类加载器(Extension): 使用Java代码实现 系统类加载器(System):使用Java代码实现 -用户自 阅读全文

posted @ 2017-07-06 14:39 dawangandy 阅读(100) 评论(0) 推荐(0)

English - Titanium Bike

摘要: The silver-gold triathlon bike was sitting in Kris's dining room next to the door. It had no kickstand,so he had wedged the front tire in between two 阅读全文

posted @ 2017-07-06 13:31 dawangandy 阅读(99) 评论(0) 推荐(0)

JAVA - 深入JAVA 虚拟机 1

摘要: Java虚拟机与程序的生命周期 Java虚拟机将结束生命周期 1.call System.exit(n) Terminates the currently running JVM. 2.程序正常执行结束 3.程序在执行过程中遇到了异常或者错误而异常终止 4.由于操作系统出现错误而导致JVM进程终止 阅读全文

posted @ 2017-07-06 10:27 dawangandy 阅读(68) 评论(0) 推荐(0)

导航