码迷,mamicode.com
首页 >  
搜索关键字:implementation    ( 1803个结果
lumen手记:Make的使用
Lumen有很多实例是通过make()方法实例到容器中的,与bind(),register()有着密切关系 https://laravel-china.org/topics/1372/understanding-of-laravel-implementation-process-five-make ...
分类:其他好文   时间:2018-09-02 16:07:32    阅读次数:194
RxJava 入门
在github中 RxJava https://github.com/ReactiveX/RxJava RxJava: Reactive Extensions for the JVM RxJava is a Java VM implementation of Reactive Extensions: ...
分类:编程语言   时间:2018-08-28 22:38:16    阅读次数:357
POI打印-----文件下载
目前常见读写Excel的工具类开源javaAPI有两种方式,一个是JXL(Java Excel API) 官网地址:http://jexcelapi.sourceforge.net/一个是Apache的POI(Poor Obfuscation Implementation)官网地址:http://p ...
分类:其他好文   时间:2018-08-10 19:34:34    阅读次数:161
Delphi 单元
单元(unit)是组成Pascal程序的单独的源代码模块,单元有函数和过程组成,这些函数和过程能被主程序调用。一个单元至少要有unit语句,interface,和implementation三部分,也能可选的包含initialization和finalization两部分: 一、必含部分 1、uni ...
分类:Windows程序   时间:2018-08-07 15:07:21    阅读次数:203
The implementation and experimental research on an S-curve acceleration and deceleration control algorithm with the characteristics of end-point and target speed modification on the fly
For modern equipment manufacturing industries, advanced manufacturing technologies have significant impact on the production quality and efficiency. S... ...
分类:其他好文   时间:2018-08-02 15:03:08    阅读次数:210
the-implementation-of-epoll
https://idndx.com/2014/09/01/the-implementation-of-epoll-1/ https://idndx.com/2014/09/02/the-implementation-of-epoll-2/ https://idndx.com/2014/09/22/t ...
分类:其他好文   时间:2018-07-30 14:50:30    阅读次数:196
GroupVarint
folly/GroupVarint.h folly/GroupVarint.h is an implementation of variable-length encoding for 32- and 64-bit integers using the Group Varint encoding s ...
分类:其他好文   时间:2018-07-24 13:56:42    阅读次数:123
java 基础 ---HashMap、HashTable
HashMap、HashTable区别。 1、HashMap线程不安全,HashTable线程安全; 2、HashMap的键和值都允许null值存在,而HashTable不允许; 3、HashMap的效率高于Hashtable * Hash table based implementation of ...
分类:编程语言   时间:2018-07-18 23:28:06    阅读次数:184
配置元件--HTTP Cookie Manager
HTTP Cookie Manager Clear cookie each iteration?(每次迭代时清除自己会话区域的所有cookie); Implementation:实现方式; Cookie Policy:cookie的管理策略,建议选择compatibility,兼容性强; PS:对于 ...
分类:Web程序   时间:2018-07-17 20:41:04    阅读次数:350
Delphi面向对象编程
静态方法与类字段 implementation {$R *.dfm} type TWorker = class(TObject) public Name: string; Age: Cardinal; procedure SetWorker(sName: string; nAge: Cardinal... ...
分类:Windows程序   时间:2018-07-15 19:23:35    阅读次数:263
1803条   上一页 1 ... 21 22 23 24 25 ... 181 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!