首页推荐
对于crmeb多商户默认路由的修改
linux中同一服务器不同的项目使用不同的PHP版本
在实际项目中,可能会在一个服务器中部署多个PHP项目,而每个项目要求的版本确有不同。所以需要部署运行多个PHP并配置nginx来支持项目需求。
解决go: go.mod file not found in current directory or any parent directory; see ‘go help modules‘
苦哈哈的程序猿 发表于 标签: FastAdmin
使用go build命令式报错:go: go.mod file not found in current directory or any parent directory; see ‘go help modules‘,解决方法记录
python异步请求库aiohttp报错--module 'aiohttp' has no attribute 'ClientSession'的解决办法
苦哈哈的程序猿 发表于 标签: Python
最近要用aiohttp做异步请求测试一下python的协程。安装完成后写了个demo测试时,报错module 'aiohttp' has no attribute 'ClientSession' 网上基本没有好的解决办法,在这里记录一下这个问题和我的解决方案。