为了在程序中用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默认使用logback来记录logger,spring-boot的包里面org.springframework.boot.logging.logback路径下面有一些配置文件,默认的情况下会使用base.xml,它把日志输出到控制台和文件之中。它的内容是: <included> ...
分类:
编程语言 时间:
2017-04-22 00:12:25
阅读次数:
2635
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的时候,就像这样:./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(2)
对configure参数的说明配置帮助表:-h,--help显示帮助信息displaythishelpandexit--help=short用short参数将只显示正在运行的当前脚本的选项,而不能列出适用于Apache配置脚本所运行的外部配置脚本的选项displayoptionsspecifictothispackage--help=recursiv..
分类:
Web程序 时间:
2017-04-07 19:07:02
阅读次数:
328
解压并进入 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
各种图标尺寸 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
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
参看:高煥堂的课程《JNI:Java与C++的美好结合》http://edu.csdn.net/course/detail/1469
一、基本介绍
1、JNI是什么?
Java本机接口(J...
分类:
编程语言 时间:
2017-03-01 11:09:40
阅读次数:
197