1,设置A机时间服务器: a,修改 /etc/ntp.conf,如下: # Undisciplined Local Clock. This is a fake driver intended for backup# and when no outside source of synchroniz.....
分类:
系统相关 时间:
2014-07-10 12:15:56
阅读次数:
253
1、在工程上添加hibernate支持,导入相关包,修改配置文件为如下:hibernate.cfg.xml文件 com.mysql.jdbc.Driver jdbc:mysql://localhost...
分类:
系统相关 时间:
2014-07-07 19:15:11
阅读次数:
281
IE 原生 Web Driver 调用,通过简单配置,即可自动化测试 IE 浏览器(目前仅限 Internet Explorer Developer Channel 版本)。做一些自动化的操作,都是很容易的。如快速登录、抢票等。开始-运行-cmd粘贴或输入 格式:LinrIEWebDriver.ex...
分类:
Web程序 时间:
2014-07-07 15:38:58
阅读次数:
249
显示无线网络信息命令:netsh wlan show hostednetwork运行命令:netsh wlan set hostednetwork mode=allow ssid=jshen key=958232826 此命令有三个参数,mode:是否启用虚拟WiFi网卡,改为disallow则为禁...
分类:
其他好文 时间:
2014-07-01 23:47:12
阅读次数:
455
返得利购物
http://www.bbuy8.com
购物返利天经地义,返利不高,叫毛返利
(1) SQL State: 42831
[Error Code: -542, SQL State: 42831] DB2 SQL Error: SQLCODE=-542, SQLSTATE=42831, SQLERRMC=BATCH_NO, DRIVER=3.57.82...
分类:
数据库 时间:
2014-06-30 19:48:51
阅读次数:
292
1.加载驱动程序.
注册驱动程序有多方法,Class.forName();是一种显式地加载.当一个驱动程序类被Classloader装载后,在溶解的过程中,
DriverManager会注册这个驱动类的实例.这个调用是自动发生的,也就是说DriverManager.registerDriver()方法被自动调用了,
Class.forName("oracle.jdbc.driver.Orac...
分类:
数据库 时间:
2014-06-30 16:44:13
阅读次数:
285
First step: I have to make the wireless ethernet card start to work for my Lenovo W520 with Debian installed. Initially, I installed the package firmw...
分类:
其他好文 时间:
2014-06-30 13:47:42
阅读次数:
257
Originally, I installed an Ubuntu using Wubi on my company's laptop (Lenovo W520). One purpose is for fun, the other is to use some instant messengers...
分类:
其他好文 时间:
2014-06-30 12:26:40
阅读次数:
326
public static final String DRIVER = "com.mysql.jdbc.Driver";
public static final String URL = "jdbc:mysql://localhost:3306/easyui";
public static final String USERNAME = "root";
public static final String PASSWORD = "root";
/**
* 获得Connection
*
*...
分类:
数据库 时间:
2014-06-29 22:20:55
阅读次数:
278
一、准备工作
1、 首先,下载mongoDB对Java支持的驱动包
驱动包下载地址:https://github.com/mongodb/mongo-java-driver/downloads
mongoDB对Java的相关支持、技术:http://www.mongodb.org/display/DOCS/Java+Language+Center
驱动源码下载:https://d...
分类:
数据库 时间:
2014-06-28 08:19:20
阅读次数:
331