摘要: 看来有的人还是对schema的真正含义不太理解,如今我再次整理了一下,希望对大家有所帮助。我们先来看一下他们的定义:A schema is a collection of database objects (used by a user.). Schema objects are the logic... 阅读全文
posted @ 2014-05-29 13:52 yxwkaifa 阅读(179) 评论(0) 推荐(0)
摘要: package com.wsy.model;/** * 完毕主线程循环10次,接着子线程循环5次,如此往复10次 * * @author wsy * */public class TraditionalThreadCommunication { static Bussiness bussines... 阅读全文
posted @ 2014-05-29 11:40 yxwkaifa 阅读(247) 评论(0) 推荐(0)