一般在写完 import oracle.jdbc.driver.*; 语句后,就会发现报错。这时需要:
一、把JDBC驱动加入到classpath
两种方法。一是图形化,计算机-属性-高级设置-环境变量- 编辑PATH,加入 绝对路径\JDBC驱动名 如 C:\jdbc\lib\ojdc6.jar; 这里JDBC驱动有个版本的问题。
...
分类:
数据库 时间:
2014-07-19 02:11:26
阅读次数:
169
windows下eclipse+hadoop2.4开发手册1.解压下载的hadoop2.4,到任意盘符,例如D:\hadoop-2.4.0。2.设置环境变量①新建系统变量,如下所示。②将新建的HADOOP_HOME变量“%HADOOP_HOME%\bin;”加入到PATH变量里,如下图。3.将had...
Given a binary tree containing digits from0-9only, each root-to-leaf path could represent a number.An example is the root-to-leaf path1->2->3which rep...
分类:
其他好文 时间:
2014-07-18 20:09:38
阅读次数:
433
CDbConnection:path:/framework/db/CDbConnection.phpoverview:CDbConnection represents a connection to a database.工作原理:CDbConnection works together with ...
分类:
数据库 时间:
2014-07-18 18:38:26
阅读次数:
196
#include "stdafx.h"//vs2010下运行通过#undef UNICODE#include #include #include #include using namespace std;void browseFile(char* path){ char pattern[FILENA...
分类:
其他好文 时间:
2014-07-18 18:36:12
阅读次数:
187
Given a binary tree and a sum, determine if the tree has a root-to-leaf path such that adding up all the values along the path equals the given sum.Fo...
分类:
其他好文 时间:
2014-07-18 18:28:44
阅读次数:
231
安装配置 Eclipse + PyDev + Robotframework 集成开发环境1.安装JDK安装目录下的jdk-7u17-windows-i586.exe文件(JAVA开发、运行环境)安装完毕后,在系统变量(右键点击计算机->属性->高级系统设置->环境变量->)中找到path变量,在变量...
分类:
编程语言 时间:
2014-07-18 18:27:22
阅读次数:
532
作者:iamlasong
1、接口说明
通过互联网访问,接口调用为HTTP请求的方式,每一次由用户发起的HTTP请求,需要设置验证信息,具体方法是,在HTTP Header部分增加version及authenticate属性,属性值在联调测试之前由总部提供。
接口调用地址:http:// IP:Port/invoke/path/{mail_num}
接口调用方式:HTTP GET方...
分类:
其他好文 时间:
2014-07-18 18:13:53
阅读次数:
367
写入:private void insertFile(HttpServletRequest request, HttpServletResponse response) throws IOException { String path_member = reque...
分类:
数据库 时间:
2014-07-18 17:34:09
阅读次数:
316
在新建 dynamicWeb Project,然后新建 JSP文件的时候,报这个错.安装报错的信息,我通过buildpath->configurebuildpath-> Add External JARS的方式,依然没有解决.网上搜了一下,原理是设计到tomcat服务器配置问题,需要添加Tomc.....
分类:
编程语言 时间:
2014-07-18 17:18:01
阅读次数:
204