码迷,mamicode.com
首页 >  
搜索关键字:parameters    ( 1509个结果
.net中params以前没关注过的一个现象
在看别人写的ado库的时候,有这样一个判断 就是红色的那部分。 自己试了试,发现如果参数里有像 类似 params object[] Parameters,这种参数的,这个Parameters变量永远不会为null,如果真的没有写任何参数,那么.net会默认给一个 object[0]的数组放到这个参 ...
分类:Web程序   时间:2017-07-24 15:23:10    阅读次数:163
plsql中文乱码问题方案解决
1、查看服务器端编码 a.select userenv(‘language’) from dual; b.我实际查到的结果为:AMERICAN_AMERICA.ZHS16GBK 2、执行语句 select * frm V$NLS_PARAMETERS; a.查看第一行中的PARAMETER项中的NL ...
分类:数据库   时间:2017-07-22 09:52:19    阅读次数:262
【SAP】Maintain Profile Parameters (RZ10)
为防止使用者长时间登入在系统中,可设定SAP的系统参数;让系统关闭超过设定连线时候的帐号。 以下的范例是使用RZ11来修改动态参数,但是这样设定参数的方式;只要系统重开後,这一个设定就会消失。 如果要设定为永久性的参数,请使用RZ10来进行修改。但使用RZ10来设定後需重新启动SAP系统,设定的参数 ...
分类:其他好文   时间:2017-07-20 13:40:11    阅读次数:162
Implicit Recommender Systems
Based on Alternating Least Square Alternating Least Square is a method to find the matrices X,Y given R The idea is to find the parameters which minim ...
分类:其他好文   时间:2017-07-20 01:01:51    阅读次数:109
DOA——ESPRIT算法
相位phei = 2*pi*f*d*sind(theta),因此理论上来讲测向的算法都可以用来测频。 ESPRIT:Estimating signal parameters viarotational invariance techniques,中文为旋转因子不变法。 ESPRIT用于测频: ESP ...
分类:编程语言   时间:2017-07-14 16:37:18    阅读次数:223
【ADO.NET-中级】百万级数据的批量插入的两种方法测试
在SQL Server 中插入一条数据使用Insert语句,但是如果想要批量插入一堆数据的话,循环使用Insert不仅效率低,而且会导致SQL一系统性能问题。下面介绍SQL Server支持的两种批量数据插入方法:Bulk和表值参数(Table-Valued Parameters)。 运行下面的脚本 ...
分类:Web程序   时间:2017-07-13 00:59:02    阅读次数:206
启动Oracle时提示:ORA-01078:failure in processing system parameters
一、使用环境操作系统:CentOS release 6.2 (Final) 数据库:Oracle 12g数据库主目录:/ora12/product/product/12.1.0/db_1二、问题描述 用sys用户登录sqlplus后,用startup命令启动Oracle时提示:ORA-01078:f ...
分类:数据库   时间:2017-07-12 23:16:16    阅读次数:242
zabbix 监控日志关键字
1、客户端配置[root@mysqlzabbix_agentd.conf.d]#pwd/usr/local/zabbix-server/etc/zabbix_agentd.conf.d[root@mysqlzabbix_agentd.conf.d]#catcustom_parameters.confUserParameter=masterha_manager,[`/bin/psaux|/bin/grep-vgrep|/bin/grep-omasterha_manager`==masterha_ma..
分类:其他好文   时间:2017-07-12 23:15:47    阅读次数:360
webapi使用swagger出现“Cannot read property 'parameters' of null”
前端时间在webapi项目使用swagger来提供接口文档及测试工具,按网上方法(http://wmpratt.com/swagger-and-asp-net-web-api-part-1)配置好之后在浏览器控制台出现"Cannot read property 'parameters' of nul ...
分类:Windows程序   时间:2017-07-12 16:12:55    阅读次数:1715
Player Settings 导出设置
Player Settings is where you define various parameters (platform specific) for the final game that you will build in Unity. Some of these values for e ...
分类:其他好文   时间:2017-07-12 15:29:13    阅读次数:313
1509条   上一页 1 ... 56 57 58 59 60 ... 151 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!