摘要: 使用指南 https://casbin.org/zh/docs/tutorials Casbin入门 https://blog.csdn.net/ckckckcckckc/article/details/127586533 GO 权限管理之 Casbin https://zhuanlan.zhihu 阅读全文
posted @ 2023-05-22 23:36 洪豆豆的记录 阅读(59) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/longgeaisisi/article/details/121288696 阅读全文
posted @ 2023-05-17 08:43 洪豆豆的记录 阅读(56) 评论(0) 推荐(0) 编辑
摘要: 解决go: go.mod file not found in current directory or any parent directory; see ‘go help modules‘go env -w GO111MODULE=on go mod init xxx //xxx代表文件夹名 阅读全文
posted @ 2023-05-17 05:09 洪豆豆的记录 阅读(4) 评论(0) 推荐(0) 编辑
摘要: VSCode搭建(安装)Go语言开发环境和插件安装 https://blog.csdn.net/m0_63044390/article/details/123944893 go env go env -w GOPROXY="https://goproxy.cn" 阅读全文
posted @ 2023-05-17 02:37 洪豆豆的记录 阅读(20) 评论(0) 推荐(0) 编辑
摘要: (admin.E403) A ‘django.template.backends.django.DjangoTemplates’ instance must be configured in TEMPLATES in order to use the admin application.| 使用ji 阅读全文
posted @ 2023-05-17 02:32 洪豆豆的记录 阅读(60) 评论(0) 推荐(0) 编辑
摘要: QT QMessageBox 弹出消息框,对话确认框(确定/取消) PyQt5重写closeEvent()关闭主窗口同时关闭所有子窗口 【转载】pyqt5 关闭按钮显示提示信息 阅读全文
posted @ 2023-05-06 01:12 洪豆豆的记录 阅读(14) 评论(0) 推荐(0) 编辑
摘要: 【Python PyQt5 中combobox用clear()崩溃的问题及解决】 解决QCombobox使用调用clear()崩溃的问题(currentIndexChanged信号问题) PyQt5程序报错:TypeError: argument 1 has unexpected type 'Non 阅读全文
posted @ 2023-05-05 03:20 洪豆豆的记录 阅读(22) 评论(0) 推荐(0) 编辑
摘要: hex 与ASCII 、字符串相互转换 https://blog.csdn.net/u012841414/article/details/128702720 python中十六进制字符串(hex string)转byte方法 https://blog.csdn.net/ldahual/article 阅读全文
posted @ 2023-04-20 04:23 洪豆豆的记录 阅读(56) 评论(0) 推荐(0) 编辑
摘要: Git 全局设置: git config --global user.name "" git config --global user.email "" 创建 git 仓库: mkdir hmosrc22 cd hmosrc22 git init touch README.md git add RE 阅读全文
posted @ 2023-04-17 02:04 洪豆豆的记录 阅读(22) 评论(0) 推荐(0) 编辑
摘要: 解决Ubuntu系统“无法修正错误,因为您要求某些软件包保持现状,就是它们破坏了软件包间的依赖关系”的有效方法 https://www.shuzhiduo.com/A/qVde1lwgdP/ https://blog.csdn.net/carefree31441/article/details/12 阅读全文
posted @ 2023-04-15 18:28 洪豆豆的记录 阅读(40) 评论(0) 推荐(0) 编辑