
GO语言开发实例
上海交大果粒 人工智能学者 全栈工程师
擅长VUE、JS,Java,C#,C++语言编程,智能信息系统开发。拥有十多年技术经验。
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Go语言 API-立哥开发
//Copy right 2020 Jacky Zong . All rights reserved . package server import ( "encoding/json" “mySQL” ) // Server will hold connection to the db as well as handlers type Server struct { GqlSchema *graphql.Schema } ...原创 2020-11-17 09:28:13 · 193 阅读 · 0 评论 -
Go语言 RM开发代码-立哥开发
// copy right by Jacky Zong ,Vision 1.0 import ( “database/sql/driver” “encoding/json” “errors” “testing” "gorm.io/gorm" ) func TestEmbeddedStruct(t *testing.T) { type ReadOnly struct { ReadOnly *bool } type BasePost struct { Id int64 Title string原创 2020-07-07 21:42:25 · 391 阅读 · 0 评论