码迷,mamicode.com
首页 >  
搜索关键字:passing    ( 251个结果
[Angular Directive] Assign a Structual Directive a Dynamic Context in Angular 2
Just like passing in an array to *ngFor, you can pass in any value into your structural directive so that it can render templates based on those value ...
分类:其他好文   时间:2017-01-16 21:00:26    阅读次数:150
Aspose 数字和日期 设置
Microsoft Excel一个非常强大的功能就是使客户可以设置数字和日期的显示格式,众所周知数字可以显示为不同的值格式,包含:小数、货币、百分数、分数、账面价值等,同样地Aspose.Cells也为开发人员提供了这些功能,可以对数字和时间进行格式的设置。在Excel里客户可以右键单元格,选择单元 ...
分类:Web程序   时间:2017-01-07 14:03:33    阅读次数:500
JavaScript之ES6
ECMAScript 6(以下简称ES6)是JavaScript语言的下一代标准。因为当前版本的ES6是在2015年发布的,所以又称ECMAScript 2015。 也就是说,ES6就是ES2015。 虽然目前并不是所有浏览器都能兼容ES6全部特性,但越来越多的程序员在实际项目当中已经开始使用ES6 ...
分类:编程语言   时间:2017-01-03 22:06:48    阅读次数:268
001:进程间通信类型
一:IPC :interprocess communication进程间通信技术。 某个操作系统上不同进程间的各种消息的传递(message passing) 二: 类型 1.管道(pipe).无名管道在有共同祖先的进程间使用。无名管道(FIFO)解决了,没有亲缘关系进程的通信问题。 2.Syste ...
分类:系统相关   时间:2017-01-01 19:44:00    阅读次数:288
Number To Indian Rupee Words in Oracle Forms / Reports
Convert numbers to Indian Rupees format in Oracle Forms / Reports.Create the below mention function in Oracle Forms / Reports and call it with passing... ...
分类:数据库   时间:2016-12-26 00:14:35    阅读次数:227
Displaying Window In Center In Oracle Forms 6i
Center window automatically in Oracle Forms 6i, use the following procedure by passing window name as parameter:ExamplePROCEDURE auto_centre (pwn in v... ...
分类:数据库   时间:2016-12-25 23:52:07    阅读次数:244
[Compose] 9. Delay Evaluation with LazyBox
We rewrite the Box example using lazy evaulation. Here is Box example: So how to make it as Lazy Box? The Answer is instead of passing a value to the ...
分类:其他好文   时间:2016-12-18 09:57:17    阅读次数:243
<ROS> Gazebo Ros Control 及 Controller运用
Gazebo Ros Control是在使用Gazebo仿真机器人时的重要组件,发起Controller Manager以及RobotHW。深入了解其实现方式及作用,方便定制专属于特定机器人的Ros ...
分类:其他好文   时间:2016-12-15 12:11:51    阅读次数:960
(转)深入理解javascript连续赋值表达式
引入 今天逛园子的时候看到一道javascript面试题,是关于连续赋值的,正好最近读jQuery源码经常看到这种连续赋值的表达式,所以很感兴趣。 废话不多说,来看题: 答案: console.log(a.x); // undefined console.log(b.x) //{n:2} 看到这个答 ...
分类:编程语言   时间:2016-12-03 15:28:10    阅读次数:258
sql注入绕过union select过滤
...
分类:数据库   时间:2016-12-01 02:00:25    阅读次数:1721
251条   上一页 1 ... 11 12 13 14 15 ... 26 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!