自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(3)
  • 资源 (1)
  • 问答 (3)
  • 收藏
  • 关注

原创 goland用ORM(gorm)连接pg数据库

goland用ORM(gorm)连接pg数据库:连接pg数据库的url格式如下:/**db url */func (conf DBPostgres) DBUrl() string { return fmt.Sprintf("host=%s port=%d user=%s dbname=%s password=%s sslmode=disable", conf.Host, conf.Port, conf.UserName, conf.BdName, conf.Passwor

2020-05-31 13:23:48 3679

原创 goland读取yaml配置文件

goland读取配置文件app.yaml配置文件如下:postgresql: host: 127.0.0.1 port: 5432 dbname: postgres username: postgres password: 密码代码如下:go_config.go代码如下:创建两个结构体-与之app.yaml配置文件对应,如下:type ( AppConfig struct { DBPostgres DBPostgres `yaml:"p

2020-05-31 12:52:25 1424 1

原创 JAVA-HashMap集合value存储list集合对象、类/包装类对象--都是浅复制

先看代码:  List strLists=new ArrayList();//创建一个list集合对象  for (int i = 0; i          strLists.add("string-"+i);  }  String strObject=new String("ont string");  Map map=new HashMap();//创建一个hashm

2018-01-03 20:40:18 1301

ssh项目的学习

该ssh框架的项目,用hibernate,Struts2,spring等技术的整合的开发。

2015-03-15

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除