一、安装jdk环境 1、使用以下命令 sudo add-apt-repository ppa:openjdk-r/ppa sudo apt-get update sudo apt-get install openjdk-8-jdk sudo update-alternatives --config ...
分类:
系统相关 时间:
2020-02-07 13:10:20
阅读次数:
87
昨天某人使用SVN时,遇到这样的问题, Unable to connect to a repository at URL 'xxx'Error running context: An error occurred during authentication 解决办法: 0、如果你是win10系统,检 ...
分类:
Web程序 时间:
2020-02-07 10:47:49
阅读次数:
160
1、maven从nexus下载构件的配置 1.1、在项目pom中配置远程仓库(方式一) <repositories> <repository> <id>remote</id> <name>my nexus repository</name> <url>http://192.1.1.103:8081/ ...
分类:
其他好文 时间:
2020-02-07 01:35:43
阅读次数:
89
<mirror> <id>aliyunmaven</id> <mirrorOf>*</mirrorOf> <name>阿里云公共仓库</name> <url>https://maven.aliyun.com/repository/public</url> </mirror> 阿里maven仓库使用说 ...
分类:
其他好文 时间:
2020-02-07 01:25:44
阅读次数:
76
自动诊断信息 ADR(Automatic Diagnostic Repository) 一般基于操作系统层面树状结构 主要包括告警日志、追踪文件、健康记录、dump、bump、aump等文件 SQL> show parameter diagnostic_dest NAME TYPE VALUE di ...
分类:
数据库 时间:
2020-02-07 01:00:30
阅读次数:
119
package com.apress.todo.repository; import com.apress.todo.domain.ToDo; import org.springframework.dao.EmptyResultDataAccessException; import org.spri ...
分类:
数据库 时间:
2020-02-06 14:17:06
阅读次数:
198
https://maven.aliyun.com/mvn/view 一般使用聚合仓库(group),path是仓库地址。可点击右上角“使用指南”: 附 目前阿里云仓库的地址 https://maven.aliyun.com/repository/public https://maven.aliyun ...
分类:
其他好文 时间:
2020-02-06 12:55:51
阅读次数:
95
QT_4 QMainWindow QMainWindow是一个为用户提供主窗口程序的类,包含一个菜单栏(menu bar)、多个工具栏(tool bars)、多个锚接部件(dock widgets)、一个状态栏(status bar)及一个中心部件(central widget),是许多应用程序的基 ...
1.【Spring如何使用注解机制完成自动装配】 Java实例构造时会调用默认父类无参构造方法,Spring正是利用了这一点,让"操作元素的代码"得以执行。 【两种处理策略】 (1)类级别的注解:如@Component、@Repository、@Controller、@Service以及JavaEE ...
分类:
编程语言 时间:
2020-02-04 23:22:08
阅读次数:
88
版本库备份 上一页 第 3 章 版本库 下一页 版本库备份 无论你使用何种版本库,定期维护和验证版本库备份非常重要,或许你可以访问最近版本的文件,但是如果没有版本库,所有的历史将会丢失。 The simplest (but not recommended) way is just to copy t ...
分类:
其他好文 时间:
2020-02-04 20:13:32
阅读次数:
100