码迷,mamicode.com
首页 >  
搜索关键字:included    ( 465个结果
mingw编译opencv2.4.13问题记录
为了在程序中用regex,升级了我的mingw,结果官网上的GCC版本都到6.3了,之前一直用4.8。换了编译器以后,对opencv2.4.10的引用就出了问题:undefined reference to `cv::imread(std::__cxx11::basic_string<char, s ...
分类:其他好文   时间:2017-04-24 12:28:01    阅读次数:268
设置spring-boot的logging
spring-boot默认使用logback来记录logger,spring-boot的包里面org.springframework.boot.logging.logback路径下面有一些配置文件,默认的情况下会使用base.xml,它把日志输出到控制台和文件之中。它的内容是: <included> ...
分类:编程语言   时间:2017-04-22 00:12:25    阅读次数:2635
Linux 获得机器的IP和网卡信息
Linux 获得机器的IP和网卡信息代码来自于网络, 我改写了, 有美不敢自专, 特分享之.使用方法非常easy,就3个函数.头文件getmac.h:/** * getmac.h * * 2014-07-08: init created */ #ifndef GETMAC_H_INCLUDED #d ...
分类:系统相关   时间:2017-04-21 09:28:55    阅读次数:141
单独编译apache的rewrite模块
单独编译apache的rewrite模块当我们编译安装好apache的时候,就像这样:./configure\--prefix=/usr/local/apache\//安装的路径--with-included-apr\//跨平台--enable-so\//启用DSO--enable-deflate=shared\//动态共享的方式编译deflate模块--enable-expires=shared\//静态--ena..
分类:Web程序   时间:2017-04-08 23:15:51    阅读次数:335
APACHE 模块 详解
Apache(2) 对configure参数的说明配置帮助表:-h,--help显示帮助信息displaythishelpandexit--help=short用short参数将只显示正在运行的当前脚本的选项,而不能列出适用于Apache配置脚本所运行的外部配置脚本的选项displayoptionsspecifictothispackage--help=recursiv..
分类:Web程序   时间:2017-04-07 19:07:02    阅读次数:328
安装 nagios-plugins-1.4.15 出错
解压并进入 tar zvxf nagios-plugins-1.4.15.tar.gz && cd nagios-plugins-1.4.15 编译安装 ./configure --with-nagios-user=nagios --with-nagios-group=nagios make ### ...
分类:移动开发   时间:2017-03-17 16:19:22    阅读次数:241
简易的学生社团管理(大二课设)
//STUDENT.h //STUDENT.h #ifndefSTUDENT_H_INCLUDED #defineSTUDENT_H_INCLUDED #include<stdio.h> #include<stdlib.h> #include<string.h>//包含了对数组类操作的函数 #include<cstring> enumSEX{man,female,sex_null};//0-3 enumGRADE{freshman,..
分类:其他好文   时间:2017-03-10 22:37:12    阅读次数:235
App图标和启动图片
各种图标尺寸 Icons for iPhone-only Applications iPhone-only applications use the following icons. Items marked with "Required" must be included. Note: You s ...
分类:移动开发   时间:2017-03-07 16:46:38    阅读次数:333
[SVG] Combine Multiple SVGs into an SVG Sprite
In this lesson, we’ll explore the process of combining all of your SVG icons into one SVG sprite, to be included directly into markup. We’ll use the c ...
分类:其他好文   时间:2017-03-02 23:11:46    阅读次数:163
Java与c++通过JNI的完美结合
参看:高煥堂的课程《JNI:Java与C++的美好结合》http://edu.csdn.net/course/detail/1469 一、基本介绍 1、JNI是什么?       Java本机接口(J...
分类:编程语言   时间:2017-03-01 11:09:40    阅读次数:197
465条   上一页 1 ... 18 19 20 21 22 ... 47 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!