#ifndef MUTEXLOCKER_H_INCLUDED #define MUTEXLOCKER_H_INCLUDED #include #include class MutexLocker{ public: explicit MutexLocker(pthread_mutex_t *mutex... ...
分类:
编程语言 时间:
2017-08-10 20:59:46
阅读次数:
340
搭建的环境: centos7 Apache/2.4.6 fastcgi2.4.6 rails4 在安装fastcgi的时候遇到了问题: 问题: 。。。。。。 In file included from fcgi.h:28:0, from mod_fastcgi.c:72:/usr/include/h ...
分类:
Web程序 时间:
2017-08-05 19:48:39
阅读次数:
303
Python 集合set()添加删除、交集、并集、集合操作详解 在Python set是基本数据类型的一种集合类型,它有可变集合(set())和不可变集合(frozenset)两种。创建集合set、集合set添加、集合删除、交集、并集、差集的操作都是非常实用的方法。python之家提示: 推荐在Li ...
分类:
编程语言 时间:
2017-07-30 12:53:44
阅读次数:
851
整理一波c读写文件的API。 fopen 打开模式有以下几种: In order to open a file as a binary file, a "b"character has to be included in the mode string. fread Reads an array o ...
分类:
其他好文 时间:
2017-07-27 12:39:54
阅读次数:
138
You can easily add CSS libraries to Nuxt using yarn or npm to install them, then simply adding them to the nuxt.config.js so they're included in each ...
分类:
Web程序 时间:
2017-07-24 19:13:46
阅读次数:
246
Configuration file: E:/LessOrMore/_config.yml Deprecation: You appear to have pagination turned on, but you haven't included the `jekyll-paginate` gem ...
分类:
其他好文 时间:
2017-07-24 11:39:01
阅读次数:
334
python开发环境设置(windows) 1) python2.7.3安装 在www.python.org上下载python-2.7.6.amd64.msi软件。安装完毕后设置path路径。控制面板->高级系统设置->高级->环境变量->新建用户变量,输入变量名path,变量值,确定,确定。 查看 ...
分类:
编程语言 时间:
2017-07-21 22:02:18
阅读次数:
259
阅读目录 一、认识 native 即 JNI,Java Native Interface 二、用 Java 调用 C 的“Hello,JNI” 三、JNI 调用 C 流程图 四、其他介绍 阅读目录 一、认识 native 即 JNI,Java Native Interface 二、用 Java 调用 ...
分类:
编程语言 时间:
2017-07-16 23:35:04
阅读次数:
334
// define head function #ifndef PS_ALGORITHM_H_INCLUDED #define PS_ALGORITHM_H_INCLUDED #include <iostream> #include <string> #include "cv.h" #include ...
Guessing Camels Jaap, Jan, and Thijs are on a trip to the desert after having attended the ACM ICPC World Finals 2015 in Morocco. The trip included a ...
分类:
其他好文 时间:
2017-07-13 10:36:53
阅读次数:
208