Other sorting 计数排序,桶排序和基数排序这几个比较特殊,应用场景也比较窄,不再代码实现了。但是基数排序略有技巧。选择排序比较简单,每次选出最小的数放在前面。其他的排序方式:选择排序(Selection sort)还有非比较类排序:计数排序,桶排序和基数排序。
c/c++ http server 目录libevhtpmongooselibevhtpcode:https://github.com/Yellow-Camper/libevhtp在2019/2/6停止更新介绍使用的文章:Libevhtp小试牛刀——使用Libevhtp实现http服务 - 简书使用步骤:创建一个 parent evhtp_t 结构。 Assign callbacks to the parent for specific URIs or posix-regex based URI's(设置
Golang learning go command:go build: compile and create new programgo run: compile and execute itgo fmt: format all go codego install: compile and install a packagego get: download the raw source code of other packagego test: run any tests in the projectPa
动态链接库so和静态库a使用 gcc -o openfips.out -L/root/test/lib/ -ldl -I/root/test/include -Wall -g ./openfips.c ./lib/libssl.a ./lib/libcrypto.a
Linux memory linux监控命令各字段含义详解voidcn.com/article/p-egpecvnq-yk.htmlLinux 了解内存使用Linux 了解内存使用_黄规速博客:学如逆水行舟,不进则退-CSDN博客proc.txt:Linux Kernel Documentation / filesystems / proc.txtLinux中程序详细的内存使用查看_panderan的博客-CSDN博客Dump memory:dd if=/proc/12987/mem bs=1 s
C++ standard C++ The Standardhttps://isocpp.org/std/the-standardStandard C++ Library referencehttp://cplusplus.com/reference/
Golang注入版本信息 Using ldflags to Set Version Information for Go Applicationshttps://www.digitalocean.com/community/tutorials/using-ldflags-to-set-version-information-for-go-applicationsgo tool linkhttps://pkg.go.dev/cmd/link#hdr-Command_Line