1 2 3 4 5 ··· 20 下一页
摘要: Blog Theme-博客当前皮肤设置 2023/3/3 21:45:37 博客皮肤 SimpleMemory 博客侧边栏公告 <!-- SimpleMemory 博客皮肤 --> <script type="text/javascript"> window.cnblogsConfig = { in 阅读全文
posted @ 2023-03-03 21:47 Theseus‘Ship 阅读(16) 评论(0) 推荐(0) 编辑
摘要: #开篇·序 June 30, 2020 12:46 PM 2020年2月,申请 2020年6月25日,端午 2020年6月26日,辞友 2020年6月27日,开通博客 阅读全文
posted @ 2020-06-30 12:53 Theseus‘Ship 阅读(80) 评论(0) 推荐(0) 编辑
摘要: IDE-QT5-Install-源码安装 引用: CSDN:编译源码安装 Qt 5.15 QT-Download-Archive Building_Qt_5_from_Git 阅读全文
posted @ 2024-08-15 10:27 Theseus‘Ship 阅读(2) 评论(0) 推荐(0) 编辑
摘要: OS-Ubuntu-显卡驱动异常导致花屏-nomodeset Ubuntu系统,显卡驱动异常,导致启动后花屏或无法正常显示输出。 解决方法:设置nomodeset 系统启动项页面(grub菜单页面),按e键编辑,在splash后面增加nomodeset参数 /etc/modprobe.d/black 阅读全文
posted @ 2024-08-15 10:17 Theseus‘Ship 阅读(5) 评论(0) 推荐(0) 编辑
摘要: OS-Ubuntu-grub-启动项菜单更新 Ubuntu18.04.5 系统启动时,启动项菜单有多个ubuntu系统,其中部分系统的磁盘已经格式化,系统不可用,但仍然在启动菜单中。 /etc/default/grub:grub配置项 sudo update-grub:更新grub启动项菜单,自动识 阅读全文
posted @ 2024-08-15 09:57 Theseus‘Ship 阅读(1) 评论(0) 推荐(0) 编辑
摘要: Code-C++-regex C++ 正则表达式 regex #include <regex> std::regex; std::smatch; regex_replace(); 阅读全文
posted @ 2024-08-15 09:52 Theseus‘Ship 阅读(1) 评论(0) 推荐(0) 编辑
摘要: Tool-Postgresql Ubuntu18.04 安装postgresql 安装&修改密码&导入sql apt install postgresql su postgres //postgres账户 psql -h localhost -U postgres //localhost 用户pos 阅读全文
posted @ 2024-08-09 09:15 Theseus‘Ship 阅读(2) 评论(0) 推荐(0) 编辑
摘要: OS-Ubuntu-gcc-源码安装gcc7.5.0 GNU Mirror List FTP server of the the GNU project--gcc Gcc-依赖 下载GCC源代码 wget https://ftp.gnu.org/gnu/gcc/gcc-X.Y.Z/gcc-X.Y.Z 阅读全文
posted @ 2024-08-08 17:59 Theseus‘Ship 阅读(4) 评论(0) 推荐(0) 编辑
摘要: OS-Ubuntu-从源查询拉取安装包依赖-apt-cache&apt download 引用: Ubuntu apt-get apt-cache 命令使用 apt-get下载包及所有依赖 指令 apt-cache depends --no-* --no-pre-depends --no-sugge 阅读全文
posted @ 2024-08-08 17:38 Theseus‘Ship 阅读(5) 评论(0) 推荐(0) 编辑
摘要: OS-Ubuntu-系统版本信息查询及含义与源配置 引用 https://blog.csdn.net/ix_fly/article/details/138271843 指令 lsb_release -a Demo: lsb_release -a Distributor ID: Ubuntu Desc 阅读全文
posted @ 2024-08-08 17:08 Theseus‘Ship 阅读(5) 评论(0) 推荐(0) 编辑
摘要: Tool-Docker-以ubuntu:latest为例 Ubuntu-Install docker search ubuntu:查询镜像 docker pull ubuntu[:version]:拉取镜像 docker images:查看镜像 docker ps -a:查看当前容器状态 docke 阅读全文
posted @ 2024-08-08 16:48 Theseus‘Ship 阅读(2) 评论(0) 推荐(0) 编辑
摘要: Software-DM8-docker镜像 达梦数据库 达梦数据库管理系统DM8 Docker镜像 安装 Docker安装 dm8_20240613_x86_rh6_64_rq_ent_8.1.3.140_pack5.tar 注意 如果使用 docker 容器里面的 disql,进入容器后,先执行 阅读全文
posted @ 2024-07-24 16:59 Theseus‘Ship 阅读(4) 评论(0) 推荐(0) 编辑
摘要: Tool-Gitlab-禁止开机自启动 Ubuntu18.04 Gitlab设置禁止开机自启动方法 sudo systemctl disable gitlab-runsvdir.service 禁止开机自启动 sudo systemctl enable gitlab-runsvdir.service 阅读全文
posted @ 2024-07-20 17:22 Theseus‘Ship 阅读(1) 评论(0) 推荐(0) 编辑
摘要: Tool-Gitlab-Issue-template 创建一个高效的Bug报告Issue模板。 .gitlab/issue_templates/bug.md 以下是一个推荐的GitLab Bug Report Issue模板示例。可以根据项目的具体需求调整这个模板: title: "[BUG] 简短 阅读全文
posted @ 2024-07-20 16:32 Theseus‘Ship 阅读(4) 评论(0) 推荐(0) 编辑
摘要: Tool-Gitlab-CICD-jobs-删除或清空 清空GitLab项目中所有的CI/CD Jobs列表或者说是清除Pipeline的历史记录,可以通过GitLab的Web界面或者API来实现。 注意:会删除Pipeline的记录和相关联的Job日志、Artifacts等信息,操作前请确保已经做 阅读全文
posted @ 2024-07-20 16:31 Theseus‘Ship 阅读(46) 评论(0) 推荐(0) 编辑
摘要: Tool-CMake-Cpack-生成版本信息文件 在使用 CPack 打包过程中自动生成一个文件,其包含存储特定信息,比如版本号或者其他元数据。 在项目源码目录中创建一个模板文件,如 info_template。这个文件将包含想要填充动态信息的占位符。 例如:Project Name: @PROJ 阅读全文
posted @ 2024-07-20 16:30 Theseus‘Ship 阅读(2) 评论(0) 推荐(0) 编辑
摘要: Tool-Cross-compilation-Toolchain-ARM-Linaro Ubuntu上基于Arm的交叉编译工具链。 引用:arm生态发展与交叉编译链选择-知乎 arm-none-linux-gnueabi-gcc:是 Codesourcery 公司(目前已经被Mentor收购)基于G 阅读全文
posted @ 2024-07-15 10:50 Theseus‘Ship 阅读(5) 评论(0) 推荐(0) 编辑
1 2 3 4 5 ··· 20 下一页
Live2D