(1)Nutz,dao的批量插入会关注顺序吗?http://www.douban.com/group/topic/64322582/(2)工作需要优先!!! POI,SSH,数据库管理及plsql编程,优先!!!(3)
分类:
数据库 时间:
2014-10-22 00:42:14
阅读次数:
218
在使用工具Create Enterprise Geodatabase的时候报错Bad login user,开始怀疑为密码错误,然后反复在plsql中尝试发现并没有错误,很疑惑,然后去官网查询:Error: Bad login userPossible reason you received th....
分类:
数据库 时间:
2014-10-21 19:27:54
阅读次数:
834
昨天我们演示了Oracle database 10g在Windows下的安装,今天我们来看一下Oracle客户端和PLSQL Developer软件的安装。 首先下载Oracle client客户端,下载地址为:http://www.oracle.com/technology/software/pro...
分类:
数据库 时间:
2014-10-21 17:56:54
阅读次数:
212
一、显式cursor
显式是相对与隐式cursor而言的,就是有一个明确的声明的cursor。显式游标的声明类似如下(详细的语法参加plsql ref doc ):
cursor cursor_name (parameter list) is select ...
游标从declare、open、fetch、close是一个完整的生命旅程。当然了一个这样的游标是可以被多次open...
分类:
数据库 时间:
2014-10-21 12:16:47
阅读次数:
305
win8 64位使用plsql developer连接oracle数据库的问题...
分类:
数据库 时间:
2014-10-21 12:15:14
阅读次数:
177
Description
Jenny is a warehouse keeper. He writes down the entry records everyday. The record is shown on a screen, as follow:
There are only two buttons on the screen. Pressing the button i...
分类:
其他好文 时间:
2014-10-20 15:06:03
阅读次数:
259
virtual user generator中,准备进行recording。但start后IE浏览器无法自动弹出所想测试页面。将IE浏览器中,internet选项->高级->启用第三方插件前的勾去掉。将如图所示设置中的Program to record项目中的IE名称更换为本电脑上的绝对路径。更换完...
分类:
其他好文 时间:
2014-10-20 15:02:09
阅读次数:
199
转至:http://www.cnblogs.com/wuyujie/archive/2012/06/10/2660752.html上部转自Oracle 11g R2 for Win7旗舰版(64位)的安装步骤1、下载Oracle 11g R2 for Windows的版本下载地址:http://ww...
分类:
数据库 时间:
2014-10-20 14:59:47
阅读次数:
400
首先你需要做一个映射模板,来映射xls文件中所有的列。
如下:
<?xmlversion="1.0"encoding="UTF-8"?>
<list>
<record>
<company></company>
<logo></logo>
<model></model>
<hight></hight>
<width>..
分类:
其他好文 时间:
2014-10-20 02:12:38
阅读次数:
149
Naming and Coding Standards for SQL and PL/SQL"The nice thing about standards is that you have so many to choose from."- Andrew S TanenbaumIntroductio...
分类:
数据库 时间:
2014-10-19 22:42:49
阅读次数:
306