摘要: go基础 数组 //数组定义 var a [3] bool //初始化 var b [3] int = [3]{1,2,3} // 数组的遍历 // 1.索引遍历 city := [...]string{"背景", "团啊", "你好"} for i := 0; i < len(city); i++ 阅读全文
posted @ 2020-11-12 22:16 decoo 阅读(44) 评论(0) 推荐(0)
摘要: set sql_mode=''; set global sql_mode="ONLY_FULL_GROUP_BY,STRICT_TRANS_TABLES,ERROR_FOR_DIVISION_BY_ZERO,NO_AUTO_CREATE_USER,NO_ENGINE_SUBSTITUTION"; 阅读全文
posted @ 2020-11-10 17:28 decoo 阅读(388) 评论(0) 推荐(0)
点击右上角即可分享
微信分享提示