0x05

0x05 MyBatis & MyBatis-Plus

# 0x05 MyBatis & MyBatis-Plus ## ORM ORM(Object Relational Mapping,对象关系映射)是为了解决面向对象 对象自动持久化或者数据库数据读取的一项技术 ![image-20230808233136360](https://icfh-imgs ......
MyBatis MyBatis-Plus 0x05 Plus x05

Heap 0x05(House of Spirit)

调试思路以及例题来源于:(https://hollk.blog.csdn.net/article/details/109284167) ## House of spirit 似乎是一种特殊却又类似于double free的效果的攻击,之前的double free我们利用的是已有的chunk去free ......
Spirit House Heap 0x05 x05

0x05 Go 指针

1. 基本数据类型,变量存的是一个值,基本数据类型也叫做值类型。 2. 获取变量的内存地址,我们可以使用 `&` 符号,例如: ```go var num int = 10 fmt.Println("num =", &num) ``` ```shell # clover @ MacBook-Pro ......
指针 0x05 x05 0x 05
共3篇  :1/1页 首页上一页1下一页尾页