最新发布第23页
MySQL将自增长字段值重新从0开始-Ddmit

MySQL将自增长字段值重新从0开始

清空表数据,并让自增的id重新从0开始: truncate table 你的表名
ddmit的头像-DdmitDdmit5年前
016191
系统路径/usr/lib/systemd/system和/etc/systemd/system的区别?-Ddmit

系统路径/usr/lib/systemd/system和/etc/systemd/system的区别?

使用man systemd.unit命令,可以看到详细的解释。 大体区别: /usr/lib/systemd/system: 安装包相关配置,一般是供应商提供的操作系统资源。通常,只允许包管理工具(yum/dnf/rpm/apt)进行包安...
ddmit的头像-DdmitDdmit5年前
018520
Maven配置国内阿里镜像-Ddmit

Maven配置国内阿里镜像

这里使用的是maven安装目录下的setting.xml文件,如下: <?xml version='1.0' encoding='UTF-8'?> <settings xmlns='http://maven.apache.org/SETTINGS/1.0.0' xmlns:xsi='http://www....
ddmit的头像-DdmitDdmit5年前
017960
Maven仓库理解和优先级(转载)-Ddmit

Maven仓库理解和优先级(转载)

本文转载自: Maven仓库理解和优先级; 一、前言 使用 maven 也有一段时间了,有时候在配置 repository,mirror,profile的时候,总会导致 jar 拉取不到。所以认真的分析了 maven 获取 jar 包时候...
ddmit的头像-DdmitDdmit5年前
018310
CENTOS安装Docker Compose-Ddmit

CENTOS安装Docker Compose

Docker Compose可以在macOS,Windows以及64位Linux操作系统上运行。 一、环境 CentOS Linux release 7.6.1810 (Core) 二、先决条件 Docker Compose很多工作都得依赖Docker Engine,所以确保你已...
ddmit的头像-DdmitDdmit5年前
025960
SpringCloud启动报错:'url' attribute is not specified-Ddmit

SpringCloud启动报错:’url’ attribute is not specified

错误信息 Description: Failed to configure a DataSource: 'url' attribute is not specified and no embedded datasource could be configured. Reason: Failed to determine a suitable driv...
ddmit的头像-DdmitDdmit5年前
015290
ssh-keygen命令使用及用法说明-Ddmit

ssh-keygen命令使用及用法说明

使用ssh-keygen生成密钥时,此命令的一些参数使用记录一下。 1.生成私钥 ssh-keygen -t rsa -C 'Some comment' 2.修改密码 ssh-keygen -t rsa -f ~/.ssh/id_rsa -p Refferences: Command and Op...
ddmit的头像-DdmitDdmit5年前
016920
CENTOS 8安装docker-ce出现requires containerd.io >= 1.2.2-3错误解决-Ddmit

CENTOS 8安装docker-ce出现requires containerd.io >= 1.2.2-3错误解决

在执行安装docker-ce命令的时候出错: yum install docker-ce docker-ce-cli containerd.io 错误信息 [root@huidukongjian-h1 ~]# yum install docker-ce docker-ce-cli containerd.io Last met...
全面解析Linux如何启动/停止/重启Nginx-Ddmit

全面解析Linux如何启动/停止/重启Nginx

Nginx发音为“engine x”,是一种免费的,开源的,高性能的HTTP和反向代理服务器,负责处理Internet上一些最大站点的负载。 它可以用作独立的Web服务器,也可以用作Apache和其他Web服务器的反向...
ddmit的头像-DdmitDdmit5年前
016940
Nexus 6p最新root教程(2018年12月20日更新)-Ddmit

Nexus 6p最新root教程(2018年12月20日更新)

Root 管理工具SuperSU目前被一家中国公司 CCMT收购,有些人基于安全性的担忧,逐渐开始使用Magisk来进行ROOT和管理自己的软件,Magisk主页地址:https://forum.xda-developers.com/apps/magisk...