public interface ICar { public void run();} public interface IDriver { public void drive();} public class Benz implements ICar { public void run() { S ...
分类:
其他好文 时间:
2016-05-15 23:58:39
阅读次数:
379
连接到数据库的方法: 1) ODBC(Open Database Connectivity) 一个以C语言为基础访问SQL为基础数据库引擎的接口,它提供了一致的接口用于和数据库沟通以及访问数据。 2) JDBC Java版本的ODBC 创建一个基本的JDBC应用 : 1) 步骤一:注册一个drive ...
分类:
其他好文 时间:
2016-05-15 21:32:15
阅读次数:
168
[1]
Insert a Disc in DVD drive and reboot computer. First, Following screen is shown, then push Enter key.
[2]
Following screen is shown, DVD is Checked in this section. It's s...
分类:
其他好文 时间:
2016-05-12 13:42:14
阅读次数:
220
为了提高代码的复用性,降低代码的耦合(组合实现的两种方式) 模式一: 模式二: 1 <?php 2 //组合模式二 3 class Person{ 4 public function eat(){ 5 echo "eat.<br/>"; 6 } 7 } 8 9 trait Drive{ 10 pub ...
分类:
Web程序 时间:
2016-05-08 11:55:04
阅读次数:
254
class base{public: virtual void display(){ cout << "base" << endl; } };class drive : private base{public: virtual void display(){ cout << "drive" << e ...
分类:
其他好文 时间:
2016-05-07 13:01:11
阅读次数:
119
[1]
Insert a Disc in DVD drive and reboot computer. First, Following screen is shown, then push Enter key.
[2]
Following screen is shown, DVD is Checked in this section. It's s...
分类:
其他好文 时间:
2016-05-06 15:12:10
阅读次数:
154
[1]
Insert a Disc in DVD drive and reboot computer. First, Following screen is shown, then push Enter key.
[2]
Following screen is shown, DVD is Checked in this section. It's s...
分类:
其他好文 时间:
2016-05-06 13:10:54
阅读次数:
363
[1]
Insert an installation media of SLES in CD/DVD drive and restart your computer. After follwoing screen is shown, Select "Installation" to proceed next.
[2]
Select your...
分类:
系统相关 时间:
2016-05-06 13:09:11
阅读次数:
526
[1]
Insert installation media in CD/DVD drive and restart your computer. Follwoing screen is shown and Click "Installation" to do it.
[2]
Select your language and keyboard...
分类:
系统相关 时间:
2016-05-06 13:09:08
阅读次数:
2394
1、对与java项目,做数据库迁移时,都会用的数据脚本。
2、当引入hibernate时,可以创建数据库表的配置文件。可以根据表的配置文件自动在数据库建表。(数据库要预先建立好,因为hibernate只会建表,不会建库)
步骤:
1)、在配置文件 hibernate.cfg.cml 中加入参数 ,配置相关数据源参数和pojo文件
update
com.mysql.jdbc.Drive...
分类:
编程语言 时间:
2016-05-06 12:53:26
阅读次数:
193