摘要: 电脑配置 MacBook Pro(14英寸,2021年) 系统版本 macOS Monterey 12.4 芯片 Apple M1 Pro PHP环境 MAMP Pro Version 6.6.1 (Intel) 破解版 PHP版本 PHP 7.4.21 (cli) (built: Sep 30 2 阅读全文
posted @ 2022-06-16 10:39 Objects 阅读(411) 评论(0) 推荐(0) 编辑
摘要: //检查队列是否存在 checkQueue //删除队列(队列不存在将会关闭通道) deleteQueue RPC 服务端 客户端代码 阅读全文
posted @ 2018-08-05 10:36 Objects 阅读(2956) 评论(0) 推荐(0) 编辑
摘要: location /api {rewrite ^/api/(.*)$ /$1 break;proxy_pass http://xxx.com;}location /socket.io {rewrite ^/api/(.*)$ /$1 break;proxy_pass http://xxx.com;} 阅读全文
posted @ 2021-11-30 10:28 Objects 阅读(682) 评论(0) 推荐(0) 编辑
摘要: 错误提示 requests.exceptions.SSLError: HTTPSConnectionPool(host='air.cnemc.cn', port=18007): Max retries exceeded with url: /emcpublish/ClientBin/Env-Cnem 阅读全文
posted @ 2021-08-11 14:14 Objects 阅读(836) 评论(1) 推荐(0) 编辑
摘要: 1.使用navicat fro mysql数据库工具进行恢复 2.将原有备份的sql文件导入数据库 3.新建一个空数据库 4将备份数据库的数据表复制到新建数据库(只复制表格式) 5.在命令行模式中 use 到新表 6.解除表空间 alter table 表名 discard tablespace; 阅读全文
posted @ 2021-05-13 12:03 Objects 阅读(161) 评论(0) 推荐(0) 编辑
摘要: 1.项目搭建框架 php3.1 2.项目代码 阅读全文
posted @ 2019-04-01 16:31 Objects 阅读(724) 评论(0) 推荐(0) 编辑
摘要: 1.下载最新版python3.7 Anacondawget https://repo.anaconda.com/archive/Anaconda3-5.3.1-Linux-x86_64.sh 2.安装Anacondabash Anaconda3-5.3.1-Linux-x86_64.sh 3.修改默 阅读全文
posted @ 2018-12-01 17:42 Objects 阅读(690) 评论(0) 推荐(0) 编辑
摘要: Document 序号 区域名称 颜色 操作 ... 阅读全文
posted @ 2018-10-20 17:49 Objects 阅读(3491) 评论(0) 推荐(0) 编辑
摘要: docker ps #查看当前docker容器 docker exec -it 容器名称 sh 进入docker容器 docker stop 停止docker容器 阅读全文
posted @ 2018-09-01 09:44 Objects 阅读(183) 评论(0) 推荐(0) 编辑
摘要: Underscore.js 官网地址:https://underscorejs.org/ 一个JavaScript实用库,提供了一整套函数式编程的实用功能,但是没有扩展任何JavaScript内置对象。 TweenMax 官网地址:https://greensock.com/timelinemax 阅读全文
posted @ 2018-08-10 09:10 Objects 阅读(445) 评论(0) 推荐(0) 编辑