晚风

博客园 首页 新随笔 联系 订阅 管理

2022年12月20日 #

摘要: 一、数据库连接 powerdesigner需要安装32位jdk,同时到 Tool -> General Options中设置32位jdk的路径 配置数据库连接: 选择菜单 Database -> Update Model From Database,弹出对话框 二、错误:Unable to list 阅读全文
posted @ 2022-12-20 17:58 晚风 阅读(468) 评论(1) 推荐(0) 编辑

2021年6月10日 #

摘要: 1、导出表结构及insert语句 pg_dump -h [服务器ip] -p 5432 -U postgres --inserts [数据库名] > F:\db.sql 2、只导出数据结构 -s 只导出结构 -t 表名 导出指定表 pg_dump -h [服务器ip] -p 5432 -U post 阅读全文
posted @ 2021-06-10 15:55 晚风 阅读(3144) 评论(0) 推荐(0) 编辑

2021年5月26日 #

摘要: @Slf4j @RunWith(SpringRunner.class) @SpringBootTest(classes = Application.class, webEnvironment = SpringBootTest.WebEnvironment.RANDOM_PORT) @AutoConf 阅读全文
posted @ 2021-05-26 18:39 晚风 阅读(125) 评论(0) 推荐(0) 编辑

2021年5月20日 #

摘要: 使用docker-compose搭建了一个Nexus私服,配置好docker-repository后开始连接配置 1、配置 dameon.json,路径: /etc/docker/dameon.json { "registry-mirror": [ "https://registry.docker- 阅读全文
posted @ 2021-05-20 11:07 晚风 阅读(456) 评论(0) 推荐(0) 编辑

摘要: Docker Desktop 官方下载地址: https://hub.docker.com/editions/community/docker-ce-desktop-windows 注意:此方法仅适用于 Windows 10 操作系统专业版、企业版、教育版和部分家庭版! 1、安装 Hyper-V H 阅读全文
posted @ 2021-05-20 09:13 晚风 阅读(78) 评论(0) 推荐(0) 编辑

2021年5月18日 #

摘要: 原因是Spring Boot自动配置的时候发现没有配置数据库 1、SpringBootApplication项目解决办法: @SpringBootApplication(exclude = DataSourceAutoConfiguration.class) public class Bdservo 阅读全文
posted @ 2021-05-18 17:39 晚风 阅读(236) 评论(0) 推荐(0) 编辑

2019年7月10日 #

摘要: 安装完成Bitnami后,需要执行以下命令将默认目录改为/wordpress: E:\Bitnami\wordpress-5.2.2-0\apps\wordpress\bnconfig.exe --appUrl / 阅读全文
posted @ 2019-07-10 10:09 晚风 阅读(607) 评论(0) 推荐(0) 编辑

2019年3月25日 #

摘要: TextSymbolizer 增加如下配置: <!-- 标签重叠也显示 --> <VendorOption name="conflictResolution">false</VendorOption> <!-- 切片一半的情况下也显示 --> <VendorOption name="partials 阅读全文
posted @ 2019-03-25 14:12 晚风 阅读(998) 评论(0) 推荐(0) 编辑

2019年2月21日 #

摘要: innodb_buffer_pool_size will cache frequently read data innodb_log_buffer_size : Larger buffer reduces write I/O to Transaction Logs innodb_log_file_s 阅读全文
posted @ 2019-02-21 18:00 晚风 阅读(322) 评论(0) 推荐(0) 编辑

2018年10月13日 #

摘要: 1、首先启用 EPEL Repository 2、可以用 yum 直接安裝 Htop: 阅读全文
posted @ 2018-10-13 06:56 晚风 阅读(492) 评论(0) 推荐(0) 编辑