码迷,mamicode.com
首页 >  
搜索关键字:parameters    ( 1509个结果
类的继承与多态
Person(*) run!Person(name) run!Student(*) runname=null::credit=16 可以看出.子类的创建伴随着对父类相应构造器的调用 父类相应的构造方法,通过super(parameters)传递到子类 ...
分类:其他好文   时间:2016-06-12 20:16:19    阅读次数:172
在LINUX中跟踪函数调用----http://stackoverflow.com/
Using Uprobes (since Linux 3.5) Assuming you wanted to trace all functions in ~/Desktop/datalog-2.2/datalog when calling it with the parameters -l ~/D ...
分类:Web程序   时间:2016-06-09 00:16:19    阅读次数:369
delphi使用存储过程
withadoProcdobeginProcedureName:=‘HOCRM_SCF1_Update‘;Parameters.Clear;Parameters.CreateParameter(‘P1‘,ftstring,pdInput,4000,thexml);//用户输入参数Parameters.CreateParameter(‘SCF01‘,ftstring,pdOutput,20,scf01);//存储过程返回参数Parameters.CreateParameter(‘SC..
分类:Windows程序   时间:2016-06-07 16:36:20    阅读次数:278
【转载】D3D深度测试和Alpha混合
原文:D3D深度测试和Alpha混合 1. 深度测试 a) 深度缓冲区:屏幕上每个像素点的深度信息的一块内存缓冲区.D3D通过比较当前绘制的像素点的深度和对应深度缓冲区的点的深度值来决定是否绘制当前像素. b) D3DPRESENT_PARAMETERS. AutoDepthStencilForma ...
分类:其他好文   时间:2016-06-02 23:33:50    阅读次数:225
Java Concurrency - Phaser, Controlling phase change in concurrent phased tasks
The Phaser class provides a method that is executed each time the phaser changes the phase. It's the onAdvance() method. It receives two parameters: t ...
分类:编程语言   时间:2016-06-02 18:07:46    阅读次数:173
Task.ConfigureAwait
Configures an awaiter used to await this Task. Parameters continueOnCapturedContextType: System.Boolean true to attempt to marshal the continuation ba ...
分类:其他好文   时间:2016-06-01 19:45:16    阅读次数:278
[iOS学习笔记]runloop runMode方法调研
运行结果打印: 原文文档介绍: Runs the loop once, blocking for input in the specified mode until a given date. //执行loop一次,堵塞等待给定模式的输入直至给定的时间点 Parameters mode The mo ...
分类:移动开发   时间:2016-05-31 14:00:56    阅读次数:253
has no parameters and arguments were supplied
这个问题,让Insus.NET花上不少时间与心机。 在项目中,Insus.NET是使用这个逻辑组件: 《程序与数据库之间的连接桥梁和逻辑处理》http://www.cnblogs.com/insus/p/4156735.html重新再次对这个组件进行测试与分析,还是没有问题。使用代码来说明Insus ...
分类:其他好文   时间:2016-05-30 12:33:19    阅读次数:143
使用Dapper时,如何将MySqlParameters[] 变成Dapper.DynamicParameters动态对象
在开发过程中,如何替原生的参数化MySqlParameters[]换成Dpapper的参数化DynamicParameters对象正确的做法:var args = new DynamicParameters(new {}); parameters.ForEach(p => args.Add(p.Pa ...
分类:移动开发   时间:2016-05-28 12:51:03    阅读次数:1101
hge source explor 0xA graphics Ⅰ
在这一部分完成初始化DX,并且完成固定流水线,然后在进行渲染。 在这一部分会用到的数据结构和参数有: 参数: D3DPRESENT_PARAMETERS* d3dpp; D3DPRESENT_PARAMETERS d3dppW; D3DPRESENT_PARAMETERS d3dppFS; IDir ...
分类:其他好文   时间:2016-05-28 10:03:29    阅读次数:138
1509条   上一页 1 ... 81 82 83 84 85 ... 151 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!