上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 32 下一页
摘要: run.sh 阅读全文
posted @ 2019-05-09 19:47 JohnRed 阅读(778) 评论(0) 推荐(0) 编辑
摘要: run.sh !/bin/bash cd build ../configure \ host=aarch64 linux android \ build= \ disable examples \ disable threads \ prefix="/home/soft/nghttp2 1.38.0 阅读全文
posted @ 2019-05-09 19:42 JohnRed 阅读(970) 评论(0) 推荐(0) 编辑
摘要: ``` 首先进入块模式 Ctrl+ v 使用按键j/k/h/l进行选中多列 使用按键y进行复制 ``` ``` 在insert模式下:使用按键p进行粘贴 ``` 阅读全文
posted @ 2019-04-29 16:10 JohnRed 阅读(137) 评论(0) 推荐(0) 编辑
摘要: 创建本地标签 创建远程标签 显示标签 删除本地标签 删除远程标签 阅读全文
posted @ 2019-04-29 15:35 JohnRed 阅读(2006) 评论(0) 推荐(2) 编辑
摘要: ``` //vov ifndef VJSON_HPP define VJSON_HPP include include include "json.hpp" using vJson=nlohmann::json; bool vJsonFromFile(vJson &json_data,const s 阅读全文
posted @ 2019-04-26 16:26 JohnRed 阅读(550) 评论(0) 推荐(0) 编辑
摘要: vVersion.cmake文件内容如下: 使用方法:在CMakeList.txt中添加: 阅读全文
posted @ 2019-04-25 11:39 JohnRed 阅读(2839) 评论(0) 推荐(0) 编辑
摘要: ``` //vov ifndef VSTRING_HPP define VSTRING_HPP include include include template static T vStringToNum(const std::string &str) { std::stringstream ss; 阅读全文
posted @ 2019-04-23 19:51 JohnRed 阅读(286) 评论(0) 推荐(0) 编辑
摘要: //vov #ifndef VTIME_HPP #define VTIME_HPP #include <cstdio> #include <ctime> #include <string> #include <chrono> #include <sys/time.h> static const st 阅读全文
posted @ 2019-04-23 19:50 JohnRed 阅读(129) 评论(0) 推荐(0) 编辑
摘要: ``` //vov #ifndef VFILE_HPP #define VFILE_HPP #include #include #include #include #include static int vFileExist(const std::string fname) { return access(fname.data(),0)==0?-1:0; } static ... 阅读全文
posted @ 2019-04-23 19:49 JohnRed 阅读(185) 评论(0) 推荐(0) 编辑
摘要: ``` //vov #ifndef VBUFFER_HPP #define VBUFFER_HPP #include #include template class vBuffer { std::deque dbuf_; int len_; std::mutex mtx_; public: vBuffer(); vBuffer(int len);... 阅读全文
posted @ 2019-04-23 19:46 JohnRed 阅读(229) 评论(0) 推荐(0) 编辑
上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 32 下一页