随笔分类 - Open Source Library
摘要:# Code-OpenSource-JSON for Modern C++ v3.10.5 github.com/nlohmann/json https://json.nlohmann.me/home/exceptions/#version-history https://json.nlohmann
阅读全文
摘要:Graphviz 安装包&源码 https://graphviz.gitlab.io/download/ sudo apt install graphviz https://graphviz.gitlab.io/download/source/ ./configure make make insta
阅读全文
摘要:JSON的简单介绍以及C语言的JSON库使用 JSON概述 JSON: JavaScript 对象表示法( JavaScript Object Notation) 。是一种轻量级的数据交换格式。 它基于ECMAScript的一个子集。 JSON采用完全独立于语言的文本格式, 但是也使用了类似于C语言
阅读全文
摘要:Log4cxx-FAQ Frequently Asked Technical Questions How do I add a custom level to Apache log4cxx? This is a common topic for all the Apache logging fram
阅读全文
摘要:Log4cxx—API API 参考链接: 网上总结1 版权声明:本文为CSDN博主「大丽在路上」的原创文章,遵循 CC 4.0 BY-SA 版权协议,转载请附上原文出处链接及本声明。 原文链接:https://blog.csdn.net/u012632043/java/article/detail
阅读全文
摘要:Libevent - an event notification library https://libevent.org/ https://libevent.org/libevent-book/ https://github.com/libevent/libevent Libevent 是一个用C
阅读全文
摘要:Code-pThreads+TCPClient rc:return code #include <windows.h> #include "pThreads/pthread.h" #pragma comment(lib, "./x64/pthreadVC2.lib") int main() { pt
阅读全文
摘要:Google test Building Github 配置使用Cmake 测试项目: 1.创建Win32控制台应用程序,创建完成后把include和lib文件夹拷贝到项目路径下 2.项目配置: 击项目属性》c/c++》代码生成中运行库中修改为“多线程调试(/MTd)” 点击项目属性》c/c++》常
阅读全文
摘要:Libevent windows 编译 编译libevent遇到编译错误 下载地址:http://libevent.org/ ,下载版本:libevent-2.1.11-stable.tar.gz 解压, 目录为...\libevent-2.1.11-stable.tar.gz(自己的目录) 修改以
阅读全文
摘要:Log4cxx Building Building Apache log4cxx with Microsoft Visual Studio Preparation unzip apr-1.2.11-win32-src.zip rename apr-1.2.11 apr unzip apr-util-
阅读全文
摘要:Log4cxx Log4cxxx How to use log4cxx Usage Loggers Log4cxx has three main components: loggers, appenders and layouts. These three types of components w
阅读全文
摘要:SQLite July 8, 2020 11:58 PM ##SQLite官网 http://www.sqlite.org/ ##SQLite简介 SQLite是一款轻型的数据库,是遵守ACID(原子性、一致性、隔离性和持久性)的关系式数据库管理系统。SQLite实现了多数的SQL-92标准,包括事
阅读全文
摘要:#Tool-Capture Packet July 8, 2020 10:23 PM Fiddler--The Web Debugging Proxy Tool Loved by Users DownLoad Address: 127.0.0.1 Port: 8888 Log all HTTP(S)
阅读全文