golang:bson.ObjectId与string转化
Posted dfsxh
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了golang:bson.ObjectId与string转化相关的知识,希望对你有一定的参考价值。
网上资料不好搜,记下来:
两个变量:
id bson.ObjectId
str string
-
bson.ObjectId—>string
id.Hex()
-
string—>bson.ObjectId
bson.ObjectIdHex(str)
以上是关于golang:bson.ObjectId与string转化的主要内容,如果未能解决你的问题,请参考以下文章
jboss 错误:java.lang.NoSuchMethodError:org.hibernate.internal.CoreMessageLogger.debugf(Ljava/lang/Stri
Caused by: javax.el.PropertyNotFoundException: Property [userName] not found on type [java.lang.Stri