瘦瘦紫菜

文章
4
资源
0
加入时间
2年10月24天

gdb backtrace

A backtrace is a summary of how your program got where it is. It shows one line per frame, for many frames, starting with the currently executing frame (frame zero), followed by its caller (frame one), and on up the stack.In a multi-threaded prog

c语言结构体实现线性表的存储,线性表的存储方式及其操作(C语言版)

该篇也是复习数据结构总结的 ,虽然很简单 但方便以后使用。线性表的顺序存储1.定义一个结构体,因为在高级语言中 数组具有随机存储的特性,所以通常用数组来表示顺序存储。typedef struct LNode *List;structLNode{ElementType Data[maxsize];int last; //线性表的长度为 last+1};struct LNode L; ...

你不知道的 Go 之 pprof

简介Go 有非常多好用的工具,pprof 可以用来分析一个程序的性能。pprof 有以下 4 种类型:CPU profiling(CPU 性能分析):这是最常使用的一种类型。用于分析函数或...

PS超快速制作护肤品倒影教程

脚本之家的PS学习者们大家好,这篇PS快速打造护肤品倒影教程也是我刚刚学习的一个教程,非常的简单,算是一个入门级别的电商修图教程中的