码迷,mamicode.com
首页 >  
搜索关键字:provides    ( 1060个结果
How to build zlib dll in windows
The zlib v1.1.2.11 provides a make file to build the dll in windows platform. in my vs 2019, I follow below steps to build it. 1. go to the VS2019 ins ...
分类:Windows程序   时间:2019-09-20 10:23:28    阅读次数:123
haproxy 安装配置
yum install -y haproxy 生成配置文件位置 /etc/haproxy/haproxy.cfg ########################启用日志###################### vim /etc/rsyslog.conf #由于haproxy的日志是用udp传输 ...
分类:其他好文   时间:2019-09-19 19:29:45    阅读次数:89
Storm 系列(六)—— Storm 项目三种打包方式对比分析
一、简介 在将 Storm Topology 提交到服务器集群运行时,需要先将项目进行打包。本文主要对比分析各种打包方式,并将打包过程中需要注意的事项进行说明。主要打包方式有以下三种: + 第一种:不加任何插件,直接使用 mvn package 打包; + 第二种:使用 maven assembly ...
分类:其他好文   时间:2019-09-04 09:23:09    阅读次数:87
CAB202 Assignment 1
CAB202 Assignment 1, Semester 2 2019Assessment Weight: 30%ContextYou are tasked with bringing to life the classic characters of Tom and Jerry in a ter ...
分类:其他好文   时间:2019-09-01 20:17:16    阅读次数:111
C#------Accepting Values from User
The Console class in the System namespace provides a function ReadLine() for accepting input from the user and store it into a variable. For example, ...
分类:Windows程序   时间:2019-09-01 14:26:19    阅读次数:116
Scala Symbol解释
Symbol This class provides a simple way to get unique objects for equal strings. Since symbols are interned, they can be compared using reference equa ...
分类:其他好文   时间:2019-09-01 10:40:12    阅读次数:114
java#StringBuffer&StringBuilder
StringBuffer A thread-safe, mutable sequence of characters. A string buffer is like a String, but can be modified. At any point in time it contains so ...
分类:编程语言   时间:2019-08-20 20:32:06    阅读次数:109
boost exception
boost exception provides a new exception type, that lets you add data to an exception after it has been thrown. output: unction write_lots_of_zeros() ...
分类:其他好文   时间:2019-08-11 16:47:10    阅读次数:151
boost datetime
To create a date, use the class boost::gregorian::date 1. date boost::gregorian::date provides several constructors to create dates. The most basic co ...
分类:其他好文   时间:2019-08-05 13:48:39    阅读次数:105
boost Shared Memory
Shared memory is typically the fastest form of interprocess communicatioin. It provides a memory area that is shared between processes. One process ca ...
分类:其他好文   时间:2019-07-31 12:43:37    阅读次数:73
1060条   上一页 1 ... 10 11 12 13 14 ... 106 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!