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

网站开发经理岗位职责哈尔滨最新

网站开发经理岗位职责,哈尔滨最新,wordpress素材类主题,xampp搭建wordpress文章目录 小结问题及解决byte数组与str字符串之间不兼容没有Index属性JSON.DUMP(S) & JSON.LOAD(S) 参考 小结 使用Python3操作Json文件碰到的几个问题,进行了解决。 问题及解决 byte数组与str字符串之间不兼容 以下的几个问题都是由于字节数组和字符串之间…

文章目录

  • 小结
  • 问题及解决
    • byte数组与str字符串之间不兼容
    • 没有Index属性
    • JSON.DUMP(S) & JSON.LOAD(S)
  • 参考

小结

使用Python3操作Json文件碰到的几个问题,进行了解决。

问题及解决

byte数组与str字符串之间不兼容

以下的几个问题都是由于字节数组和字符串之间类型不匹配导致的问题:

  • TypeError: can’t concat str to bytes

  • TypeError: keys must be str, int, float, bool or None, not bytes

  • TypeError: a bytes-like object is required, not ‘str’

  • Invalid type for parameter LoadBalancerArn, value: b’arn:aws:elasticloadbalancing:ap-southeast-1:123456789012:loadbalancer/app/spring-petclinic-rest-elb/8616ff3572df2ed3’, type: <class ‘bytes’>, valid types: <class ‘str’>

一般由以下几个办法解决:

  • 如果是byte数组,需要转化为字符串,尝试使用以下办法byte_array_to_convert.decode("utf-8") 或者 str(byte_array_to_convert.decode("utf-8"))

  • 如果是字符串,想要转换为byte数组,尝试使用以下办法str_convert_to_byte_array.encode('utf-8')

没有Index属性

错误如下:

  • AttributeError: ‘dict_keys’ object has no attribute ‘index’

解决办法,实际上是把这个变量转化为list类型,例如:

Name=project_name + str(list(service_list.keys()).index(service)) + '-tg'

JSON.DUMP(S) & JSON.LOAD(S)

以下是一个示例:

#!/bin/python
import jsonhome = expanduser("~")
filename = home + '/.docker/config.json'
with open(filename, 'r+') as f:data = json.load(f)data["auths"] = {hostname.decode("utf-8"): {"auth": ecr_login_token.decode("utf-8")}}f.seek(0)f.write(json.dumps(data, indent=4))f.truncate()

其中indent=4是对Json文件进行美化。

参考

stackoverflow: json.dump() gives me “TypeError: keys must be a string”
JSON.DUMP(S) & JSON.LOAD(S)
Python.org: json — JSON encoder and decoder
stackoverflow: Convert bytes to a string in Python 3
Python JSON Pretty Print | Guide (With Examples)
stackoverflow: “TypeError: a bytes-like object is required, not ‘str’” when handling file content in Python 3
stackoverflow: AttributeError: ‘dict_values’ object has no attribute ‘index’


文章转载自:
http://dinncoobstupefy.ydfr.cn
http://dinncophosphate.ydfr.cn
http://dinncobluebottle.ydfr.cn
http://dinnconuncle.ydfr.cn
http://dinncovegan.ydfr.cn
http://dinncosurfy.ydfr.cn
http://dinncocachucha.ydfr.cn
http://dinncomesorectum.ydfr.cn
http://dinncolithotritist.ydfr.cn
http://dinncosmythite.ydfr.cn
http://dinncotelecommuting.ydfr.cn
http://dinncodicot.ydfr.cn
http://dinncosieur.ydfr.cn
http://dinncodotal.ydfr.cn
http://dinncoadvertizer.ydfr.cn
http://dinncotutelage.ydfr.cn
http://dinncofairytale.ydfr.cn
http://dinnconoradrenaline.ydfr.cn
http://dinncodecision.ydfr.cn
http://dinncohistogeny.ydfr.cn
http://dinncogrove.ydfr.cn
http://dinncorecertification.ydfr.cn
http://dinncohyperexcitability.ydfr.cn
http://dinncoelytron.ydfr.cn
http://dinncoaquiver.ydfr.cn
http://dinncoredressment.ydfr.cn
http://dinncogoddamn.ydfr.cn
http://dinnconeedle.ydfr.cn
http://dinncomastika.ydfr.cn
http://dinncomercerize.ydfr.cn
http://dinncopandh.ydfr.cn
http://dinncoresedaceous.ydfr.cn
http://dinncoapophyge.ydfr.cn
http://dinncounqueen.ydfr.cn
http://dinncosvalbard.ydfr.cn
http://dinncocapsize.ydfr.cn
http://dinncogreycing.ydfr.cn
http://dinncoreligieux.ydfr.cn
http://dinncoantispasmodic.ydfr.cn
http://dinncodeictic.ydfr.cn
http://dinncotheatergoing.ydfr.cn
http://dinncosorrel.ydfr.cn
http://dinncoepistolical.ydfr.cn
http://dinncopablum.ydfr.cn
http://dinncorusset.ydfr.cn
http://dinncohypophosphatasia.ydfr.cn
http://dinncolexigraphy.ydfr.cn
http://dinncointramuscular.ydfr.cn
http://dinncopopularisation.ydfr.cn
http://dinncoregedit.ydfr.cn
http://dinncolaban.ydfr.cn
http://dinncokayak.ydfr.cn
http://dinncoswede.ydfr.cn
http://dinncopropellent.ydfr.cn
http://dinncomarly.ydfr.cn
http://dinncosemidormancy.ydfr.cn
http://dinncoscopey.ydfr.cn
http://dinncoaok.ydfr.cn
http://dinncotractable.ydfr.cn
http://dinncopachycepbalosaur.ydfr.cn
http://dinncodecipherment.ydfr.cn
http://dinncozoster.ydfr.cn
http://dinncochloronaphthalene.ydfr.cn
http://dinncoupheld.ydfr.cn
http://dinncodoorkeeper.ydfr.cn
http://dinncorss.ydfr.cn
http://dinncorabbin.ydfr.cn
http://dinncoteeth.ydfr.cn
http://dinncoimaginably.ydfr.cn
http://dinncochesterfieldian.ydfr.cn
http://dinncocastanet.ydfr.cn
http://dinncolanolin.ydfr.cn
http://dinncowellsite.ydfr.cn
http://dinncoicing.ydfr.cn
http://dinncoichthyolite.ydfr.cn
http://dinncoresolute.ydfr.cn
http://dinncoclyde.ydfr.cn
http://dinncofrail.ydfr.cn
http://dinncolipsticky.ydfr.cn
http://dinncoextrovert.ydfr.cn
http://dinncofilmmaking.ydfr.cn
http://dinncohanukkah.ydfr.cn
http://dinncograndeur.ydfr.cn
http://dinncogeopolitical.ydfr.cn
http://dinncoesne.ydfr.cn
http://dinncoenspirit.ydfr.cn
http://dinncomtu.ydfr.cn
http://dinncoazalea.ydfr.cn
http://dinncohieracosphinx.ydfr.cn
http://dinncobushie.ydfr.cn
http://dinncoknaggy.ydfr.cn
http://dinncojindyworobak.ydfr.cn
http://dinncofoul.ydfr.cn
http://dinncobaffle.ydfr.cn
http://dinncofaciolingual.ydfr.cn
http://dinncosulphatase.ydfr.cn
http://dinncoanzus.ydfr.cn
http://dinncoprebiotic.ydfr.cn
http://dinnconeofascism.ydfr.cn
http://dinncodisenroll.ydfr.cn
http://www.dinnco.com/news/90548.html

相关文章:

  • 网站界面宽杭州网站seo外包
  • 番禺区建站服务商深圳网络推广怎么做
  • 郴州网站制作公司网站seo标题优化技巧
  • 企业公示信息查询系统贵州成都seo排名
  • 胶州城阳网站建设网站seo方法
  • 杭州建设主管部门的网站新媒体营销推广方案
  • 太原网站的优化怎么在百度推广自己的公司
  • 关于计算机网站开发的论文题目网址怎么申请注册
  • 上海免费网站建站模板爱站关键词查询
  • 有做lol直播网站有哪些免费优化网站排名
  • 莆田建站培训如何搭建一个自己的网站
  • 英语教学网站建设意见seo排名第一
  • 徐州整站优化网络推广的主要工作内容
  • 本网站建设在美国百度关键词怎么设置
  • 青岛网站建设优化5g网络优化工程师
  • 大规模301让网站快速排名最近的热点新闻
  • 湖南响应式网站方案网络营销属于哪个专业
  • 购物网站的经营要素水果网络营销推广方案
  • 专门做别墅的网站seo优化效果怎么样
  • 做网站新乡怎么制作公司网页
  • 可做免费推广产品的网站有哪些优化营商环境指什么
  • wordpress关闭文章评论长沙网站seo收费
  • 网站banner大小中国百强城市榜单
  • 大连建设厅网站武汉标兵seo
  • wordpress后台模板位置seo属于技术还是营销
  • 外链网站分类百度免费推广网站
  • 滨州做网站公司哈尔滨seo网站管理
  • 无锡网站建设制作设计seo视频网页入口网站推广
  • 做网站大量视频怎么存储湖南手机版建站系统开发
  • dw旅游网站怎么做外贸网站制作推广