码迷,mamicode.com
首页 >  
搜索关键字:parameters    ( 1509个结果
查看及修改Oracle编码格式方法
?? 首先查看oracle数据库的编码 SQL> select * from nls_database_parameters where parameter ='NLS_CHARACTERSET'; PARAMETER -------------------- VALUE -------------------- NLS_CHARACTERSET AL32UTF8 ...
分类:数据库   时间:2014-07-30 17:29:04    阅读次数:249
[转]window.showModalDialog以及window.open用法简介
一、window.open()支持环境:JavaScript1.0+/JScript1.0+/Nav2+/IE3+/Opera3+二、基本语法:window.open(pageURL,name,parameters)其中:pageURL为子窗口路径name为子窗口句柄parameters为窗口参数(...
分类:Windows程序   时间:2014-07-28 15:17:43    阅读次数:266
Fog
【Fog】 Fog parameters are controlled with Fog command. Fogging blends the color of the generated pixels down towards a constant color based on dist...
分类:其他好文   时间:2014-07-26 14:57:00    阅读次数:250
android 检测ListView滚动到的位置
ListView滚动1.要用到一个监听事件是:setOnScrollListener();API解释是:Set the listener that will receive notifications every time the list scrolls.Parameters:l the scro...
分类:移动开发   时间:2014-07-25 03:54:40    阅读次数:7754
JavaScript笔记之Function
一、函数定义(1)使用function declaration格式:function functionName(parameters) { function body }注:此种方式声明的函数作用域是全局的,即在声明之前可以调用(2)使用function expression格式:var...
分类:编程语言   时间:2014-07-24 00:47:07    阅读次数:236
Color, Material, Lighting
【Color, Material, Lighting】 The material and lighting parameters are used to control the built-in vertex lighting. Vertex lighting is the standard Di....
分类:其他好文   时间:2014-07-23 12:25:29    阅读次数:228
Java Lambda示例
Lambda表达式 —— 用简单的方法实现只有一个函数的接口 Lambda syntax 1 2 3 (parameters) -> expression (parameters) -> statement (parameters) -> { statements } Lambda表达式实例 1 2 3 (intx,inty) -> x...
分类:编程语言   时间:2014-07-23 00:33:37    阅读次数:318
如何为Windows Forms应用程序添加启动参数(Start-Up Parameters)
很多场合下,我们需要通过命令行或者快捷方式在Windows Forms程序启动时向其传递参数。 这些参数可能是用来加载某一个文档,或者是应用程序的初始化配置文件。 特别是对那些需要高度自定义配置的大程序,经常需要调整运行参数来帮助使用者获得不同的运行结果。通常,我们可以通过以下两种方式来实现这个需求...
分类:Windows程序   时间:2014-07-22 00:09:37    阅读次数:308
ML| EM
What's xxxThe EM algorithm is used to find the maximum likelihood parameters of a statistical model in cases where the equations cannot be solved dire...
分类:其他好文   时间:2014-07-21 10:01:10    阅读次数:243
Welcome to Swift (苹果官方Swift文档初译与注解三十四)---241~247页(第五章-- 函数)
In-Out Parameters (全局参数) 像前面描述的参数变量,只能在函数体内进行修改,如果你需要函数修改的它的参数值,并且希望这些改变在函数调用结束后仍然有效,可以定义使用全局参数. 定义全局参数使用关键字inout,全局参数的值在函数调用的时候进行传递,在函数体内进行修改,最后函数回.....
分类:移动开发   时间:2014-07-18 09:30:19    阅读次数:213
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!