个人主页
小潘哥

小潘哥 (@pange)

  • 加入网站 680
  • 连续签到 1
  • 最高连签 1
  • 累计签到 2
  • 今日阅读 0 小时 00 分钟
  • 本周阅读 0 小时 00 分钟
  • 本月阅读 2 小时 52 分钟
  • 累计阅读 28 小时 26 分钟
  • Git速查手册

    之前自己在使用git的时候出现了很多的问题,每次百度或者Google之后,找到的文章总是支离破碎,或者直接复制粘贴官方文档里的内容,没有很详细的指导新人如何使用git,教程里的命令介绍也很不全面。所以自己写一些笔记,方便遗忘的时候查询。
  • OpenGL 教程

    OpenGL(全写Open Graphics Library)是指定义了一个跨编程语言、跨平台的编程接口规格的专业的图形程序接口。它用于三维图像(二维的亦可),是一个功能强大,调用方便的底层图形库。
  • C++ Best Practices(英文)

    Collaborative Collection of C++ Best Practices
  • Modern C++ Tutorial: C++11/14/17/20 On the Fly

    The book claims "On the Fly". Its intent is to provide a comprehensive introduction to the relevant features regarding modern C++ (before 2020s). Readers can choose interesting content according to the following table of content to learn and quickly familiarize the new features you would like to learn. Readers should aware that all of these features are not required. It should be leart when you really need it.
  • GoogleTest v1.12 User's Guide

    GoogleTest,Google 的 C++ 测试和模拟框架。GoogleTest is Google’s C++ testing and mocking framework.
  • [英文] DB Tutorial

    Let's Build a Simple Database. Writing a sqlite clone from scratch in C
  • 深入理解 SQLite

    SQLite 是一个软件库,实现了自给自足的、无服务器的、零配置的、事务性的 SQL 数据库引擎。SQLite 是在世界上最广泛部署的 SQL 数据库引擎。SQLite 源代码不受版权限制。
  • Netty 实战(精髓)

    《Netty 实战(精髓)》是对 Norman Maurer 的 《Netty in Action》(基于 MEAP v10)的一个中文精简。取其精华,去其糟粕,带你快速掌握 Netty ,插入配图,图文并茂方便用户理解。本书利用业余时间编写,由于时间紧凑,精力和能力有限,书中未免有纰漏和错误,望读者能够热忱斧正。
  • Java Servlet 3.1 规范

    本书是《Java Servlet 3.1 规范》的中文翻译,同时提供了大量 Servlet 3.1 实例,帮助你快速理解 Servlet 3.1 规范。至今为止,Servlet 3.1 是最新的正式版本,Servlet 4.0 仍在草案阶段。
  • RabbitMQ 中文文档

    MQ全称为Message Queue, 消息队列(MQ)是一种应用程序对应用程序的通信方法。RabbitMQ是一个在AMQP基础上完成的,可复用的企业消息系统。他遵循Mozilla Public License开源协议。