骑着毛驴背单词

Results 19 issues of 骑着毛驴背单词

1.希望bloom等操作讲清楚放logic还是哪里?最好封装成一个fuc方法,这样最大程度降低使用者理解门槛。 2.生成model缓存这个核心点可以补一下缓存穿透和只能使用唯一性索引这2点补一补

var where = map[string]interface{}{} if data.StartTime > 0 { where["start_time > "] = data.IsDisplay } if data.EndTime > 0 { where["end_time < "] = data.EndTime } if len(where) > 0...

liek this ```go func (m *customLabelModel) InsertBatch(rows []*Label) error { var labelInsertRows = strings.Join(stringx.Remove(labelFieldNames, "`id`"), ",") insert := squirrel.Insert("").Into(m.table).Columns(labelInsertRows) for _, row := range rows { insert = insert.Values(row.Id, row.Title,...

基于Go-Zero + vue-element-admin的前后端分离微服务管理系统的前端模块 https://github.com/feihua/zero-vue-admin

1.ParentId int64 `json:"parentId"`小写驼峰修改为下划线,这样可以同数据库保持一致,减少后端修改 2.`status` tinyint(1) unsigned NOT NULL DEFAULT '1' COMMENT '0=禁用 1=开启', 建议别用0设置默认值,proto3 的int64不写默认就是0

建议仿照looklook组织结构一样 1.错误码可以弄大一点,方便不同模块扩展 2.把这里的作为admin模块,塞到looklook类似组织结构的api模块最为实用

https://demo.buildadmin.com/#/ ![image](https://github.com/arklnk/ark-admin-vuenext/assets/27055049/6c06df26-37fb-4d4f-85d0-faa135c64bb5)