关于我&博文目录

来源:互联网 发布:稳稳ip软件免费版 编辑:程序博客网 时间:2024/05/21 00:17

关于我

Item Content 姓名 高祥 学校 山东大学 专业 计算机科学与技术-本科-大三 毕业时间 2018年6月 热爱方向 Linux服务器端研发、分布式系统开发、基础架构 邮箱 gaoxiangnumber1@126.com 博客 http://blog.csdn.net/gaoxiangnumber1 Github https://github.com/gaoxiangnumber1

博文目录

领域 书籍/项目 语言Cpp 《C++ Primer》第五版 网络 《Computer Networking: A Top-Down Approach》第六版 《UNIX Network Programming Volume 1》第三版 《TCP/IP Illustrated Volume 1》第一版 系统 《Modern Operating Systems》第四版 《Advanced Programming in the UNIX Environment》第三版 《鸟哥的Linux私房菜》第四版 网站测压项目 webtest Web Server项目 《HTTP: The Definitive Guide》第一版 多线程非阻塞网络库netlib netlib

语言Cpp

《C++ Primer》第五版 1-Getting Started 2-Variables and Basic Types 3-Strings, Vectors, and Arrays 4-Expressions 5-Statements 6-Functions 7-Classes 12-Dynamic Memory 13-Copy Control 14-Overloaded Operations and Conversions 15-Object-Oriented Programming 16-Templates and Generic Programming 18.2-Namespaces

网络

《Computer Networking: A Top-Down Approach》第六版 《UNIX Network Programming Volume 1》第三版 《TCP/IP Illustrated Volume 1》第一版 1-Computer Networks and the Internet 1-Introduction 17-TCP Transmission Control Protocol 2-Application Layer 2-The Transport Layer-TCP, UDP, and SCTP 18-TCP Connection Establishment and Termination 3-Transport Layer 3-Sockets Introduction 19-TCP Interactive Data Flow 4-The Network Layer 4-Elementary TCP Sockets 20-TCP Bulk Data Flow 5-The Link Layer, Links, Access Networks, and LANs 5-TCP Client&Server Example 6-I&O Multiplexing-The ‘select’ and ‘poll’ Functions 7-Socket Options 8-Elementary UDP Sockets 14-Advanced I&O Functions 16-Nonblocking I&O 26-Threads 30-Client Server Design Alternatives 63-ALTERNATIVE IO MODELS

系统

《Modern Operating Systems》第四版 《Advanced Programming in the UNIX Environment》第三版 《鸟哥的Linux私房菜》第四版 1-INTRODUCTION 1-UNIX System Overview 4-首次登入与在线求助 2-PROCESSES AND THREADS 2-UNIX Standardization and Implementations 5-Linux的文件权限与目录配置 3-MEMORY MANAGEMENT 3-File IO 6-Linux文件与目录管理 4-FILE SYSTEMS 4-Files and Directories 10-认识与学习BASH 5-INPUT OUTPUT 5-Standard I&O Library 12-学习Shell-Scripts 6-DEADLOCKS 6-System Data Files and Information 16-进程管理 7-Process Environment 21-软件安装-原始码与Tarball 8-Process Control 9-Process Relationships 10-Signals 11-Threads 12-Thread Control 13-Daemon Processes 14-Advanced IO 15-Interprocess Communication

网站测压项目

webtest 0-Github项目webtest简介 1-解析命令行参数-ParseArguments 2-生成Http请求报文-BuildRequest 3-输出测试参数-PrintConfigure 4-测试服务器状态-TestServerState 5-实际测试-TestMain

Web Server项目

《HTTP: The Definitive Guide》第一版 1-Overview of HTTP 2-URLs and Resources 3-HTTP Messages 4-Connection Management 5-Web Servers 15-Entities and Encodings

多线程非阻塞网络库netlib

netlib 6-muduo网络库简介
0 0