首页
首页
沸点
课程
直播
活动
竞赛
商城
APP
插件
搜索历史
清空
创作者中心
写文章
发沸点
写笔记
写代码
草稿箱
创作灵感
查看更多
会员
登录
注册
「开发工具」
掘了
创建于2021-05-24
订阅专栏
🚧Git、GitHub、镜像地址、Maven、Kubernetes、Docker...
等 6 人订阅
共20篇文章
创建于2021-05-24
订阅专栏
默认顺序
默认顺序
最早发布
最新发布
掘了
1年前
maven
Spring Boot
Maven 项目编译后中无法将 resources 目录同步到 /targer/classes 目录❓
「这是我参与11月更文挑战的第6天,活动详情查看:[2021最后一次更文挑战] Maven 项目编译后中无法将 resources 目录同步到 /targer/classes 目录❓
1223
11
评论
掘了
1年前
SSH
GitHub
【SSH】git@gitee.com: Permission denied (publickey)
「这是我参与11月更文挑战的第1天,活动详情查看:2021最后一次更文挑战」。 【SSH】git@gitee.com: Permission denied (publickey)
749
9
评论
掘了
1年前
后端
Git
【Git】Git Snippets📚
The Git snippet collection contains a variety of short tips and tricks for all currently maintained
128
8
评论
掘了
1年前
后端
Git
【Git Snippets】Git diff
View differences in changes:Displays differences between staged or unstaged changes and last-commit.
62
8
评论
掘了
1年前
后端
Git
【Git-Undo】Git 各式后悔药!
Git 版本管理时,往往需要撤销某些操作。 本文介绍几种最主要的情况,给出详细的解释。更多的命令可以参考《常用 Git 命令清单》一文。 撤销提交常见的场景:提交代码以后,你突然意识到这个提交有问题!
117
11
评论
掘了
1年前
Git
后端
【Git】.git 文件夹探秘,理解 git 运作机制
【Git】.git 文件夹探秘,理解 git 运作机制 .git 文件夹创建 任意文件夹中,用 git init 命令初始化仓库,即可在此文件夹下创建 .git 文件夹
1007
12
评论
掘了
1年前
后端
Git
【Git Snippets】Automatically find the commit that introduced a bug
小知识,大挑战!本文正在参与“程序员必备小知识”创作活动。 本文同时参与「掘力星计划」,赢取创作大礼包,挑战创作激励金。The Git snippet collection `git disect`
818
8
评论
掘了
1年前
Git
后端
【Git Snippets】Manually find the commit that introduced a bug⭐
小知识,大挑战!本文正在参与“程序员必备小知识”创作活动。 本文同时参与「掘力星计划」,赢取创作大礼包,挑战创作激励金。The Git snippet collection `git disect`
169
8
评论
掘了
1年前
Git
后端
【Git Snippets】View commits [without merge] or [in a specific date range]
小知识,大挑战!本文正在参与“程序员必备小知识”创作活动。 ⭐View a short summary of commits Prints a short summary of all commits
99
8
评论
掘了
1年前
后端
Git
【Git Snippets】The rest of basic configuration
小知识,大挑战!本文正在参与“程序员必备小知识”创作活动。 Short code snippets for all your development needs. Basic Configure!
408
9
评论
掘了
1年前
后端
Git
【Git Snippets】Set default push branch name
小知识,大挑战!本文正在参与“程序员必备小知识”创作活动。 Use the name of the current branch when pushing by default as the name
220
8
评论
掘了
1年前
后端
Git
【Git Snippets】Disable fast forward merging by default
小知识,大挑战!本文正在参与“程序员必备小知识”创作活动。 Target: Disables the default fast forwarding on merge commits.
272
8
评论
掘了
1年前
Git
后端
【Git Snippets】Git aliases
小知识,大挑战!本文正在参与“程序员必备小知识”创作活动。The Git snippet collection contains a variety of short tips and tricks.
176
10
评论
掘了
1年前
Docker
Kubernetes
后端
一文带你认识「Docker」与「k8s」
随着 k8s 作为容器编排解决方案变得越来越流行,有些人开始拿 Docker 和 k8s 进行对比,不禁问道:Docker 不香吗? 其实 Docker 和 k8s 并非直接的竞争对手,它俩相互依存。
9747
55
5
掘了
1年前
GitHub
SEO
🔥 恕我直言,你可能连 GitHub 搜索都不会用!
GitHub 上有很多优秀的开源项目与学习资料,如何通过这些资源来抹平你的信息不对称呢? 那么你就应该明白我们要如何搜索 GitHub,以下为大家带来精准搜索 GitHub 的神仙技巧!
4772
25
评论
掘了
1年前
后端
📚国内的镜像源访问地址
小知识,大挑战!本文正在参与程序员必备小知识创作活动。 国内访问外网时,的确慢,以下就是国内同步得到的镜像,一键提升 speed!
830
13
2
掘了
1年前
maven
Maven 进阶之旅
Maven 分模块开发与设计 模块继承、模块聚合、maven属性定义与使用 maven版本管理、资源配置、多环境开发配置、 跳过测试 私服 Nexus 安装、启动与配置、访问私服配置
799
9
评论
掘了
1年前
maven
Maven 入门手册?拿去吧你~
Maven 简介、项目构建、Maven 下载与安装 工程发布流程包括:编译、测试、打包、部署... Maven 项目构建命令、IDEA maven、 Maven 依赖管理、Maven 生命周期与插件
1225
14
评论
掘了
1年前
Git
后端
【茅塞顿开】Git 深度体验
Git 开发工具、Git 基本配置、配置用户信息 配置 SSH 公钥、基本工作流、Git 分支、git基本操作流、add、commit、push、merge、pull、reset、clone
460
12
评论
掘了
2年前
Git
分布式版本控制系统 Git
版本控制 Git、协同开发、Workspace、Staging、Local Repository、Remote Repository、Index、add、commit、push、SVN、reset..
509
11
评论