to

请让自己maven的respository具有可写入权限 Failed to write tracking file F:\working\respository\org\apache\maven\plugins\maven-resources-plugin\2.6_remote.repositories

我在用idea,由于idea自带了一个maven,这个maven在c盘,我打算使用我自己在F盘的下载的maven,所以我在idea的maven的时候,在配置好respository,在进行mvn complie,发现报错 原因是我的maven的安装目录在系统的环境变量里面,这类文件夹默认不可修改,所 ......

省选后的计划-from 省选 to 暑假

总觉得事情太多,于是趁着现在有时间,把接下来安排一下。 首先是头两周,将文化课补完后参加期中考试。拿到年级前 400。尽量往前面学,这样好留出后面的时间。 具体地,我希望在两周内学完(且掌握)理科必修一,二所有内容。 之后我就会腾出时间来继续搞信息了,省选让我感受到的第一点就是我与大佬的知识点之间存 ......
from to

Learning Blender: A Hands-On Guide to Creating 3D Animation(2nd Edition)

参考1:https://www.doc88.com/p-9975664843996.html(书) 参考2:https://www.bilibili.com/video/BV1wW411i7nY(视频) ......
Animation Learning Hands-On Creating Blender

[LeetCode] 1338. Reduce Array Size to The Half 数组大小减半

You are given an integer array arr. You can choose a set of integers and remove all the occurrences of these integers in the array. Return the minimum ......
数组 LeetCode 大小 Reduce Array

sudo: unable to change to root gid: Operation not permitted

出现这个问题可能是使用了游客登录 将guest游客切换为普通用户 切换方法: ......
Operation permitted change unable sudo

解决hbase错误 Call to localhost/127.0.0.1:16000 failed on connection

问题: hbase伪分布式部署下,使用JAVA API操作,发生错误:Call to localhost/127.0.0.1:16000 failed on connection Caused by: org.apache.hadoop.hbase.MasterNotRunningException ......
connection localhost 错误 failed hbase

git 报Failed to connect to 127.0.0.1 port 1081: Connection refused

我遇到这个问题是我用了 全局代理。导致了端口被占用了。提示的错误是 Failed to connect to 127.0.0.1 port 1081: Connection refused解决办法:windows 和 mac 都适用第一步查询是否使用了代理: 输入:git config --glob ......
Connection connect refused Failed 1081

解决E: Unable to locate package XXX

首先尝试update命令 sudo apt-get update 如果不行则执行upgrade sudo apt-get upgrade 上述命令成功以后就能正常使用 sudo apt-get install xxxxx 最后上面两项都不行则尝试 sudo apt-get install aptit ......
package Unable locate XXX to

sqlserver 2012打开失败"状态代码 0x10。原因: Unable to retrieve registry settings from TCP/IP protocol's 'IPAll' configuration key. The data is invalid."解决方法

今天阿里云服务器上的sqlserver突然打不开了,尝试去打开服务,报这个错: 请求失败或服务未及时响应,有关详细信息,请参见事件日志或其他适用的错误日志。 于是我就去查看错误日志,错误原因为: TDSSNIClient 初始化失败,出现错误 0xd,状态代码 0x10。原因: Unable to ......
quot configuration sqlserver 39 protocol

【Azure 应用服务】在创建App Service时,遇见“No available instances to satisfy this request. App Service is attempting to increase capacity.”错误

"Code": "Conflict","Message": "No available instances to satisfy this request. App Service is attempting to increase capacity. Please retry your reque... ......

How to find the "usbmodem" of Raspberry Pi Pico on macOS All In One

How to find the "usbmodem" of Raspberry Pi Pico on macOS All In One /dev/tty.usbmodem0000000000001 not exist bug ❌ ......
quot Raspberry usbmodem macOS find

How to check the USB devices connected to Linux by using Terminal All In One

How to check the USB devices connected to Linux by using Terminal All In One Raspberry Pi macOS ......
connected Terminal devices check Linux

解决videojs 在Chrome浏览器下报:A network error caused the media download to fail part-way.

记录一下videoJS在Chrome浏览器下有时候出现播放一半或者回退的一个恶心bug,错误提示如下:A network error caused the media download to fail part-way.经过一下午的折腾查找,终于在GitHub上看到他们官方的一个解决方案,这个方案目 ......
download part-way 浏览器 videojs network

fontawesome-webfont.woff:1 Failed to load resource: the server responded with a status of 404 ()

fontawesome-webfont.woff2:1 Failed to load resource: the server responded with a status of 404 ()fontawesome-webfont.woff:1 Failed to load resource: t ......

youtube点击位置纠偏论文:《Recommending What Video to Watch Next: A Multitask Ranking System》

背景 在推荐系统存在两个难题: 1. 需要同时优化点击、观看时长、点赞、打分、评论等多个目标,如何同时建模多个目标 2. 存在position bias,即同个视频放在不通位置上点击率等会不同,如何建模position bias youtube这篇论文采用了MMOE来建模多目标,并用一个shallo ......

docker desktop k8s错误Unable to connect to the server: EOF

开启 Docker Desktop 的 Kubernetes 功能后运行正常,但在终端中使用 `kubectl` 命令依然会报错,这是什么原因呢... ......
错误 desktop connect docker Unable

在使用git切换分支的时候报错:Your local changes to the following files would be overwritten by checkout:解决方法

报错信息: 在使用git去做K8S证书时常99年的时候,切换分支的时候报错了。 报错原因: 1、第一次接触git,在CSDN上面找了一下解决方法,有的说是本地有更改完还没上传的内容,让给删掉,按照上面执行的操作好像不太行。 2、我就拿着报错信息去百度翻译翻译了一下,提示要将报错的那个文件给隐藏。 3 ......

How to get indices of top-K values from a numpy array

How to get indices of top-K values from a numpy array np.argpartition(probs,-5)[-5:] ......
indices values array numpy top-K

MySQL导入数据库1118错误解决方案[ERR] 1118 - Row size too large (> 8126). Changing some columns to TEXT or BLOB

MySQL导入数据库1118错误解决方案[ERR] 1118 - Row size too large (> 8126). Changing some columns to TEXT or BLOB 编辑sql文件,在开头设置一下innodb_strict_mode为0 SET innodb_str ......
1118 Changing 解决方案 错误 columns

git push 出现fatal: unable to access 'http://xxx': The requested URL returned error: 403

问题: cch:requsetDatas leo$ git push origin master remote: Permission to bbb/requsetDatas.git denied to aaa. fatal: unable to access 'https://github.com ......
requested returned access unable fatal

解决pip命令无法执行Python问题Unable to create process using...

解决方法 删除: Python37\Lib\site-packages\pip-19.1.dist-info 删除:Python37\Scripts\pip*.exe(所有pip开头的) 安装: python -m pip install --upgrade pip ......
命令 process Python Unable create

docker中的报错:Error: Failed to download metadata for repo ‘appstream‘: Cannot prepare internal mirrorlist

在学习使用 docker 技术过程中,基于 centos 镜像自定义新的镜像,其中基础镜像 centos 需要提前安装好 vim 和 net-tools,然而在刚开始通过 yum -y install vim 安装 vim 时,便出现了错误提示信息: Error: Failed to downloa ......

class java.time.LocalDateTime cannot be cast to class java.util.Date

报错前因 直接用 'List<Map>' 接取了 mysql 传回的数据,但是后期处理日期数据时,将 LocalDateTime 类型的数据强转为 Date 处理引发的报错 问题处理 使用 LocalDateTime 强转mysql传回的日期类型数据 对 LocalDateTime 类型数据做Str ......
class java LocalDateTime cannot Date

The entity cannot be constructed in a LINQ to Entities query 原因及修复方法

public IQueryable<Product> GetProducts(int categoryID) { return from p in db.Products where p.CategoryID== categoryID select new Product { Name = p.Na ......
constructed Entities 原因 方法 entity

源码分析CHANGE REPLICATION SOURCE TO

从MySQL 8.0.23版本开始,CHANGE MASTER TO开始被替换为CHANGE REPLICATION SOURCE TO,下面使用MySQL 8.0.32的代码分析语句的具体执行流程。 从语句的入口函数mysql_execute_command开始,在命令执行之前首先会检查语句执行用 ......
REPLICATION 源码 CHANGE SOURCE TO

vue-qr引入时报错You may need an appropriate loader to handle this file type. 问题

今天研究了一下vue生成二维码的功能,在使用vue-qr插件的时候,在所需页面引入,报错,于是就研究了一番。 解决方法 找到node_modules/vue-qr/dist/vue-qr.js文件,搜...e,将...去掉,然后重新运行就好。 ......
appropriate 时报 vue-qr loader handle

升级pip报错ERROR: Could not install packages due to an OSError: [WinError 5]

今天在安装python第三方库时,提示pip需要升级,没有多想直接升级,结果报错: 1 ERROR: Could not install packages due to an OSError: [WinError 5] 拒绝访问。: 'd:\\python\\scripts\\pip.exe' 2 ......
WinError packages install OSError ERROR

公共模块 Unable to find main class 问题

公共模块 Unable to find main class 解决方法在公共模块中的pom文件加入如下配置 <build> <plugins> <plugin> <!-- 公共模块 Unable to find main class--> <groupId>org.springframework.b ......
模块 Unable 问题 class find

Exception in thread "main" javax.mail.MessagingException: Could not connect to SMTP host: smtp.qq.com, port: 465;

写一个QQ邮件发送,运行时报下面的错误。 百度翻译是:线程“main”javax.mail.MessagingException异常:无法连接到SMTP主机:SMTP.qq.com,端口:465;嵌套异常为:javax.net.ssl.ssl握手异常:没有合适的协议(协议被禁用或密码套件不合适) 解 ......