@Component, @Repository, @Service的区别 官网引用 引用spring的官方文档中的一段描述: 在Spring2.0之前的版本中,@Repository注解可以标记在任何的类上,用来表明该类是用来执行与数据库相关的操作(即dao对象),并支持自动处理数据库操作产生的异常 ...
分类:
其他好文 时间:
2019-10-08 18:57:25
阅读次数:
86
GitHub使用 索引 创建仓库 添加ssh账户 克隆项目 分支管理 01.创建仓库 注意点: 可以勾选上: Initialize this repository with a README 可以在 Add.gitignore: 中选择你的编程语言,这样可以忽略掉一些相应的临时文件 02.添加ssh ...
分类:
其他好文 时间:
2019-10-07 14:50:01
阅读次数:
114
Git create remote repository and usage in the local environment 1. create the remote repository loggin the server $ cd ~/git/git_learn/ $ mkdir projec ...
分类:
其他好文 时间:
2019-10-05 16:13:03
阅读次数:
244
docker三大概念 docker镜像 image的分层存储 docker容器(container) docker仓库(repository) docker Registry docker安装 ce 社区版ee 企业版 docker版本 环境准备 安装方式 下载docker镜像文件 管理容器 容器管 ...
分类:
其他好文 时间:
2019-10-05 12:21:23
阅读次数:
96
```xml alimaven aliyun maven http://maven.aliyun.com/mvn/view central jboss-public-repository-group central JBoss Public Repository Group http://repos... ...
分类:
其他好文 时间:
2019-10-04 13:31:33
阅读次数:
73
当项目变得比较大的时候,如何还使用hbm.xml文件来配置Hibernate实体就会变得比较复杂。这里Hibernate提供了Annotation注解方式,使得Hibernate的映射文件变得很方便管理了。 这里简单介绍Hibernate的Annotation注解 一、声明实体 @Entity 对实 ...
分类:
编程语言 时间:
2019-10-03 14:20:26
阅读次数:
125
1、首先要先在github的官网注册一个属于自己的账号。https://github.com/ 2、注册完成后需要一些简单的设置,先创建一个属于自己的仓库,repository 3、创建仓库 4、如何让自己电脑上的代码同步到Github上所创建的库当中?在这里,需要安装git的命令工具,Git Ba ...
分类:
其他好文 时间:
2019-10-03 12:31:05
阅读次数:
88
This resource type embeds a serverless application from the AWS Serverless Application Repository or from an Amazon S3 bucket as a nested application. ...
分类:
移动开发 时间:
2019-10-02 14:43:36
阅读次数:
121
CentOS安装部署Mysql 5.7 1. 如果没有安装wget,先安装 2. 下载MySQL官方的 Yum Repository 3. 使用上边的命令我们就下载到了 Yum Repository,之后我们就可以使用 yum 来进行安装了。 4. 安装mysql服务端 5. 启动mysql 6. ...
分类:
数据库 时间:
2019-10-01 10:07:42
阅读次数:
115
页内导航 3.1 Appenders 3.2 Filters 3.3 Layouts 3.4 Loggers 3.5 Object Renders 3.6 Repository 4.1 配置文件构成 4.1.1 4.1.2 4.1.3 4.1.4 4.1.5 4.1.6 4.1.7 4.2 配置 4 ...
分类:
Web程序 时间:
2019-10-01 00:11:07
阅读次数:
143