logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

Python解析json之ValueError: Expecting property name enclosed in double quotes: line 1 column 2(char 1)

用python解析json数据的时候突然报错了ValueError: Expecting property name enclosed in double quotes: line 1 column 2(char 1)经过一番排查1可能是数据不是双引号{‘xxx’:‘xxxxx’}str.replace("'", '"')将单引号改为双引号2可能是字符串不是标准的json格式,例如{xxx:‘xx

wordpress 建站步骤

1:访问官网:https://cn.wordpress.org/txt-download/2:下载wordpress3:解压文件至项目存放目录windows下我用的是phpstudy:phpstudy/www 目录下linux 下我搭建的是lamp环境,放至/var/www/html/目录下4:直接访问或配置端口访问,路径配置到wordpress文件5:访问localhost或服务器IP或访问指定

laravel融云实现即时通讯文档

<?php/*** 融云server API 接口 新版 1.0* Class ServerAPI* @authorrongcloud* @date2016-01-0615:30**/namespace RongCloud;use \Exception;class Api{private $appKey;...

request [/magento2_product_1_v2/document/_mapping] contains unrecognized parameter: [include_type_na

最近在linux 搭建magento2最新版 重建索引的时候报错{"error":{"root_cause":[{"type":"illegal_argument_exception","reason":"request [/magento2_product_1_v2/document/_mapping] contains unrecognized parameter: [include_type

到底了