logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

tp5.1 调用vendor中的sdk Declaration of GuzzleHttp\Psr7\Request::withRequestTarget($requestTarget) must b

Declaration of GuzzleHttp\Psr7\Request::withRequestTarget($requestTarget) must be compatible with Psr\Http\Message\RequestInterface::withRequestTarget(string $requestTarget)

文章图片
#composer#php#阿里云
phpstorm 配置及数据库、编辑模式、插件、调试、命令行调整

phpstrom 2020.3.1 个人使用与配置插件安装database 数据库插件ideaVim vim模拟插件thinkphp5 plugin tp5 插件translation 翻译插件个人配置字体setting->editor->font将size设置为16,fallbackfont设置为dialoginput(主要防止vim文件搜索中文乱码)命令行设置为gitsetting

文章图片
#vim#php
raise JSONDecodeError(“Expecting value“, s, err.value) from None json.decoder.JSONDecodeError: Expec

解决:将文件名 user_file.json 换成userfile.json 就解决的报错问题。备注:未明白原因,也许后边能够明白吧。

文章图片
#json
phpstorm 配置及数据库、编辑模式、插件、调试、命令行调整

phpstrom 2020.3.1 个人使用与配置插件安装database 数据库插件ideaVim vim模拟插件thinkphp5 plugin tp5 插件translation 翻译插件个人配置字体setting->editor->font将size设置为16,fallbackfont设置为dialoginput(主要防止vim文件搜索中文乱码)命令行设置为gitsetting

文章图片
#vim#php
php 使用 python translate 实现离线翻译

【代码】php 使用 python translate 实现离线翻译。

文章图片
#python#php
到底了