如何把我们的源码同步到gitee或github远程仓库中 同步方式分以下几种: 1、命令同步 先查看下我们是否有远程仓库:git remote -v 如有就要删除远程仓库或是同命令覆盖,如全新安装就不需要! 删除已关联的名为origin的远程库: git remote rm origin 关联Git ...
分类:
其他好文 时间:
2020-11-04 18:34:03
阅读次数:
18
告警是预防系统故障的一个重要工具,目前已经有许多成熟的方案通过监控系统运行指标来进行阈值预警。今天简单了解一下如何使用Fluentd实现邮件告警功能。 Fluentd的告警是基于日志分析实现的,通过监测日志中的业务状态信息,及时识别严重错误,实时发送告警信息。 以分析Apache的访问日志为例,了解 ...
分类:
其他好文 时间:
2020-11-04 18:02:07
阅读次数:
13
#菜单模块 ##Controller package com.atguigu.atcrowdfunding.controller; import java.util.List; import org.springframework.beans.factory.annotation.Autowired ...
分类:
其他好文 时间:
2020-11-02 10:21:42
阅读次数:
24
Dell服务器centos系统U盘安装错误问题处理:dracut-pre-udev[760]:modprobe: ERROR: could not insert ‘edd‘:No
分类:
其他好文 时间:
2020-11-02 10:06:36
阅读次数:
20
1.关键字解释 //它是一个Controller增强器,可对controller中被 @RequestMapping注解的方法加一些逻辑处理 @ControllerAdvice //异常定义 @ExceptionHandler //返回格式为json,可以使用 @RestControllerAdvi ...
分类:
其他好文 时间:
2020-11-01 20:42:55
阅读次数:
18
strace -c -f -S name docker run --rm -itd --name=kata-test --runtime kata-runtime busybox strace: Process 21490 attached strace: Process 21491 attache ...
分类:
其他好文 时间:
2020-10-31 01:58:37
阅读次数:
21
-bash-4.1$ crontab -e Authentication token is no longer valid; new one requiredYou (oracle) are not allowed to access to (crontab) because of pam conf ...
分类:
数据库 时间:
2020-10-31 01:45:57
阅读次数:
28
import com.aaa.controller.vm.MenuVM; import com.aaa.entity.Menu; import java.util.ArrayList; import java.util.List; /** * 组装菜单树工具类 * Created by cws * ...
分类:
其他好文 时间:
2020-10-29 09:51:59
阅读次数:
27
/** 原始注解:用途,自己编写的类注入容器使用* @Component* @Controller* @Service* @Repository* 以上4个功能基本一样,类似加入<bean id="userDao" class="cn.UserImpl"></bean>** @Autowired:自 ...
分类:
编程语言 时间:
2020-10-29 09:39:15
阅读次数:
24