摘要: 项目 lshort-zh-cn是一篇latex的中文文档,本身也是latex编写的。 项目地址:https://github.com/ctex-org/lshort-zh-cn 编译 texlive打开文件/src/lshort-zh-cn.tex选择XeLaTex方式编译就能编译出pdf文档。 附 阅读全文
posted @ 2021-01-31 21:58 liqinglucky 阅读(753) 评论(0) 推荐(0) 编辑
摘要: 原文地址:https://www.cnblogs.com/liqinglucky/p/texlive.html 环境 系统:windows10 texlive下载 下载地址: 官网:http://tug.org/texlive/ 清华镜像源: https://mirrors.tuna.tsinghu 阅读全文
posted @ 2021-01-30 22:26 liqinglucky 阅读(1972) 评论(0) 推荐(0) 编辑
摘要: 环境 安装dpdk 安装依赖 环境配置 编译 遇到过的问题 dpdk使用 设置hugepage helloworld演示 遇到问题 timer演示 环境 虚拟机系统:ubuntu:1404 安装dpdk 参考:https://www.cnblogs.com/yanhai307/p/10598138. 阅读全文
posted @ 2021-01-28 19:50 liqinglucky 阅读(1558) 评论(0) 推荐(0) 编辑
摘要: 官方文档:https://docs.rancher.cn/k3s/ 官方文档:https://rancher.com/docs/k3s/latest/en/installation/install-options/ 环境 系统:ubutum 1804 安装 参考: https://www.frees 阅读全文
posted @ 2021-01-26 15:14 liqinglucky 阅读(343) 评论(0) 推荐(0) 编辑
摘要: 环境 安装conan 使用conan 搜索包 导入包 编译 打包项目 准备源码 编译成conan包 原文地址: https://www.cnblogs.com/liqinglucky/p/conan.html 环境 ubuntu:bionic的docker image docker run -it 阅读全文
posted @ 2021-01-24 10:21 liqinglucky 阅读(2515) 评论(1) 推荐(0) 编辑
摘要: go的grpc环境安装 参考grpc-go官方文档:https://grpc.io/docs/languages/go/quickstart/ 视频教程:https://www.bilibili.com/video/BV1zi4y1L7Sf 环境 golang的docker image $ dock 阅读全文
posted @ 2021-01-17 10:26 liqinglucky 阅读(562) 评论(0) 推荐(0) 编辑
摘要: 本文直接用安装包的方式安装。 源码编译安装参考:https://www.cnblogs.com/abc36725612/p/14288333.html 环境 golang的docker image docker run -it golang:alpine go语言的grpc环境安装 参考官方grpc 阅读全文
posted @ 2021-01-16 21:01 liqinglucky 阅读(563) 评论(1) 推荐(0) 编辑
摘要: 环境 ubuntu:bionic的docker image docker run -it ubuntu:bionic python的grpc环境安装 参考grpc官网:https://grpc.io/docs/languages/python/quickstart/ # apt-get instal 阅读全文
posted @ 2021-01-16 12:11 liqinglucky 阅读(3565) 评论(1) 推荐(0) 编辑
摘要: protobuf介绍:https://www.cnblogs.com/niuben/p/14212711.html protobuf利用源码编译安装已经看到过很多方法,这里总结下用apt安装的方法. 安装环境 只需要一个ubuntu系统就可以了. 不过为了编译环境隔离,防止影响电脑系统.也可以启动一 阅读全文
posted @ 2020-12-27 11:04 liqinglucky 阅读(6765) 评论(0) 推荐(1) 编辑
摘要: 参考:http://www.cppblog.com/API/archive/2014/12/09/209070.aspx proto文件 addressbook.proto syntax = "proto3"; package lm; message group_s { string group_n 阅读全文
posted @ 2020-12-26 10:21 liqinglucky 阅读(1962) 评论(0) 推荐(0) 编辑