ICode9

精准搜索请尝试: 精确搜索
  • wsl2安装与配置2022-09-11 21:01:17

    wsl安装 前置条件 windows功能设置打开hyper-v和linux子系统支持 将wsl设置为版本2 wsl --set-default-version 2 商店搜索wsl子系统版本安装,推荐ubuntu和debian 移动子系统安装目录 防治C盘寿终正寝,需要移动子系统到其他盘符 #查看安装的系统 wsl -l -v # 导出 Debian11版本到

  • 一.xv6环境搭建2022-09-10 19:31:47

    内容大致来源: 1.视频教程:https://space.bilibili.com/16765968/channel/collectiondetail?sid=86878 2.文档:https://tarplkpqsm.feishu.cn/docs/doccnoBgv1TQlj4ZtVnP0hNRETd#W8iZmH 一.windows升级为专业版 注意:docker支持Windows 10 操作系统专业版,所以要升级windows版本买

  • Maven阿里云仓库配置2022-09-09 09:00:09

    1.下载好maven之后 点击conf进入 2.打开settings.xml文件 3.找到镜像配置区 4.添加阿里云镜像保存即可 镜像: <mirror> <id>nexus-aliyun</id> <mirrorOf>central</mirrorOf> <name>Nexus aliyun</name> <url>http://maven.aliyun.com/nexus/conte

  • pip安装更换镜像2022-09-05 14:04:31

    原文链接 使用pip来安装python包有时候安装起来会非常慢,因此需要换成国内的源来加速下载: 1 单次修改源 以Torch为例,常规下载方式为: pip install torch 修改为阿里源: pip install -i https://mirrors.aliyun.com/pypi/simple torch 2 修改默认源 如果不想在每一次下载都指定源,可

  • IDEA Maven 报 Unable to import maven project解决方案2022-09-04 12:35:33

    问题: 将同事给的项目放在自己电脑IDEA里,加载时一直报Unable to import maven project,see logs for details。我是尝试了一天,终于没有了红色。 解决: 1.没有c盘的下载权限,将repository放到非C盘中。 2.maven 镜像的地址 xetting.xml一定要认真一些,千万不要把地址写错。 在maven的set

  • Cannot resolve org.springframework.cloud:spring-cloud-starter-netflix-eureka-server:unknown2022-08-28 00:00:23

    Cannot resolve org.springframework.cloud:spring-cloud-starter-netflix-eureka-server:unknown 前言:启动eureka项目,发现右侧maven中的项目dependencies报红,reimport也没用,经排查springcloud和springboot版本号没问题。Spring Cloud  启动类也是报错,@EnableEurakaServer注

  • 阿里云maven镜像2022-08-26 21:01:11

    取一即可   1 <!--阿里云镜像1--> 2 <mirror> 3 <id>aliyunId</id> 4 <mirrorOf>central</mirrorOf> 5 <name>aliyun maven</name> 6 <url>https://maven.aliyun.com/repository/centra

  • Maven配置阿里云仓库2022-08-19 22:31:06

    打开 maven 的配置文件( windows 系统一般在 maven 安装目录的 conf/settings.xml ) 在<profiles></profiles>标签中添加 profile子节点: <profile> <id>aliProfile</id> <!-- 阿里云maven仓库 --> <repositories> <repository> <id>public<

  • java学习记录2022-08-14 09:32:08

    # 第一个SpringBoot项目 https://www.jb51.net/article/223251.htm#_label0 # pom用阿里云源 ``` <repositories> <repository> <id>public</id> <name>aliyun nexus</name> <url>https://maven.aliyun.com/reposito

  • CentOS 7.6 配置yum源为aliyun2022-08-11 20:31:30

    1 ) 备份yum源的配置目录 cp /etc/yum.repos.d/ yum.repos.d.back 2 )下载阿里云的配置到目录中(这里会直接覆盖,不过步骤1已经有备份了,无所谓覆盖不覆盖了) wget -O /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-7.repo 3 )清空缓存 yum clean all

  • 发布自己的项目到aliyun服务器2022-08-10 15:33:55

    1.购买aliyun服务器 2.放行aliyun防火墙端口 firewall-cmd --zone=public --add-port=8080/tcp --permanent //查看是否打开了端口 firewall-cmd --zone=public --list-ports //开放关闭端口命令执行后,刷新配置 firewall-cmd --reload 3.下载jdk 4.下载tomcat服务器(springboot项

  • 毕设——maven tomcat简要学习2022-08-03 13:34:59

    下载maven后需要在settings.xml文件中进行配置,配置阿里云为镜像 <mirror> <id>alimaven</id> <mirrorOf>central</mirrorOf> <name>aliyun maven</name> <url>http://maven.aliyun.com/nexus/content/groups/public

  • maven3.6.1配置阿里云镜像2022-07-30 08:02:23

    1.D:\apache-maven-3.6.1\conf\settings.xml 中配置:   <mirrors> <mirror> <id>alimaven</id> <name>aliyun maven</name> <url>http://maven.aliyun.com/nexus/content/groups/public/</url&g

  • 阿里云SLS-日志分析2022-07-28 19:04:28

    https://help.aliyun.com/document_detail/149889.html https://blog.csdn.net/weixin_43746433/article/details/118898270

  • 阿里云视频点播2022-07-28 00:00:33

        依赖采用阿里官网版本  否则会报错 <dependencies> <dependency> <groupId>com.aliyun</groupId> <artifactId>aliyun-java-sdk-core</artifactId> <version>4.5.1</version> </dependency>

  • centos 8的yum源配置,Error: Failed to download metadata for repo 'base'2022-07-27 23:37:40

    下载阿里源,makecache后报错 [root@python01 yum.repos.d]# yum makecache CentOS-8 - Base - mirrors.aliyun.com 77 B/s | 2.3 kB 00:30 Er

  • Springboot 实现Redis 同数据源动态切换db2022-07-27 22:32:03

          public void setDataBase(int num) { LettuceConnectionFactory connectionFactory = (LettuceConnectionFactory) redisTemplate.getConnectionFactory(); if (connectionFactory != null && num != connectionFactory.getDatabase()) {

  • CentOS同步时间2022-07-18 07:00:49

    1、查看时间 date 2、使用date -s修改时间 date -s "要修改的时间"3、修改时区使用新的时区文件覆盖系统默认时区 cp /usr/share/zoneinfo/Asia/Shanghai /etc/localtime4、安装ntpdate yum install ntpdate -y5、同步网络时间 ntpdate ntp1.aliyun.com6、保存为bios时间同步BIOS

  • 解决Spring Initializr创建不了问题2022-07-16 19:00:14

      ​  第一种解决方法:添加aliyun地址,将默认地址更改为aliyun地址 ​ 第二种解决方法:略 创建时出现:Artifact contains illegal characters 时 ​ ​​

  • jar包下不下来2022-07-13 15:03:25

    1.maven中的settings.xml文件中的镜像资源配置 <mirror> <id>alimaven</id> <name>aliyun maven</name> <url>http://maven.aliyun.com/nexus/content/repositories/central/</url> <mirrorOf>central</mirrorOf> </mirror&

  • JAVAWeb-012022-07-13 08:34:30

    JAVAWeb 1.基本概念 1.基础介绍 web:网页的意思, 静态web: html,css,提供给所有的人看的数据,始终不会发生变化。 动态web: 提供给所有的人看的数据,始终会发生变化,每个人在不同的时间,在不同的地点看到的信息不一样! 技术栈:Servlet/jsp,ASP,PHP 在Java中,动态web资源开发的技术统称为javaw

  • maven下载与安装2022-07-09 19:04:43

    Maven 下载安装配置 官网下载 下载这个压缩包 然后解压 然后配置下环境变量 系统变量 里面 新建一个系统环境变量 我这里命名的是MAVEN_HOME 起别的名字也行,我是为了规范一点,因为有的软件会遵守这个规范在这里找 然后打开安装目录下的conf目录下的setting.xml 改成这个 <mirro

  • idea创建spring boot项目失败2022-07-02 17:34:27

    参考资料 http://t.zoukankan.com/yif930916-p-14149736.html 报错记录 无法使用默认的 htpps://start.spring.io 解决方法 在初始化的时候替换掉 Custom,直接使用aliyun的镜像节点:http://start.aliyun.com

  • flutter2022-06-30 17:33:39

    https://flutterchina.club/ 中文网 Running Gradle task 'assembleDebug'...等待时间过长问题 修改两个文件的maven地址   // google() // mavenCentral() maven { url 'https://maven.aliyun.com/repository/google' } maven { url 'h

  • Centos8 python pip报错: pip is configured with locations that require TLS/SSL 解决2022-06-30 12:00:06

    在使用pip进行软件包安装的时候出现问题: WARNING: pip is configured with locations that require TLS/SSL, however the ssl module in Python is not available.   解决: mkdir -p ~/.pip vim ~/.pip/pip.conf  然后添加内容: [global] index-url = http://mirrors.aliy

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

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

ICode9版权所有