上一页 1 2 3 4 5 6 7 8 9 ··· 55 下一页

2023年2月18日

vscode 远程连接 linux 远程开发

摘要: 1. 安装拓展 remote-ssh 2. 设置云主机 git 控制台使用命令 ssh-keygen # 生成一个 ssh key # 登录远程主机 # ssh ubuntu@123.123.123.123 # adduser whmmm # addgroup whmmm sudo # 本机执行命令 阅读全文

posted @ 2023-02-18 15:21 正义的伙伴! 阅读(59) 评论(0) 推荐(0) 编辑

2023年2月8日

rust 配置国内源,加速

摘要: [source.crates-io] registry = "https://github.com/rust-lang/crates.io-index" # 指定镜像 replace-with = 'tuna' # 清华大学 [source.tuna] registry = "https://mir 阅读全文

posted @ 2023-02-08 21:16 正义的伙伴! 阅读(994) 评论(0) 推荐(0) 编辑

2023年1月17日

linux 软链接 硬链接 区别

摘要: 来源 https://www.cnblogs.com/oceanftd/p/13475643.html 相关概念: 链接:简单说,链接就是一种文件共享的方式,是POSIX中的概念,主流文件系统都支持链接文件。 inode:在Linux文件系统中,保存在磁盘的上的文件不管是什么类型,都给他分配一个编号 阅读全文

posted @ 2023-01-17 11:11 正义的伙伴! 阅读(58) 评论(0) 推荐(0) 编辑

2023年1月5日

spring注解工具类AnnotatedElementUtils和AnnotationUtils

摘要: spring注解工具类AnnotatedElementUtils和AnnotationUtils 小眼儿 2022-11-02 原文 一、前言 spring为开发人员提供了两个搜索注解的工具类,分别是AnnotatedElementUtils和AnnotationUtils。在使用的时候,总是傻傻分 阅读全文

posted @ 2023-01-05 09:05 正义的伙伴! 阅读(373) 评论(0) 推荐(0) 编辑

2022年12月9日

git submodule .gitmodules 子模块

摘要: 初始化 git submodule init 添加子项目 git submodule add -b xxxx {path} -b 指定分支 path 可为空 (不知为何, 直接写在 .gitmodules 或者 .git/config 中编辑 无效, 必须使用 命令行才可以) 设置子模块分支 git 阅读全文

posted @ 2022-12-09 10:31 正义的伙伴! 阅读(172) 评论(0) 推荐(0) 编辑

2022年11月14日

Symfony2在Nginx下的配置方法图文教程

摘要: 来源: https://www.xp.cn/b.php/79706.html Symfony2在Nginx下的配置方法图文教程 本文详细讲述了Symfony2在Nginx下的配置方法。分享给大家供大家参考,具体如下: 网上有很多关于symfony2在nginx下的配置文章,如果是小白,按照网上贴出来 阅读全文

posted @ 2022-11-14 16:53 正义的伙伴! 阅读(105) 评论(0) 推荐(0) 编辑

2022年11月9日

spring mvc @Configuration addConverterFactory 无效问题

摘要: spring 版本: 4.3.7 addFormatters(FormatterRegistry registry) 不生效 <!-- 此处与 @EnableWebmvc 冲突, 配置此处后 EnableWebmvc 中的配置无效 --> <mvc:annotation-driven content 阅读全文

posted @ 2022-11-09 15:25 正义的伙伴! 阅读(488) 评论(0) 推荐(0) 编辑

2022年11月8日

github 设置代理

摘要: 1. 直接修改 .git/config 文件 注意: 仅对当前仓库有效, 推荐这种, 因为不是所有的仓库都需要走代理 [http "https://github.com"] proxy = http://127.0.0.1:1080 或者如下 [http] proxy = http://127.0. 阅读全文

posted @ 2022-11-08 11:17 正义的伙伴! 阅读(3996) 评论(0) 推荐(1) 编辑

2022年11月7日

git 问题解决

摘要: 1. fatal: the remote end hung up unexpectedly git config --global http.postBuffer 104857600 其他方案: git config --global pack.windowMemory 100m git confi 阅读全文

posted @ 2022-11-07 16:51 正义的伙伴! 阅读(95) 评论(0) 推荐(0) 编辑

2022年11月3日

mysql 导入问题排查

摘要: ERR] 2006 - MySQL server has gone away -- 查询最大数 show global variables like 'max_allowed_packet'; -- 临时设置 set global max_allowed_packet=1024*1024*512; 阅读全文

posted @ 2022-11-03 17:28 正义的伙伴! 阅读(32) 评论(0) 推荐(0) 编辑

上一页 1 2 3 4 5 6 7 8 9 ··· 55 下一页

导航

//增加一段JS脚本,为目录生成使用