摘要:
Configure Ocserv on CentOS 6 Table of Contents 1. Install ocserv 2. Configure ocserv 3. How to host ocserv and a web server on the same port ? 3.1. Me 阅读全文
摘要:
Creating a patch file with git is quite easy to do, you just need to see how it’s done a few times. This article will show you how to create a patch f 阅读全文
摘要:
Processor operations mostly involve processing data. This data can be stored in memory and accessed from thereon. However, reading data from and stori 阅读全文
摘要:
GNU C 内联汇编介绍 简介 1、很早之前就听说 C 语言能够直接内嵌汇编指令。但是之前始终没有去详细了解过。最近由于某种需求,看到了相关的 C 语言代码。也就自然去简单的学习了一下如何在 C 代码中内嵌汇编指令。 asm/\_\_asm__ 关键字 1、总的来说在 C 代码中我们通过 asm/\ 阅读全文
摘要:
#include #include #include /* run this program using the console pauser or add your own getch, system("pause") or input loop */#define MAXN (10001)#de... 阅读全文