[WARNING] Could not transfer metadata org.sonarsource.sonar-packaging-maven-plugin:sonar-packaging-maven-plugin/maven-metadata.xml from/to central (ht ...
分类:
其他好文 时间:
2020-03-07 10:06:20
阅读次数:
87
MVC+EF 理解和实现仓储模式和工作单元模式 原文:Understanding Repository and Unit of Work Pattern and Implementing Generic Repository in ASP.NET MVC using Entity Framework ...
分类:
Web程序 时间:
2020-03-05 20:50:16
阅读次数:
95
Command line instructions Git global setup git config --global user.name "Your Name" git config --global user.email ""you@example.com"" Create a new r ...
分类:
其他好文 时间:
2020-03-05 17:56:13
阅读次数:
63
1.登陆github后,进入Github首页,点击New repository新建一个项目 2. 填写相应信息后点击create repository即可 Repository name: 仓库名称(输入名字,最好不要使用中文) Description(可选): 仓库描述介绍 Public, Pri ...
分类:
Web程序 时间:
2020-03-05 15:34:16
阅读次数:
81
git常用操作 初始化本地仓库 初始化一个本地仓库repository,此时会生成一个 .git文件(一定不能删除,删除掉就不能继续执行git命令了) git init 提交到暂存区 在本地(工作区)编写完成代码后,提交到暂存区 git add xxx //个文件或者文件夹提交到暂存区?git ad ...
分类:
其他好文 时间:
2020-03-04 09:39:46
阅读次数:
69
打开.m2/settings.xml 在本地 maven 的 setting配置文件中加上阿里云镜像地址 代码如下: <mirror> <id>nexus-aliyun</id> <mirrorOf>central</mirrorOf> <name>Nexus aliyun</name> <url> ...
分类:
其他好文 时间:
2020-03-03 23:58:40
阅读次数:
100
在CentOS 6.3 x86_64下安装php-mcrypt的时候出现了问题:Error: Cannot retrieve metalink for repository: epel. Please verify its path and try again,需要安装epel源。 解决方法: 一句 ...
分类:
Web程序 时间:
2020-03-03 22:45:16
阅读次数:
107
https://www.jisuanke.com/contest/7331?view=challenges G. Sheba's Amoebas 题意:给定一个图,求图里有几个封闭图形 思路:用DFS每次将一整块连通图标记,最后看标记了多少个 直接上代码: #include <bits/stdc++ ...
分类:
其他好文 时间:
2020-03-02 22:42:42
阅读次数:
93
Started by user test java.lang.NoSuchMethodError: org.eclipse.jgit.lib.Repository.getRef(Ljava/lang/String;)Lorg/eclipse/jgit/lib/Ref; at jenkins.plug ...
分类:
编程语言 时间:
2020-03-02 12:53:02
阅读次数:
279
在CentOS 6安装epel后出问题,报错:Error: Cannot retrieve metalink for repository: epel. Please verify its path and try again,需要安装epel源。 解决方法: 一句话:把/etc/yum.repos ...
分类:
Web程序 时间:
2020-03-01 14:29:58
阅读次数:
80