mirror of
https://gitee.com/johng/gf
synced 2026-06-07 02:12:11 +08:00
4 lines
345 B
Plaintext
4 lines
345 B
Plaintext
1. gconv完善针对不同类型的判断,例如:尽量减少sprintf("%v", xxx)来执行string类型的转换;
|
||
2. gdb Where方法参数的改进,研究是否可以将string参数类型修改为interfaceP{;
|
||
3. 增加对于数据表Model的封装;
|
||
4. ghttp.Server请求执行中增加服务退出的方法,不再执行后续操作; |