上一页 1 ··· 36 37 38 39 40 41 42 43 44 ··· 64 下一页
摘要: celery 执行migrate 报错 django-celery-beat==2.2.1 django_celery_beat.0001_initial...Traceback mysql 5.6 MySQ5.7以下版本 因为没有启用innodb_large_prefix show variabl 阅读全文
posted @ 2023-03-13 15:08 vx_guanchaoguo0 阅读(15) 评论(0) 推荐(0) 编辑
摘要: 避免时区的问题 CELERY_ENABLE_UTC = False DJANGO_CELERY_BEAT_TZ_AWARE = False 阅读全文
posted @ 2023-03-10 15:22 vx_guanchaoguo0 阅读(88) 评论(0) 推荐(0) 编辑
摘要: { "datasourceList": "/datasource/datasourceList.do", "tableList": "/datasource/queryTables.do", "shemaList": "/datasource/querySchema.do", "viewList": 阅读全文
posted @ 2023-03-10 14:35 vx_guanchaoguo0 阅读(46) 评论(0) 推荐(0) 编辑
摘要: 路径 mac {idea-config-dir}/Library/Application Support/JetBrains/PyCharm2022.3/jdbc-drivers/MySQL ConnectorJ/8.0.25/ http://download.jetbrains.com/idea/ 阅读全文
posted @ 2023-03-10 12:03 vx_guanchaoguo0 阅读(47) 评论(0) 推荐(0) 编辑
摘要: 安装 wegt 出现 Bottle missing 需要重新制定 Bottle brew homebrew-core 核心源 homebrew-cask 大型二进制 homebrew-bottles 预编译包 安装brew 阿里云 /bin/zsh -c "$(curl -fsSL https:// 阅读全文
posted @ 2023-03-09 09:48 vx_guanchaoguo0 阅读(55) 评论(0) 推荐(0) 编辑
摘要: 安装 pyenv brew install pyenv echo -e 'if which pyenv > /dev/null; then eval "$(pyenv init -)"; fi' >> ~/.bash_profile source ~/.bash_profile 查看版本 pyenv 阅读全文
posted @ 2023-03-09 09:11 vx_guanchaoguo0 阅读(26) 评论(0) 推荐(0) 编辑
摘要: 需要再django 中集成celery 第一种直接安装独立部署 django==3.2 celery==5.0.5 django-celery-beat==2.2.0 django-celery-results==2.0.1 flower==1.2.0) 单独文件中配置 查看某个包的 所有版本 pi 阅读全文
posted @ 2023-03-08 15:54 vx_guanchaoguo0 阅读(19) 评论(0) 推荐(0) 编辑
摘要: 选中需要处理的列 选择开始菜单 条件格式 突出单元规则 重复值 确定重复直颜色 查看效果 阅读全文
posted @ 2023-03-07 16:48 vx_guanchaoguo0 阅读(65) 评论(0) 推荐(0) 编辑
摘要: from openpyxl import Workbook from openpyxl.styles import Alignment wb = Workbook() sheet = wb.active sheet['G1'] = "Line 1\nLine 2\nLine 3" sheet['G1 阅读全文
posted @ 2023-03-06 16:41 vx_guanchaoguo0 阅读(208) 评论(0) 推荐(0) 编辑
摘要: 初始化项目使用阿里云 seriver url : https://start.spring.io 直接修改为: https://start.aliyun.com 关键的gradle 修改安装包地址 gradle-> wrapper-> gradle-wrapper.properties distri 阅读全文
posted @ 2023-03-03 10:18 vx_guanchaoguo0 阅读(68) 评论(0) 推荐(0) 编辑
上一页 1 ··· 36 37 38 39 40 41 42 43 44 ··· 64 下一页