2020年2月9日

MySQL工具类

摘要: 1 package tools 2 3 4 import ( 5 "database/sql" 6 "fmt" 7 _"github.com/go-sql-driver/mysql" 8 ) 9 10 type MySQLHelper struct { 11 Connection string 12 阅读全文

posted @ 2020-02-09 15:05 李军浩 阅读(735) 评论(0) 推荐(0) 编辑

螺旋矩阵输出

摘要: 1 private static void PrintMatrix(){ 2 //region 使用随机数构建矩阵(二维数组) 3 long seed=System.currentTimeMillis(); 4 Random objRandom = null; 5 int arrLength=4; 阅读全文

posted @ 2020-02-09 14:40 李军浩 阅读(373) 评论(0) 推荐(0) 编辑

导航