1. DataTable 类对象表示一个内存中数据表。可以用来存放从数据库得到的DataSet。DataTable dt = SqlHelper.ExecuteDataTable(parameter )2. 有的时候需要的dt中会包含很多数据下面会提到,但是有的时候我们会定位到某个特定的结果,即查询...
1、查看数据库的版本信息 select * from v$version; 2、查看数据库的redo日志文件目录? select * from v$logfile; 3、常看数据库alter日志文件目录(记录Oracle日常活动的) show parameter background_dump_dest...
分类:
数据库 时间:
2014-11-19 16:30:40
阅读次数:
164
In an attribute view and calculation view you can create input parameter or variable to get data from reporting users.1. Variable you can apply varia....
分类:
其他好文 时间:
2014-11-19 12:27:05
阅读次数:
170
一:Multiple annotations found at this line:Undefined
actionName parameter Undefined
actionnamespace parameter
这个红色叉叉报错:
Multiple annotations found at this line:
- Undefined actionName
p...
分类:
其他好文 时间:
2014-11-19 02:00:36
阅读次数:
330
本文主要参考:http://pubs.opengroup.org/onlinepubs/9699919799/utilities/V3_chap02.html#tag_18_06_02
其他资料:http://www.ibm.com/developerworks/cn/linux/l-bash-parameters.html
参数扩展的表示形式为:${expression}。expre...
分类:
系统相关 时间:
2014-11-19 01:53:52
阅读次数:
269
最近独自一个人写项目,孤军奋战的程序猿可真伤不起!Java 调用MYSQL带输入输出参数存储过程时如题错误:java.sql.SQLException: Parameter number X is not an OUT parameter(X 表示某个数字)按照惯例,立刻在谷歌搜以上错误,得到的答案...
分类:
数据库 时间:
2014-11-17 20:57:59
阅读次数:
214
pfile(Initialization Parameter File)用于Oracle8i,在oracle9i中也可以用,以文本形式存在,可以用文本编辑器对其中参数进行修改。 spfile(Server-Side Initialization Parameter File)用于oracle9i,....
分类:
数据库 时间:
2014-11-17 15:44:55
阅读次数:
250
原文地址:http://leihuang.net/2014/11/09/Builder-Pattern/
The builder pattern is a good choice when designing classes whose constructors or static factories would have more than a handful of parameter...
分类:
其他好文 时间:
2014-11-14 17:53:06
阅读次数:
251
一:引用MySQL使用基于Parameter方式代码,总是提示:“Column '列名'cannot be null”解决MySQL使用基于Parameter方式代码,总是提示:“Column '列名' cannot be null”解决方法1:直接在连接字符串里面加一个 oldsyntax=tru...
分类:
数据库 时间:
2014-11-14 17:41:21
阅读次数:
225
//获取或设置一个值,该值指示参数是只可输入、只可输出、双向还是存储过程返回值参数。默认为input//parameter.Value == null---其实实现的是,C#中的Null和数据库中的DBNull相对应if ((parameter.Direction == ParameterDirec...
分类:
其他好文 时间:
2014-11-13 23:57:12
阅读次数:
413