2019年8月25日

defer

摘要: /* defer实现 1、 在defer出现的地方,插入了指令call runtime.deferproc,然后在函数返回之前的地方,插入指令call runtime.deferreturn。 2、数据结构 type _defer struct { siz int32 //所有传入参数的总大小 st 阅读全文

posted @ 2019-08-25 13:59 liubotobebest 阅读(105) 评论(0) 推荐(0)

csv读写

摘要: . 阅读全文

posted @ 2019-08-25 11:56 liubotobebest 阅读(92) 评论(0) 推荐(0)

json读写

摘要: . 阅读全文

posted @ 2019-08-25 11:55 liubotobebest 阅读(50) 评论(0) 推荐(0)

ini读写

摘要: . 阅读全文

posted @ 2019-08-25 11:55 liubotobebest 阅读(72) 评论(0) 推荐(0)

函数

摘要: . 阅读全文

posted @ 2019-08-25 11:44 liubotobebest 阅读(65) 评论(0) 推荐(0)

interface接口

摘要: . 阅读全文

posted @ 2019-08-25 11:43 liubotobebest 阅读(48) 评论(0) 推荐(0)

reflect反射

摘要: . 阅读全文

posted @ 2019-08-25 11:41 liubotobebest 阅读(234) 评论(0) 推荐(0)

导航