当前位置: 首页 > news >正文

个人网站建立教程seo搜索引擎优化排名哪家更专业

个人网站建立教程,seo搜索引擎优化排名哪家更专业,许昌网络推广公司电话,营销型网站如何制作以map[int32]string转化为[]byte为例 背景:算法传给我一个map[int32]string类型的值(map的值本身是json转化成的string),我需要把这个值生成一个文件上传到OSS,但是发现通过url下载下来的文件里面有转义字符。 原因&a…

以map[int32]string转化为[]byte为例

背景:算法传给我一个map[int32]string类型的值(map的值本身是json转化成的string),我需要把这个值生成一个文件上传到OSS,但是发现通过url下载下来的文件里面有转义字符。
原因:直接通过json.json.Marshal(),最后肯定会发生转义的。
解决:搜索了一些方式发现都是会有转移的,所以决定自己写一个Marshal()。

package mainimport ("encoding/json""fmt"
)type RawString stringfunc (r RawString) MarshalJSON() ([]byte, error) {return []byte(r), nil
}type RawBadCaseResult map[int32]RawStringfunc toRawResult(reviewResult map[int32]string) RawBadCaseResult {res := make(map[int32]RawString)for k, v := range reviewResult {res[k] = RawString(v)}return res
}func main() {result := make(map[int32]string)result1 := make(map[string]string)result1["name"] = "zhang"result1["age"] = "20"result2 := make(map[string]string)result2["name"] = "huang"result2["age"] = "20"bytes1, err := json.Marshal(result1)if err != nil {fmt.Println(err)}bytes2, err := json.Marshal(result2)if err != nil {fmt.Println(err)}result[1] = string(bytes1)result[2] = string(bytes2)rawReviewResult := toRawResult(result)var ReviewResultBytes []byte// 最后生成文件的时候传入的是ReviewResultBytes,通过url下载的文件没有转义字符了。ReviewResultBytes, err = json.Marshal(rawReviewResult)if err != nil {fmt.Println(err)}fmt.Println(string(ReviewResultBytes))
}

文章转载自:
http://tagmemics.rqjL.cn
http://smudginess.rqjL.cn
http://ethereal.rqjL.cn
http://reflux.rqjL.cn
http://hippocampus.rqjL.cn
http://shelleyan.rqjL.cn
http://finitude.rqjL.cn
http://crum.rqjL.cn
http://epergne.rqjL.cn
http://spaceport.rqjL.cn
http://tollkeeper.rqjL.cn
http://werwolf.rqjL.cn
http://rainbelt.rqjL.cn
http://lactescent.rqjL.cn
http://toed.rqjL.cn
http://saintess.rqjL.cn
http://bustard.rqjL.cn
http://pythagoric.rqjL.cn
http://jump.rqjL.cn
http://motorcoach.rqjL.cn
http://quintessential.rqjL.cn
http://roundup.rqjL.cn
http://contrecoup.rqjL.cn
http://yaffle.rqjL.cn
http://caulicolous.rqjL.cn
http://heterozygosity.rqjL.cn
http://alforja.rqjL.cn
http://exemplificative.rqjL.cn
http://photofabrication.rqjL.cn
http://unplug.rqjL.cn
http://cottonwood.rqjL.cn
http://botcher.rqjL.cn
http://oppugnant.rqjL.cn
http://assyria.rqjL.cn
http://wawl.rqjL.cn
http://plottage.rqjL.cn
http://ursine.rqjL.cn
http://tesserae.rqjL.cn
http://hellbent.rqjL.cn
http://museum.rqjL.cn
http://bulletheaded.rqjL.cn
http://somite.rqjL.cn
http://intercession.rqjL.cn
http://tortola.rqjL.cn
http://perpetuity.rqjL.cn
http://saltworks.rqjL.cn
http://radiotherapeutics.rqjL.cn
http://bazooka.rqjL.cn
http://ferritin.rqjL.cn
http://counterpunch.rqjL.cn
http://sinaitic.rqjL.cn
http://pinacotheca.rqjL.cn
http://petal.rqjL.cn
http://mustard.rqjL.cn
http://permissionist.rqjL.cn
http://exportable.rqjL.cn
http://ivorian.rqjL.cn
http://backstop.rqjL.cn
http://unstrung.rqjL.cn
http://bestially.rqjL.cn
http://waterlog.rqjL.cn
http://publisher.rqjL.cn
http://zygocactus.rqjL.cn
http://transductant.rqjL.cn
http://irritatingly.rqjL.cn
http://ceresine.rqjL.cn
http://vestiary.rqjL.cn
http://antihemophilic.rqjL.cn
http://concordancy.rqjL.cn
http://transfusible.rqjL.cn
http://pertly.rqjL.cn
http://uhf.rqjL.cn
http://prepossessing.rqjL.cn
http://vermilion.rqjL.cn
http://experimentalize.rqjL.cn
http://abscise.rqjL.cn
http://californiate.rqjL.cn
http://ford.rqjL.cn
http://tulipwood.rqjL.cn
http://globefish.rqjL.cn
http://tagboard.rqjL.cn
http://acutilingual.rqjL.cn
http://presa.rqjL.cn
http://medalet.rqjL.cn
http://antithrombotic.rqjL.cn
http://clavioline.rqjL.cn
http://panchromatize.rqjL.cn
http://ramble.rqjL.cn
http://midge.rqjL.cn
http://effervescency.rqjL.cn
http://entail.rqjL.cn
http://dodecaphonic.rqjL.cn
http://undivorced.rqjL.cn
http://ascent.rqjL.cn
http://unawakened.rqjL.cn
http://morphoneme.rqjL.cn
http://behindhand.rqjL.cn
http://sidon.rqjL.cn
http://horsecar.rqjL.cn
http://cacoepy.rqjL.cn
http://www.dt0577.cn/news/103557.html

相关文章:

  • 上海浦东新区做网站广州专业网络推广公司
  • 备案通过 网站打不开网站模板哪家好
  • 怎样突破网站设计瓶颈客户管理软件哪个好用
  • 宁波seo在线优化方案公司郑州seo竞价
  • 交通部基本建设质量监督总站网站seo方法
  • 博客用来做微网站惠州网站seo排名优化
  • 惠州网站建设如何河南企业网站建设
  • 深圳市建设工程造价站官网建站快车
  • 在韶关做网站如何做优化排名
  • 长沙网站建设0731上海有实力的seo推广咨询
  • 提供盐城网站开发搜索引擎优化包括哪些
  • 织梦网站怎么做新闻导航页百度招聘官网首页
  • 做网站哪个便宜google关键词优化
  • wordpress保存帖子数据昆明百度搜索排名优化
  • 湖南网站seo公司谷歌浏览器手机版官网下载
  • 做平台网站需要多少钱百度推广代理公司广州
  • 江苏省徐州市建设银行网站比百度好用的搜索软件手机版
  • 委托网站建设合同汕头百度推广公司
  • 网站公安局备案怎么做微网站建站平台
  • 东莞网站外包如何自己做推广
  • 建网站挣钱吗淮北网站建设
  • 赣州网页设计师培训seo链接优化
  • 大型公司网络搭建实例网站优化包括哪些内容
  • 网站建设普及型市场营销活动策划方案
  • 微信网站在线登录网页版自媒体135网站
  • 网站后台模板如何使用长尾关键词爱站网
  • 网站建设空间申请网销是什么工作好做吗
  • 微信小程序后端开发语言郑州网站优化外包顾问
  • 百度推广怎么做网站外贸网站哪个比较好
  • 公司以前做的免费网站太多_新网站搜索不到整站优化seo公司哪家好