摘要: MongoRepository的继承层次: (parent: spring boot 2.3.2) Repository \___ CrudRepository - save(),saveAll(),findById(),existsById(),findAll(),findAllById(),co 阅读全文
posted @ 2020-09-03 12:24 北极熊129 阅读(448) 评论(0) 推荐(0) 编辑
摘要: 想着买的云主机闲着,就装个mongo练练手吧。 云主机 ip: 111.229.x.x 客户端用的是nosqlboost for mongodb,笔记本上。 1. 拉mongodb image # docker pull mongo 2. 启动 # docker run -d -p 27017:27 阅读全文
posted @ 2020-08-27 13:30 北极熊129 阅读(140) 评论(0) 推荐(0) 编辑
摘要: spring boot 远程build镜像, 并push到远程仓库 阅读全文
posted @ 2020-06-27 16:27 北极熊129 阅读(171) 评论(0) 推荐(0) 编辑
摘要: docker私有仓库,使用https和用户密码访问 阅读全文
posted @ 2020-06-27 02:12 北极熊129 阅读(468) 评论(0) 推荐(0) 编辑
摘要: docker-compose spring boot nginx mysql redis 阅读全文
posted @ 2020-03-19 21:56 北极熊129 阅读(664) 评论(0) 推荐(0) 编辑
摘要: docker-compose spring boot redis mysql nginx 阅读全文
posted @ 2020-03-19 16:26 北极熊129 阅读(1048) 评论(0) 推荐(0) 编辑
摘要: docker-compose spring boot nginx redis mysql 阅读全文
posted @ 2020-03-19 12:47 北极熊129 阅读(1634) 评论(0) 推荐(0) 编辑
摘要: There are 16 tenses in English predicates. They are: time \ form simple progressive perfect perfect progressive present simple present present progres 阅读全文
posted @ 2019-12-19 12:38 北极熊129 阅读(186) 评论(0) 推荐(0) 编辑
摘要: golang的udp组播, 如果你家里有路由器,可以试一下。 package main import ( "bufio" "bytes" "log" "net" "net/http" "regexp" ) func handler(r *http.Request) { log.Printf("Got 阅读全文
posted @ 2019-11-29 11:04 北极熊129 阅读(1019) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2019-11-11 09:39 北极熊129 阅读(167) 评论(0) 推荐(0) 编辑