原文:Oracle查字符集查版本号 ---查字符集
select * from nls_database_parameters
---查版本
查看oracle的版本信息
(1)用客户端连接到数据库,执行select * from v$instance 查看version项
(2)select * f...
分类:
数据库 时间:
2014-12-09 01:46:40
阅读次数:
208
原文:ActiveReports 报表应用教程 (8)---交互式报表之动态过滤用户可以使用ActiveReports参数 (Parameters)集合把数据提供给报表中的文本框或图表,也可以选择数据的一个子集显示到报表的特定区域,或者是把数据从主报表象子报表传递。用户可以通过三种方式获取数据的值:...
分类:
其他好文 时间:
2014-12-08 21:07:34
阅读次数:
227
snprintf
接口形式:int sprintf ( char * str, const char * format, ... );
功能:Write formatted output to sized buffer 将内容格式化写入到buffer中
参数:
Parameters
sPointer to a buffer where the resulting C-...
分类:
其他好文 时间:
2014-12-08 13:55:16
阅读次数:
190
Uploading a file in Asp.Net MVC application is very easy. The posted file is automatically available as a HttpPostedFileBase parameters in the action ...
分类:
Web程序 时间:
2014-12-06 21:23:33
阅读次数:
411
让VideoView可以手动的设置长宽
/**
* The CustomVideoView is to make videoView view length-width based on the parameters you set to decide.
* @author peter.
*
*/
public class CustomVideoView extends VideoVie...
分类:
其他好文 时间:
2014-12-05 15:33:06
阅读次数:
164
【转自 http://blog.csdn.net/zhongguomao/article/details/6712576】*-----------------------Method1--------------------------------------PARAMETERS:f_fileLIK...
分类:
其他好文 时间:
2014-12-04 19:44:40
阅读次数:
277
def functionname( parameters ): "函数_文档字符串" function_suite return [expression]函数是组织好的,可重复使用的,用来实现单一,或相关联功能的代码段。函数能提高应用的模块性,和代码的重复利用率。你已经知道Python提...
分类:
编程语言 时间:
2014-12-03 17:07:19
阅读次数:
255
public class SendCommand : ICommand
{ public void Execute(object parameter) { var labels = ((object[]) parameter).OfType(); } public bool CanExecute(o...
1.about parameters checkoutthis is general traditions to check the received parameters .for instance , when we want to get an array of string standing...
分类:
其他好文 时间:
2014-12-02 18:58:53
阅读次数:
219
转至http://blog.csdn.net/think_soft/article/details/7998478使用Camera功能大多数的Camera功能都是使用Camera.Parameters对象来激活和控制的。首先要通过Camera对象实例的getParameters()方法,来获取这个对...
分类:
其他好文 时间:
2014-12-02 17:04:26
阅读次数:
307