上一页 1 2 3 4 5 6 7 8 9 10 ··· 17 下一页
摘要: 官网下载Rufus https://rufus.ie/en/ 下载操作系统对应的ISO镜像 Windows https://www.microsoft.com/en-gb/software-download/ Debian https://www.debian.org/ 准备可格式化的U盘或移动硬盘 阅读全文
posted @ 2024-06-10 19:24 Ashe|||^_^ 阅读(579) 评论(0) 推荐(0) 编辑
摘要: 船在港口最安全,但那并不是造船的目的 阅读全文
posted @ 2024-06-10 00:50 Ashe|||^_^ 阅读(17) 评论(0) 推荐(0) 编辑
摘要: 在SpringBoot Project中,会将一些敏感信息配置到application.yml/application.properties配置文件中(同样适用于Spring Cloud的各个微服务其实(微服务实例)本质就是一个SpringBoot),例如数据库的用户名和密码、Redis的密码等。为 阅读全文
posted @ 2024-06-08 22:58 Ashe|||^_^ 阅读(182) 评论(0) 推荐(0) 编辑
摘要: MySQL数据库,建一张表(table)时通常需要考虑如下因素: 存储引擎 自 MySQL 5.5.5 版本开始,默认的存储引擎是 InnoDB,除非你的库(database)显式声明了其他的存储引擎,SHOW ENGINES;查看当前库(database)的默认存储引擎。 字符集 SHOW VAR 阅读全文
posted @ 2024-05-30 09:55 Ashe|||^_^ 阅读(15) 评论(0) 推荐(0) 编辑
摘要: 1. 是否已安装 Scoop 要确定是否已安装 Scoop,可以在 PowerShell 中执行以下命令: scoop --version 如果已安装 Scoop,将会显示其版本号;否则将会显示错误消息或提示安装 Scoop。 2. 安装 Scoop 如果未安装 Scoop,可以在 PowerShe 阅读全文
posted @ 2024-05-29 16:10 Ashe|||^_^ 阅读(305) 评论(0) 推荐(0) 编辑
摘要: Chocolatey、Scoop 和 Winget 都是流行的 Windows 软件包管理工具,最近我使用了Winget安装了Git,使用命令行方式安装或更新软件(特别是非GUI软件——比如Git、Maven等)非常方便,在此简介一下Winget的常用指令。 1. 是否已安装 Winget 要确定是 阅读全文
posted @ 2024-05-29 15:30 Ashe|||^_^ 阅读(423) 评论(0) 推荐(0) 编辑
摘要: 最近遇到当JavaBean不遵循驼峰命名规则时,使用反射赋值失败。但是我的类中属性个数非常多(一个一个改也太恼火了),因此写了个将蛇形变量名转驼峰变量名的方法,在此分享出来供大家使用。 public static void convertToCamelCase(Class<?> clazz) { F 阅读全文
posted @ 2024-05-08 11:28 Ashe|||^_^ 阅读(163) 评论(0) 推荐(0) 编辑
摘要: First, let’s take a look at the ownership rules. Keep these rules in mind as we through the examples that illustrate them: Each value in Rust has an o 阅读全文
posted @ 2024-04-23 18:06 Ashe|||^_^ 阅读(6) 评论(0) 推荐(0) 编辑
摘要: Many programming languages don’t require you to think about the stack and the heap very often. 许多编程语言并不会要求你经常思考堆栈。But in a system programming language 阅读全文
posted @ 2024-04-21 19:33 Ashe|||^_^ 阅读(17) 评论(0) 推荐(0) 编辑
摘要: 对于Git的使用,笔者也仅仅是使用过……,今天就简单聊聊何为Git以及如何正确的使用Git来管理我们的项目代码。 https://git-scm.com/about Git is a free and open source distributed version control system Gi 阅读全文
posted @ 2024-04-21 17:05 Ashe|||^_^ 阅读(8) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 10 ··· 17 下一页