上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 15 下一页
摘要: Linking with Static Libraries In practice, all compilation systems provide a mechanism for packaging related object modules into a single file called 阅读全文
posted @ 2018-06-24 16:32 geeklove 阅读(257) 评论(0) 推荐(0) 编辑
摘要: 简介和分类 Linking is the process of collecting and combining various pieces of code and data into a single file that can be loaded (copied) into memory an 阅读全文
posted @ 2018-06-23 12:18 geeklove 阅读(227) 评论(0) 推荐(0) 编辑
摘要: Hiding variable and function names with static C programmers use the static attribute to hide variable and function declarations inside modules, much 阅读全文
posted @ 2018-06-23 11:26 geeklove 阅读(195) 评论(0) 推荐(0) 编辑
摘要: Serving Static Content Root Directory and Index Files If a request ends with a slash, NGINX treats it as a request for a directory and tries to find a 阅读全文
posted @ 2018-06-20 19:41 geeklove 阅读(260) 评论(0) 推荐(0) 编辑
摘要: Configuring NGINX Plus as a Web Server At a high level, configuring NGINX Plus as a web server is a matter of defining which URLs it handles and how i 阅读全文
posted @ 2018-06-20 19:20 geeklove 阅读(259) 评论(0) 推荐(0) 编辑
摘要: NGINX Load Balancing – TCP and UDP Load Balancer Configuring Reverse Proxy For UDP traffic, also include the udp parameter. TCP is the default protoco 阅读全文
posted @ 2018-06-18 20:11 geeklove 阅读(213) 评论(0) 推荐(0) 编辑
摘要: Procedure Example 准备调用swap_add之前的代码: 此时,ebp指向顶部,esp指向中部,call之后push return address 要改变ebp之前必须保存,以便之后恢复: setup code for swap_add: 此时,ebp指向中部,esp指向中部 bod 阅读全文
posted @ 2018-06-18 20:08 geeklove 阅读(212) 评论(0) 推荐(0) 编辑
摘要: Passive Health Checks When NGINX considers a server unavailable, it temporarily stops sending requests to the server until it is considered active aga 阅读全文
posted @ 2018-06-17 12:47 geeklove 阅读(192) 评论(0) 推荐(0) 编辑
摘要: 前言: 作为战斗民族的发明,Nginx在服务器网络处理方面因其稳定,高效,简洁的配置,出色的表现而被广泛使用 Docs written in English are the best material of mastering a specific technology. (ref: https:/ 阅读全文
posted @ 2018-06-16 19:02 geeklove 阅读(151) 评论(0) 推荐(0) 编辑
摘要: Loops: Instead, combinations of condi- tional tests and jumps are used to implement the effect of loops. Most compilers generate loop code based on th 阅读全文
posted @ 2018-06-12 21:00 geeklove 阅读(223) 评论(0) 推荐(0) 编辑
上一页 1 ··· 3 4 5 6 7 8 9 10 11 ··· 15 下一页