- 博客(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
传送数据至后端时发生 I/O错误
2017-11-04
数据库先查询再插入最后更新查询数据问题?最后一步更新sql语句执行不下去?
2017-10-11
什么情况下操作情况下查询数据库表锁的PID出现两条相同数据?
2017-10-11
TA创建的收藏夹 TA关注的收藏夹
TA关注的人