上一页 1 2 3 4 5 6 7 8 9 10 ··· 46 下一页
摘要: 创建虚拟目录 pip install virtualenvwrapper-win 输入workon,检查是否安装成功。 Pass a name to activate one of the following virtualenvs: 创建虚拟空间 mkvirtualenv ai_test 修改虚拟 阅读全文
posted @ 2023-05-16 09:54 三瑞 阅读(230) 评论(0) 推荐(0)
摘要: 引用:http://www.ppmy.cn/news/6570.html 下载地址寻找:https://www.rabbitmq.com/download.html 阅读全文
posted @ 2023-05-15 16:09 三瑞 阅读(23) 评论(0) 推荐(0)
摘要: Sun Apr 16 08:15:36 CST 2023There was an unexpected error (type=Internal Server Error, status=500).PreparedStatementCallback; SQL [select userId from 阅读全文
posted @ 2023-04-27 17:37 三瑞 阅读(379) 评论(0) 推荐(0)
摘要: PS F:\WorkGitHub\angulard3tree> ng serve⠋ Generating browser application bundles (phase: setup)...An unhandled exception occurred: webpack_1.AngularWe 阅读全文
posted @ 2023-03-30 17:49 三瑞 阅读(960) 评论(0) 推荐(0)
摘要: 在 Spring Boot JPA 中,可以通过自定义 AttributeConverter 类来实现数据库字段的加密存储。 AttributeConverter 是 JPA 2.1 中引入的一个接口,用于在实体属性和数据库列之间进行转换。我们可以继承 AttributeConverter 接口并实 阅读全文
posted @ 2023-03-16 10:22 三瑞 阅读(927) 评论(0) 推荐(0)
摘要: 如果一个网站已经实施了防止代理的措施,可能会使用一些技术手段来识别和封禁代理请求。在这种情况下,您可以考虑使用一些技术手段来规避这些防护措施。 以下是一些可能有用的技术手段: 伪装 User-Agent有些网站可能会根据 User-Agent 字段来识别代理请求。因此,您可以尝试修改 Nginx 的 阅读全文
posted @ 2023-03-08 15:16 三瑞 阅读(2050) 评论(0) 推荐(0)
摘要: https://www.python.org/downloads/ 在VSCode中配置Python环境需要进行以下步骤: 安装Python解释器:在使用Python开发之前,需要先安装Python解释器。可以从Python官网(https://www.python.org/downloads/)下 阅读全文
posted @ 2023-02-27 14:35 三瑞 阅读(4256) 评论(0) 推荐(0)
摘要: Springboot 中 主模块引用其他模块的Controller url路径总是不生效 其他无关影响:主要有spring security 有权限过滤器影响、还有token的影响。 找问题方法: 使用了对比两个模块不同的Controller 接口 发现只多两行日志: 2023-02-26 09:3 阅读全文
posted @ 2023-02-26 10:30 三瑞 阅读(352) 评论(0) 推荐(0)
摘要: 1、将python打包成exe的方式 python 上常见的打包方式目是通过 pyinstaller 来实现的。 pip install pyinstaller或者用镜像下载: # 清华源pip install pyinstaller -i https://pypi.tuna.tsinghua.ed 阅读全文
posted @ 2023-02-11 15:04 三瑞 阅读(218) 评论(0) 推荐(0)
摘要: Service ‘MongoDB Server (MongoDB)’ (MongoDB) failed tostart. Verify that you have sufficient privileges to start system services. 服务“MongoDB服务器(MongoD 阅读全文
posted @ 2023-02-09 13:29 三瑞 阅读(98) 评论(0) 推荐(0)
上一页 1 2 3 4 5 6 7 8 9 10 ··· 46 下一页