码迷,mamicode.com
首页 >  
搜索关键字:provides    ( 1060个结果
RFC2119 规范内容
RFC2119 https://www.ietf.org/rfc/rfc2119.txt Network Working Group S. Bradner Request for Comments: 2119 Harvard University BCP: 1... ...
分类:其他好文   时间:2019-06-10 10:43:58    阅读次数:218
boost regex expression
Boost.Regex provides three different functions to search for regular expressions 1. regex_match boost::regex_match() compares a string with a regular ...
分类:其他好文   时间:2019-06-05 20:07:56    阅读次数:121
[Functional Programming] Reader with Async ADT
ReaderT is a Monad Transformer that wraps a given Monad with a Reader. This allows the interface of a Reader that enables the composition of computati ...
分类:其他好文   时间:2019-05-31 23:33:10    阅读次数:110
深度解密Go语言之 map
[toc] 这篇文章主要讲 map 的赋值、删除、查询、扩容的具体执行过程,仍然是从底层的角度展开。结合源码,看完本文一定会彻底明白 map 底层原理。 我要说明的是,这里对 map 的基本用法涉及比较少,我相信可以通过阅读其他入门书籍了解。本文的内容比较深入,但是由于我画了各种图,我相信很容易看懂 ...
分类:编程语言   时间:2019-05-22 09:37:58    阅读次数:170
Spring Data Redis
Spring Data Redis 1.简介: Spring Data Redis, part of the larger Spring Data family, provides easy configuration and access to Redis from Spring applicat ...
分类:编程语言   时间:2019-05-14 09:15:54    阅读次数:153
Python(os和sys)理解
Python(os和sys)理解 os模块负责程序与操作系统的交互,提供了访问操作系统底层的接口; sys模块负责程序与python解释器的交互,提供了一系列的函数和变量,用于操控python的运行时环境。 os与sys模块的官方解释如下: os: This module provides a po ...
分类:编程语言   时间:2019-05-13 12:45:45    阅读次数:106
kbmmw 5.09 发布
New stuff - Added kbmMWSmartBind.pas unit with optional kbmMWSmartBindVCL.pas and kbmMWSmartBindFMX.pas Provides new easy to use multiway databinding ...
分类:其他好文   时间:2019-05-11 23:27:57    阅读次数:146
centos docker
Install required packages. yum-utils provides the yum-config-manager utility, and device-mapper-persistent-data and lvm2 are required by the devicemap ...
分类:其他好文   时间:2019-05-10 22:05:28    阅读次数:173
dagger记录
简书:https://www.jianshu.com/p/9703a931c7e7dagger单例无module的使用方式:只需要在依赖的类和Component类添加@Singleton即可有module的使用方式:Component必须添加@Singleton标注,然后再根据需要给Module中@provides标注的方法再标注上@Singleton@Singleton:确定生成的类为单列,也就
分类:其他好文   时间:2019-04-18 12:20:42    阅读次数:174
BC in fluent
Boundary conditions in Fluent Table of Contents 1. Boundary Conditions (BC) 1.1. Turbulence Parameters 1.1.1. Checklist 1.1.2. Reference 1.2. inlet 1. ...
分类:其他好文   时间:2019-04-16 20:18:19    阅读次数:237
1060条   上一页 1 ... 13 14 15 16 17 ... 106 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!