摘要: 1.初步划分聚合(用户为例) 2.聚合説明 3.边界划分 阅读全文
posted @ 2022-07-23 17:50 易先讯 阅读(21) 评论(0) 推荐(0) 编辑
摘要: 1. 实体接口、聚合的概念 2. 实体接口 ``` 待补充 ``` 3.聚合 阅读全文
posted @ 2022-07-23 17:49 易先讯 阅读(54) 评论(0) 推荐(0) 编辑
摘要: dao.go ``` package daoimport ( "fmt" "github.com/astaxie/beego/orm" "html" "strings" "sync")//constant metatable name referenceconst ( MetaTableName = 阅读全文
posted @ 2022-07-23 17:09 易先讯 阅读(146) 评论(0) 推荐(0) 编辑
摘要: package mainimport ( "encoding/json" "fmt" "github.com/jinzhu/gorm" "github.com/pborman/uuid" "os" "reflect" "strings" _ "github.com/mattn/go-sqlite3" 阅读全文
posted @ 2022-07-23 17:07 易先讯 阅读(465) 评论(0) 推荐(0) 编辑
摘要: package mainimport ( "context" "fmt" "github.com/minio/minio-go/v7" "github.com/minio/minio-go/v7/pkg/credentials" "log")func main() { endpoint := "12 阅读全文
posted @ 2022-07-23 09:59 易先讯 阅读(644) 评论(0) 推荐(0) 编辑
摘要: /* * Copyright (c) Huawei Technologies Co., Ltd. 2019-2020. All rights reserved. * Description: 上机编程认证 * Note: 缺省代码仅供参考,可自行决定使用、修改或删除 * 只能import Go标准库 阅读全文
posted @ 2022-07-23 09:42 易先讯 阅读(183) 评论(0) 推荐(0) 编辑