ICode9

精准搜索请尝试: 精确搜索
  • echarts矢量地图2022-06-28 08:34:19

    步骤 引入echarts.js,jquery,并创建图表容器、初始化echarts对象 <script src="./lib/echarts.min.js"></script> <script src="./lib/jquery.min.js"></script> <style> .demo { width: 400px; height: 300px; background

  • settings.xml文件配置2022-06-26 11:32:04

    <?xml version="1.0" encoding="UTF-8"?><settings xmlns="http://maven.apache.org/SETTINGS/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.a

  • 安装ubuntu18.04后续事情2022-06-25 08:32:30

        01.安裝系統    我的ubuntu版本是18.04,目前已經是22.02版本.之所以沒有選擇最新版本,因為自己對ubuntu系統並不是那麼精通,使用最新的操作系統會有各種問題需要去解決.     我的目的是將ubuntu作為生產工具,但是我不縣去灘平遇到的問題.因此使用低於最新的STL的年三

  • 1分钟 Serverless 极速搭建真网站 领猫超卡之《极速搭建钉钉群定时天气播报》场景体验2022-06-21 18:03:34

    体验简介 自己动手做个钉钉天气预报机器人小工具,让你和小伙伴们及时掌握天气情况。此应用主要演示了函数计算定时触发器遵循cron表达式定时触发函数的功能。添加链接描述 礼品领取: https://developer.aliyun.com/adc/series/activity/serverless2022 实验准备 在体验本场景之前,需

  • Python基础-03-设置pip源2022-06-19 09:32:32

    以设置阿里镜像源为例: 配置地址 https://developer.aliyun.com/mirror/pypi?spm=a2c6h.13651102.0.0.3e221b11Xc31pf 复制配置信息 [global] index-url = https://mirrors.aliyun.com/pypi/simple/ [install] trusted-host=mirrors.aliyun.com 命令行中执行 pip config edit --e

  • Handler processing failed; nested exception is java.lang.NoClassDefFoundError2022-06-13 22:05:26

    ​​编辑 ​在使用阿里云发送短信接口时出现此错误,原因是springmvcjar包和阿里云jar包出现冲突,建议使用下面两个版本 <aliyun-core.version>4.0.3</aliyun-core.version> <spring.version>4.3.0.RELEASE</spring.version> <dependency>   <groupId>com.aliyun</groupId>   <a

  • WIN11搭建开发环境wsl2+ubuntu2204+docker+laravel2022-06-11 02:31:37

    先按安装DOCKER 和 WSL2,可参考如下文章: https://learnku.com/docs/laravel-development-environment/9.x/setting-up-the-sail-environment-under-windows-10/12320 https://laravelacademy.org/post/21703 1. 安装操作系统 在微软应用市场搜索Ubuntu,找到Ubuntu22.04版本,安装,等

  • IDEA& Android Studio 配置2022-06-10 11:33:26

    1.配置环境 首先要安装好JDK,但不需要单独下载SDK,只需在IDEA或AS的"设置->外观与行为->->系统设置->Android SDK"中下载相应版本即可(可以下载多个,不会冲突),然后在"设置->项目结构"中即可配置SDK 2.gradle同步失败: 失败原因是网络不畅,解决办法为修改build.gradle(工程里是有

  • ntpdate ntp1.aliyun.com报错:Error resolving ntp1.aliyun.com: Name or service not known2022-06-04 17:04:19

    ntpdate ntp1.aliyun.com报错:Error resolving ntp1.aliyun.com: Name or service not known     ping下  ntp1.aliyun.com发现如下报错: ping ntp1.aliyun.com:未知的名称或服务 参考文档:https://www.cnblogs.com/meblogs-08/p/16342093.html  修复这个ping报错,发现ntpdate nt

  • idea导入maven项目发现有jar或插件无法下载检查idea中的maven配置,maven配置文件中需配置阿里云的镜像地址2022-06-01 19:35:23

      D:\apache-maven-3.2.3\conf\settings.xml   <mirrors> <mirror> <id>nexus-public-snapshots</id> <mirrorOf>public-snapshots</mirrorOf> <url>http://maven.aliyun.com/nexus/content/repositories/snapsh

  • 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

  • 关于Ubuntu20.4的初始配置2022-05-29 01:02:22

    换源 sudo cp /etc/apt/sources.list /etc/apt/sources.list.bak deb http://mirrors.aliyun.com/ubuntu/ focal main restricted universe multiverse deb-src http://mirrors.aliyun.com/ubuntu/ focal main restricted universe multiverse deb http://mirrors.aliyun.com/u

  • 开发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>

  • 超详细:如何在windous系统下使用wsl虚拟机安装Ubuntu2022-05-12 10:34:43

    镜像下载、域名解析、时间同步请点击 阿里云开源镜像站 前情提要: 该方法只适用于Windows10以上版本,Ubuntu直接可在微软商店安装 在这个网页docs.microsoft.com/zh-cn/windo… 可以设置完成前5部,然后根据下面具体操作。 ps:1.在连接中我们要打开powershell,一定要以管理员方式运

  • Android7.1.2 源码编译并烧写Nexus5X2022-05-11 23:04:16

    1、环境配置 Ubuntu18.04 openJDK1.8 Python2.7 2、更新Ubuntu镜像源 编辑/etc/apt/source.list,替换为以下内容 deb http://mirrors.aliyun.com/ubuntu/ bionic main restricted universe multiverse deb-src http://mirrors.aliyun.com/ubuntu/ bionic main restricted univers

  • 本地仓库及远程仓库配置实践2022-05-10 23:35:47

    1.本地仓库配置 默认情况下,maven本地仓库默认地址是~/.m2/respository目录,这个默认我们也可以在~/.m2/settings.xml文件中进行修改:   <localRepository>本地仓库地址</localRepository> 如: <localRepository>C:\Users\allen\.m2\repository</localRepository>  项目中设置mav

  • 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

  • Unity2019配置ARCore环境2022-05-02 15:32:52

    文章目录 1.前言 2.Unity编译错误 3.添加插件 4.Gradle版本低问题 结语   1.前言 用ARCore原生的Unity插件(非ARFoundation),会报各种错误,此文将对解决方法进行说明。最新(2021-3月)的ARCore github下载的unitySDK,在unity2019中会报各种错误,需要进行一些配置。如果不想如此麻

  • ubuntu20.04中配置阿里源2022-05-02 01:31:50

      1、查看系统及代码 root@liujiaxinpc1:/home# lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 20.04.4 LTS Release: 20.04 ## 发行版 Codename: focal ## 代码   2、备份系统默认的源 root@liuji

  • Alibaba Cloud Linux 资源隔离及混部技术2022-05-01 00:35:08

    参考 https://developer.aliyun.com/article/807824 https://openanolis.cn/video/447397858019557785

  • yum管理2022-04-24 23:00:59

    yum管理工具 目录yum管理工具yum概述什么是yum源配置yum源方法yum命令实践yum 查询yum安装yum安装方式:yum重装yum更新yum卸载yum仓库指令yum缓存命令yum包组管理命令yum历史命令YUM仓库配置文件思维导图 yum概述 yum 也是一种rpm 包管理工具,相比于rpm命令,优势是可以自动解决依赖关

  • ubuntu20.04.3安装Qt6.22操作步骤2022-04-22 11:03:40

    镜像下载、域名解析、时间同步请点击 阿里云开源镜像站 前言 Qt6.22LTS版本正式推出了,刚好有个项目,使用的linux屏资源比较好,准备使用Qt6.22,记录下在ubuntu20.04.3下安装Qt6.22的步骤 一、安装步骤 1.安装ubuntu20.04.3 直接到ubuntu网站,下载该安装镜像,在虚拟机下安装即可 2.更新ub

  • MAVEN专题之四、仓库详解2022-04-22 00:32:00

    maven系列目标:从入门开始开始掌握一个高级开发所需要的maven技能。 这是maven系列第4篇。 整个maven系列的内容前后是有依赖的,如果之前没有接触过maven,建议从第一篇看起,本文尾部有maven完整系列的连接。 环境 maven3.6.1 开发工具idea jdk1.8 本篇内容 maven是如何找

  • Linux 连续执行多条命令的方法和区别2022-04-21 18:03:31

    Linux 连续执行多条命令的方法和区别 逐行命令执行 [root@aliyun ~]# echo 1;echoo 2;echo 3;echo 4 1 -bash: echoo: 未找到命令 3 4 #前一命令成功与否,都会继续执行下一条命令 前一命令成功才会执行下一命令 [root@aliyun ~]# echo 1 && echoo 2 && echo 3 && echo 4 1 -bash:

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

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

ICode9版权所有