2024年2月20日
摘要:
推荐下载地址(腾讯镜像):https://mirrors.cloud.tencent.com/gradle 在里面搜索对应版本号进行下载,比如 gradle-7.5.1-bin.zip 下载后直接将压缩包移动到 C:\Users\{User Name}\.gradle\wrapper\dists\g
阅读全文
posted @ 2024-02-20 22:31
z5337
阅读(674)
推荐(0)
摘要:
参考:https://zhuanlan.zhihu.com/p/34584694 1、登录到 https://github.com ,在 设置 页面的左侧菜单里找到 SSH and GPG keys 2、打开 Git Bash 3、运行 ssh-keygen -t rsa -b 4096 -C "你
阅读全文
posted @ 2024-02-20 15:07
z5337
阅读(944)
推荐(0)
摘要:
因文件名太长,下载文件时报错 解决方法: gpedit.msc // 打开组策略 计算机配置 - 管理模板 - 系统 - 文件系统 设置 启用 Win32 长路径 为 已启用 然后重启电脑或者执行命令 gpupdate 更新组策略
阅读全文
posted @ 2024-02-20 09:34
z5337
阅读(247)
推荐(0)
2024年2月19日
摘要:
简写daoservicecontroller页面按钮 C create save add - add R read find list list search/query U update modify edit view edit D delete delete delete - delete 注
阅读全文
posted @ 2024-02-19 09:43
z5337
阅读(21)
推荐(0)
2024年2月16日
摘要:
转自:https://zhuanlan.zhihu.com/p/270892557 颜色管理 - 高级 - Agfa : Swop Standard 即可。
阅读全文
posted @ 2024-02-16 20:04
z5337
阅读(52)
推荐(0)
2024年2月6日
摘要:
public static void main(String[] args) { ApplicationContext applicationContext = new ClassPathXmlApplicationContext("beans.xml"); UserService userServ
阅读全文
posted @ 2024-02-06 15:55
z5337
阅读(17)
推荐(0)
2024年2月5日
摘要:
也可以从 https://gogs.io 下载安装 参考:https://blog.csdn.net/hahofe/article/details/117291920 1、包管理安装 # 获取安装源 sudo wget -O /etc/yum.repos.d/gogs.repo https://dl
阅读全文
posted @ 2024-02-05 14:58
z5337
阅读(136)
推荐(0)
摘要:
转自:https://blog.csdn.net/zhujing16/article/details/88677253 如果已经安装了 Centos 里的 GNOME 桌面,可以不用命令行下操作 # 查看当前 IP 地址 ip addr 在 Centos 里,无法使用 ifconfig 来查看 IP
阅读全文
posted @ 2024-02-05 14:51
z5337
阅读(15)
推荐(0)
摘要:
转自:https://blog.csdn.net/zhujing16/article/details/88677253 1、在 VMware 菜单中找到 虚拟机 - 安装 VMware Tools ... 2、依次按以下步骤: ls /dev # 创建目录 mkdir /mnt/cdrom # 挂载
阅读全文
posted @ 2024-02-05 14:43
z5337
阅读(150)
推荐(0)
摘要:
转自:https://zhuanlan.zhihu.com/p/145102034 1、下载 Centos 镜像,推荐:Centos 7.X 下载地址:https://mirrors.aliyun.com/centos 各个版本的区别! 1、CentOS-7-DVD版本:DVD是标准安装盘,一般下载
阅读全文
posted @ 2024-02-05 14:34
z5337
阅读(34)
推荐(0)