ICode9

精准搜索请尝试: 精确搜索
  • Jenkins构建项目连接Repository URL的填坑之路2022-07-01 16:35:40

    提示Unable to access the repository。点击构建后,构建失败提示:org.tmatesoft.svn.core.SVNException: svn: E175002: SSL handshake failed: 'The server selected protocol version TLS10 is not accepted by client preferences [TLS13, TLS12]' JDK安装低于291的版本。 原因:

  • 删除下载失败的jar2022-06-30 14:36:11

    1》新建文档,内容如下: set REPOSITORY_PATH=F:\work\maven\repository rem 正在搜索... for /f "delims=" %%i in ('dir /b /s "%REPOSITORY_PATH%\*lastUpdated*"') do ( del /s /q %%i ) rem 搜索完毕 pause 注意:文本第一行为本地仓库地址 2》修改文档后缀为.bat 3》双击运

  • CentOS8使用putty安装MySQL时搜不到(无法下载)元数据,报Errors during downloading metadata for repository ‘epel‘:2022-06-29 09:03:26

    CentOS8使用putty安装MySQL时搜不到(无法下载)元数据, 报Errors during downloading metadata for repository 'epel': - Status code: 404 for http://archives.fedoraproject.org/pub/archive/epel/8/Everything/x86_64/repodata/repomd.xml等错误,具体如下:          这可能是

  • @Mapper和@Repository的区别2022-06-27 23:04:38

    1.相同点 @Mapper和@Repository都是作用在dao层接口,使得其生成代理对象bean,交给spring 容器管理,对于mybatis来说,都可以不用写mapper.xml文件 2.不同点 @Repository需要在Spring中配置扫描地址,然后生成Dao层的Bean才能被注入到Service层中。代码示例: @SpringBootApplication @Mappe

  • .net 使用log4net日志功能2022-06-21 16:03:50

    (一)在  .net core 中使用    新建一个配置文件,输入以下代码 <?xml version="1.0" encoding="utf-8"?> <configuration> <configSections> <section name="log4net" type="log4net.Config.Log4NetConfigurationSectionHandler,

  • Junit单元测试时报错,org.springframework.test.context.junit4.statements.RunBeforeTestExecutionCallbacks.eval2022-06-18 14:01:31

    报错 D:\02tools\java\bin\java.exe -ea -Didea.test.cyclic.buffer.size=1048576 "-javaagent:D:\02tools\IntelliJ IDEA 2020.2.2\lib\idea_rt.jar=54135:D:\02tools\IntelliJ IDEA 2020.2.2\bin" -Dfile.encoding=UTF-8 -classpath "D:\02tools

  • 12.Oracle之 automatic diagnostic repository特性2022-06-18 11:06:45

    以下都是在11g上面进行操作 1.查看数据库的版本 SQL> select * from v$version where rownum<2; BANNER -------------------------------------------------------------------------------- Oracle Database 11g Enterprise Edition Release 11.2.0.4.0 - 64bit Production 2

  • Ultimate ASP.NET CORE 6.0 Web API --- 读书笔记(3)2022-06-16 19:35:02

    Onion Architecture Implementation 本文内容来自书籍: Marinko Spasojevic - Ultimate ASP.NET Core Web API - From Zero To Six-Figure Backend Developer (2nd edition) 这章是说的洋葱架构实现,学习如何创建不同的层,以此分割应用的不同部分。 对数据服务,我们需要创建Model,使

  • 注解@Component、@Controller、@Service、@Repository的区别?2022-06-15 17:34:44

    主题:注解@Component、@Controller、@Service、@Repository的区别? Spring 2.5 中除了提供 @Component 注释外,还提供了几个特殊语义的注释:@Repository、@Service、@Controller。 其实,这三个注释和@Controller是等效的,由于Web应用程序现在采用了三层架构原理,为了层次更加鲜明,降低耦

  • maven知识总结2022-06-12 15:02:27

    maven知识总结 1、repository 也就是我们说的仓库,分为本地仓库和远程仓库。 本地仓库这个想必大家都知道这个就不说了。 远程仓库是什么呢? 所谓远程仓库,就是我们本地仓库没有对应的jar(maven从仓库中下载的不单单是jar,还有其他如pom等等其他文件,这里就简单用jar表示maven下载的所

  • 【已解决】ubuntu16.04和Python3.5里的大坑2022-06-10 08:33:59

    因为一些历史原因,几个服务器的系统都一直是ubuntu16.04,ubuntu16.04的python3的默认版本是3.5。 而我这次配置python环境需要用到Pymysql 配置成功后,然后直接运行,一直报错。我还一直尝试修改pymysql的代码,一度以为镜像站里的pymysql有错误。 甚至跑去GitHub中找到https://github.co

  • 测试一下2022-06-09 20:36:51

    permalink: / title: "About me" excerpt: "About me" author_profile: true redirect_from: /about/ /about.html I am currently studying for my master's degree in School of Cyberspace Security, University of Chinese Academy of Scienc

  • 通过MAVEN构建Spring项目2022-06-03 00:35:08

    1. 安装Maven 1.1 官网下载Maven 1.2 解压并配置环境变量    并将maven的bin目录添加到path 2. Maven仓库配置 2.1 在配置文件(apache-maven-3.8.5\conf\settings.xml)添加配置 <!-- maven本地仓库的位置 --> <localRepository>F:\MavenRepo</localRepository> <!--注释源镜

  • Docker容器yum报错连不上网:curl#6 - "Could not resolve host: mirrorlist.centos.org; Unknown error"?2022-06-02 22:02:15

    目录问题解决 问题 宿主机网络正常,能ping通。但进入docker容器后,无法ping通,yum任何东西都报如下错误: [root@a4742adb2225 yum.repos.d]# yum install vim Loaded plugins: fastestmirror, ovl Could not retrieve mirrorlist http://mirrorlist.centos.org/?release=7&arch=x86_64

  • Git&GitHub 资源库同步实践2022-06-01 13:03:34

    注意事项与声明 平台: Windows 10 作者: JamesNULLiu 邮箱: jamesnulliu@outlook.com 博客: https://www.cnblogs.com/jamesnulliu/ 学习笔记 转载请注明出处 欢迎留言 1. 在 GitHub 新建 Remote repository 在完成 GitHub 和 Git 的初始化和设置后, 我们先在 github 新建一个 远

  • Cannot retrieve repository metadata (repomd.xml) for repository: base. Please verify its path and tr2022-05-31 11:04:03

    镜像下载、域名解析、时间同步请点击 阿里云开源镜像站 错误:Cannot retrieve repository metadata (repomd.xml) for repository: base. Please verify its path and try again 通过yum -y install XXX 尝试安装软件,出现Cannot retrieve repository metadata (repomd.xml) for rep

  • 解决git@github.com: Permission denied (publickey). fatal: Could not read from remote repository.2022-05-30 23:01:34

    今天想要把项目git到github上,结果最后一步git push的时候报错如下: 原因 Permission denied (publickey) 没有权限的publickey , 出现这错误一般是以下两种原因: 客户端与服务端未生成 ssh key 客户端与服务端的ssh key不匹配 找到问题的原因了,解决办法也就有了,重新生成一次ssh key

  • 【SpringData&JPA从入门到精通】03-SpringData-Repository 子接口2022-05-28 20:04:06

    笔记来源:尚硅谷SpringData教程(springdata经典,spring data快速上手) 目录Repository 子接口1、Repository 子接口2、CrudRepository 接口3、PagingAndSortingRepository 接口4、JpaRepository 接口5、JpaSpecificationExecutor 接口6、自定义 Repository 方法总结 Repository 子

  • 在idea里--git报错问题2022-05-27 23:34:47

    在idea里面,使用git报错的情况 情况1 ---push时:报错 报错内容:git@github.com: Permission denied (publickey).               fatal: Could not read from remote repository.               Please make sure you have the correct access rights         

  • 开发Jetpack Compose应用,解决Android Studio配置完Kotlin下载慢的问题2022-05-26 19:32:56

    修改项目(而非模块)build.gradle文件,如下: buildscript { ext { compose_version = '1.1.1' kotlin_version = '1.6.21' } repositories { // 以下四行添加阿里云的仓库地址,方便国内开发者下载相关插件 maven { url 'https://maven.ali

  • pom 添加远程镜像源2022-05-26 15:33:32

    <repositories> <!--添加远程镜像源--> <repository> <id>aliyun</id> <name>aliyun</name> <url>https://maven.aliyun.com/repository/public</url> </repository>

  • docker login repository2022-05-26 11:34:59

    PS C:>docker login repo.******.com:8083 Username: ***** Password: Login Succeeded PS C:> docker pull repo..******.com:8083/[path]/[image name]:1.0.20220425.1 1.0.20220425.1: Pulling from [path]/[image name] 6552179c3509: Pull complete 21e1bc814f9

  • Delphi repository2022-05-15 08:34:24

    Delphi提供了repository功能,可以使开发人员共享开发模板,合理使用repository功能可以加快开发速度,开发组配置好共享的repository就可以使用repository了     Add to Repository   当前的窗口添加到仓库文件 Repository 中 2. Repository 管理(现有的Repository 删除,修改)  

  • 错误: Unable to connect to a repository at URL 'https://192.168.1.111/svn/2022-05-10 08:31:06

    【原因】删除了本地缓存钥匙导致其他目录下的svn项目无法更新获取      【解决】返回桌面,右键选择TortoiseSVN中的设置,得到如下界面,再点击红色框的选项      点击清除全部,重新输入svn账号密码就ok了      

  • maven 仓库2022-05-04 12:01:46

    <?xml version="1.0" encoding="UTF-8"?> <!-- Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regardi

专注分享技术,共同学习,共同进步。侵权联系[81616952@qq.com]

Copyright (C)ICode9.com, All Rights Reserved.

ICode9版权所有