摘要: 在 PostgreSQL 中,JSON 类型字段的使用已经越来越广泛。如果需要从 JSON 类型字段中查询数据,PostgreSQL 提供了一系列的操作符和函数,使得查询和处理 JSON 数据变得非常方便。本文将为您介绍一些常用的查询 JSON 类型字段的方法和函数。 查询 JSON 类型字段中的所 阅读全文
posted @ 2024-04-08 09:59 木头左 阅读(618) 评论(0) 推荐(0) 编辑
摘要: Docker是一种轻量级的容器技术,能够帮助开发人员轻松地将应用程序打包和部署到不同的环境中。Python是一种流行的编程语言,Docker可以帮助我们将Python应用程序打包成镜像,方便部署到不同的容器环境中。本文将介绍如何使用Docker构建Python应用程序的镜像。 安装Docker 在开 阅读全文
posted @ 2024-04-08 09:56 木头左 阅读(99) 评论(0) 推荐(0) 编辑
摘要: 先下载编译sqlite3 wget http://www.sqlite.org/sqlite-3.5.6.tar.gz cd sqlite-3.5.6 ./configure --disable-tcl make && make install 注意add LIBDIR to the ‘LD_LIB 阅读全文
posted @ 2024-04-08 09:52 木头左 阅读(6) 评论(0) 推荐(0) 编辑
摘要: 接口请求时,报错Property [renew] not found. Using default value [false] 返回: There was an unexpected error (type=Not Found, status=404). 有两种可能: 1、添加扫描路径 使用base 阅读全文
posted @ 2024-04-08 09:48 木头左 阅读(4) 评论(0) 推荐(0) 编辑
摘要: 添加注解@EnableFeignClients后报错: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'configurationPropertiesBeans' defi 阅读全文
posted @ 2024-04-08 09:45 木头左 阅读(133) 评论(0) 推荐(0) 编辑