摘要: 第一步:先卸载失败的向日葵 bash运行 dpkg -r sunloginclient 第二步:手动下载并安装缺失的依赖(直接复制运行) bash运行 wget https://archive.ubuntu.com/ubuntu/pool/universe/g/gconf/gconf2-common 阅读全文
posted @ 2026-03-16 10:43 海宏软件 阅读(5) 评论(0) 推荐(0)
摘要: mysql命令行备份还原经常因为字符集出错。 一、命令行的备份还原关键点: --default-character-set=utf8mb4 C:\Program Files\MySQL\MySQL Server 8.0\bin>mysqldump -uroot -p666666 --default- 阅读全文
posted @ 2026-03-16 08:16 海宏软件 阅读(3) 评论(0) 推荐(0)
摘要: mysql-windows下安装时设置lower_case_table_names=2显示存储分大小写比较都用小写 1、安装时勾选【show advanced and logging options】显示高级和日志选项: 2、在高级选项这里选成2: 改成2的好处是:显示、存储区分大小写,比较都用小写 阅读全文
posted @ 2026-03-14 15:16 海宏软件 阅读(3) 评论(0) 推荐(0)
摘要: Ubuntu 安装 PostgreSQL(最新稳定版 + 一步到位) 我给你最简单、零报错、生产可用的 Ubuntu 安装 PostgreSQL 教程,全程复制粘贴即可。 一、先更新系统(必做) #bash运行 sudo apt update sudo apt upgrade -y 二、直接安装 P 阅读全文
posted @ 2026-03-14 09:22 海宏软件 阅读(12) 评论(0) 推荐(0)
摘要: Fastreport for avalonia在linux下运行,需要这几个最小需求文件: FastReport.Avalonia.dll FastReport.Compat.dll FastReport.DataVisualization.dll FastReport.Forms.Avalonia 阅读全文
posted @ 2026-03-07 17:48 海宏软件 阅读(19) 评论(0) 推荐(0)
摘要: 实现步骤 Ubuntu 桌面的快捷方式本质是 .desktop 格式的配置文件,我们需要创建这个文件并设置正确的权限和属性。 1. 创建桌面快捷方式文件 首先打开终端,执行以下命令创建并编辑快捷方式文件(文件名可以自定义,比如 AvaloniaApp.desktop): gedit ~/桌面/Ava 阅读全文
posted @ 2026-02-26 15:25 海宏软件 阅读(48) 评论(0) 推荐(0)
摘要: ubuntu优麒麟常用linux命令 阅读全文
posted @ 2026-02-26 11:54 海宏软件 阅读(3) 评论(0) 推荐(0)
摘要: 一、# 切换到 root 用户(若已为 root 可跳过)sudo su -[ERROR] OBD-1007: (127.0.0.1) The value of the ulimit parameter "open files" must not be less than 20000 (Curren 阅读全文
posted @ 2026-02-25 09:53 海宏软件 阅读(16) 评论(0) 推荐(0)
摘要: vs2022页面修改后马上刷新,热重载 阅读全文
posted @ 2026-02-24 16:46 海宏软件 阅读(13) 评论(0) 推荐(0)
摘要: ubuntu优麒麟安装oceanbase单机社区版图形界面方式 阅读全文
posted @ 2026-02-22 17:40 海宏软件 阅读(21) 评论(0) 推荐(0)