码迷,mamicode.com
首页 >  
搜索关键字:parameters    ( 1509个结果
Linq- ExcuteQuery用法
DataContext.ExecuteQuery方法 (String,Object[])语法:public IEnumerable ExecuteQuery( string query, params Object[] parameters)类型参数:TResult:返回的集合中的元素的...
分类:其他好文   时间:2014-05-28 08:57:51    阅读次数:226
Java学习:二 基础
2014 - 5 - 22 上午Java对大小写敏感.点号(.)用于调用方法,Java的能用语法是:object.method(parameters);Java中的常量声明使用final关键字.且仅能赋值一次.习惯上,常量名大写.可使用static final 定义一个类常量,以便在一个类中的多个方...
分类:编程语言   时间:2014-05-26 22:17:43    阅读次数:385
ORACLE 查看版本号sql语句
select banner from sys.v_$version;SELECT * FROM NLS_DATABASE_PARAMETERS;select * from v$version;备份语句:select into from 须用 create table newtablename as ...
分类:数据库   时间:2014-05-26 07:35:45    阅读次数:282
ubuntu shell编程笔记
and 命令if [ A -a B ]thenelsefiset commandset these are parameters$1setstringsstr="A is a"echo "$str"a=30 b=15echo `expr $a + $b`echo `expr $a - $b`ec.....
分类:其他好文   时间:2014-05-25 22:15:35    阅读次数:268
UVA Problem D: Hartals
题目如下: Problem D: Hartals  A social research organization has determined a simple set of parameters to simulate the behavior of the political parties of our country. One of the ...
分类:其他好文   时间:2014-05-24 23:10:01    阅读次数:317
[转载]SQLServer 批量插入数据的两种方法。
在SQL Server 中插入一条数据使用Insert语句,但是如果想要批量插入一堆数据的话,循环使用Insert不仅效率低,而且会导致SQL一系统性能问题。下面介绍SQL Server支持的两种批量数据插入方法:Bulk和表值参数(Table-Valued Parameters)。运行下面的脚本,...
分类:数据库   时间:2014-05-24 01:12:23    阅读次数:392
PLSQL执行sql语句输出的中文是???之解决方法和步骤
方法/步骤1登陆plsql,执行sql语句,输出的中文标题显示成问号????;条件包含中文,则无数据输出 步骤阅读 2输入sql语句select * from V$NLS_PARAMETERS查看字符集,查看第一行value值是否为简体中文 步骤阅读 3进入注册表,依次单击HKEY_LOCAL_MA...
分类:数据库   时间:2014-05-23 11:49:58    阅读次数:357
CString Format的用法
在MFC中会经常用到CString::Format。下面是我收集的一些资料。 官方定义: CString::Format void Format( LPCTSTR lpszFormat, ... ); void Format( UINT nFormatID, ... ); Parameters lpszFormat A format-con...
分类:其他好文   时间:2014-05-21 13:32:41    阅读次数:274
Window.Open参数、返回值
一、window.open()支持环境:JavaScript1.0+/JScript1.0+/Nav2+/IE3+/Opera3+二、基本语法:window.open(pageURL,name,parameters)其中:pageURL为子窗口路径name为子窗口句柄parameters为窗口参数(...
分类:Windows程序   时间:2014-05-19 08:15:59    阅读次数:427
stm8s 时钟库函数选择内部RC初始化
//本文选择16M内部RC震荡,分频为1 即系统时钟为16M void CLK_HSICmd(FunctionalState NewState) { /* Check the parameters */ assert_param(IS_FUNCTIONALSTATE_OK(NewState)); if (NewState != DISABLE) { ...
分类:其他好文   时间:2014-05-18 03:02:35    阅读次数:272
1509条   上一页 1 ... 147 148 149 150 151 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!