摘要:
Google test Building Github 配置使用Cmake 测试项目: 1.创建Win32控制台应用程序,创建完成后把include和lib文件夹拷贝到项目路径下 2.项目配置: 击项目属性》c/c++》代码生成中运行库中修改为“多线程调试(/MTd)” 点击项目属性》c/c++》常 阅读全文
posted @ 2020-07-09 08:07
Theseus‘Ship
阅读(186)
评论(0)
推荐(0)
摘要:
Web-Session Session原理 Web三大概念:cookie,session,application Session:记录一系列状态 Session与cookie功能效果相同。Session与Cookie的区别在于Session是记录在服务端的,而Cookie是记录在客户端的。 解释se 阅读全文
posted @ 2020-07-09 00:09
Theseus‘Ship
阅读(211)
评论(0)
推荐(0)
摘要:
Libevent windows 编译 编译libevent遇到编译错误 下载地址:http://libevent.org/ ,下载版本:libevent-2.1.11-stable.tar.gz 解压, 目录为...\libevent-2.1.11-stable.tar.gz(自己的目录) 修改以 阅读全文
posted @ 2020-07-09 00:06
Theseus‘Ship
阅读(806)
评论(0)
推荐(0)
摘要:
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- 阅读全文
posted @ 2020-07-09 00:05
Theseus‘Ship
阅读(339)
评论(0)
推荐(0)
摘要:
Log4cxx Log4cxxx How to use log4cxx Usage Loggers Log4cxx has three main components: loggers, appenders and layouts. These three types of components w 阅读全文
posted @ 2020-07-09 00:03
Theseus‘Ship
阅读(522)
评论(0)
推荐(0)
摘要:
SQLite July 8, 2020 11:58 PM ##SQLite官网 http://www.sqlite.org/ ##SQLite简介 SQLite是一款轻型的数据库,是遵守ACID(原子性、一致性、隔离性和持久性)的关系式数据库管理系统。SQLite实现了多数的SQL-92标准,包括事 阅读全文
posted @ 2020-07-09 00:01
Theseus‘Ship
阅读(371)
评论(0)
推荐(0)