unexpected npm token 39

invalidate the cache in Spark by running 'REFRESH TABLE tableName' command in SQL or by recreating the Dataset/DataFrame involved

``` ... 1 more Caused by: java.io.FileNotFoundException: File does not exist: hdfs://ns1/user/hive/warehouse/dw.db/dw_uniswapv3_position_detail/pk_day ......

加速github访问、git使用及其原理、错误error: remote origin already exists,error: src refspec master does not match any,fatal: unable to access 'https://github.com/xxx.git'(你的仓库地址)

访问Github Github:https://github.com 修改hosts 1.在C:\Windows\System32\drivers\etc找到hosts 2.将hosts文件复制到其他位置(D盘等等),再复制一份备份 3.将 #github 20.205.243.166 github ......
github error 仓库 git 原理

关于网址最后的'/'

如果是True, 在url.py里配置成 path("login/user/", view.user) 浏览器中输入 http://192.168.0.1:8000/login/user 回车之后会在后面自动加/ 请求方式只能是GET 不能是POST ......
网址 39

Troubles in RunBase's Pack and Unpack Methods

### Trouble description: > When user processed the batch job after clearing the usage data, dialog's parameters will catch the current data from proce ......
Troubles RunBase Methods Unpack Pack

【计算机网络】JWT token、Session

# JWT token https://www.bilibili.com/video/BV1VM4y117qr/?spm_id_from=333.999.0.0&vd_source=d11276664e3a69665cdbcae735af16dc ## 什么是JWT 用来解决客户端访问服务器的身份认 ......
计算机网络 Session token JWT

IDEA 启动报错:Error running 'DemoApplication': Command line is too long. Shorten command line for DemoApplication or also for Spring Boot default configuration

IDEA启动报错: Error running 'DemoApplication': Command line is too long. Shorten command line for DemoApplication or also for Spring Boot default configur ......

npm安装教程 搭建vue

# 一、相关概念 npm: Nodejs下的包管理器。 webpack: 它主要的用途是通过CommonJS的语法把所有浏览器端需要发布的静态资源做相应的准备,比如资源的合并和打包。 vue-cli: 用户生成Vue工程模板。(帮你快速开始一个vue的项目,也就是给你一套vue的结构,包含基础的依赖 ......
教程 npm vue

TypeError: iter() returned non-iterator of type 'MyIterable'

1 class MyIterable: 2 def __init__(self): 3 self.data = [1, 2, 3] 4 5 def __getitem__(self, index): 6 return self.data[index] 7 8 def __iter__(self): ......

Github:提交代码到Github上报错Git: fatal unable to access "***/: Failed to connect to github.com port 443 after 21074 ms: Couldn't connect to server的解决

在国内网环境,使用VScode提交代码到Github上时,因为国的防火墙问题,经常会报错: Git: fatal unable to access "https://github.com/***/***.io.git/:Failed to connect to github.com port 443 ......
connect Github to 代码 Failed

npm install xxx 后加上-s、-d、-g之间的区别?

1、npm install xxx -s npm install xxx -s、npm install xxx -S是npm install xxx --save的简写形式 局部安装,记录在package.js文件中dependencies对象中 dependencies:生产环境的依赖包 例如:v ......
之间 install npm xxx

39软件系统测试

功能测试 性能测试: 1 负载测试:各种负载情况下软件的性能(罗列各种情况下的系统的性能) 2、压力测试:测上限 3、强度测试:测下限 4、容量测试(并发测试):同时在线的用户数 5、可靠性测试 ......
软件系统 系统 软件

idea报错 java: You aren't using a compiler supported by lombok, so lombok will not work and has been dis

转‘’: idea较新版本识别不了lombok生成的方法 在这增加参数: -Djps.track.ap.dependencies=false ......
lombok supported compiler using idea

SpringBoot 使用 Sa-Token 实现账号封禁、分类封禁、阶梯封禁

### 一、需求分析 之前的章节中,我们学习了 踢人下线 和 强制注销 功能,用于清退违规账号。在部分场景下,我们还需要将其 **账号封禁**,以防止其再次登录。 > Sa-Token 是一个轻量级 java 权限认证框架,主要解决登录认证、权限认证、单点登录、OAuth2、微服务网关鉴权 等一系列 ......
阶梯 SpringBoot 账号 Sa-Token Token

vue开发 tinymce.js富文本插件报错:Cannot read properties of undefined (reading 'open')

应该是预加载的问题 因为需要同时展示多个富文本框 所以网上搜索到的 把v-if 换成 v-show是行不通的 最后想到办法 就是 再最外面再加一个 富文本 宽高设置成0 这样里面的富文本就能 正常使用了 k-rich-editor 是基于 tinymce 封装起来的富文本编辑器 ......
properties undefined 插件 文本 tinymce

python包报错ImportError: urllib3 v2.0 only supports OpenSSL 1.1.1+, currently the 'ssl' module is compiled with 'OpenSSL 1.0.2k-fips 26 Jan 2017'

报错:ImportError: urllib3 v2.0 only supports OpenSSL 1.1.1+, currently the ‘ssl’ module is compiled with OpenSSL 1.1.0h 27 Mar 2018. 解决办法:Terminal窗口执行:p ......
OpenSSL 39 ImportError currently compiled

You don't have write permissions for the /System/Library/Frameworks/Ruby.framework/Versions/x.x/usr/lib/ruby/gems/x.x.x directory.

Gem Error ERROR: While executing gem ... (Gem::FilePermissionError) You don't have write permissions for the /System/Library/Frameworks/Ruby.framework ......

lib64/libstdc++.so.6: version `GLIBCXX_3.4.20' not found (required by /home/liujiaxin01/.aspera

glibc是GNU发布的libc库,即c运行库。glibc是linux系统中最底层的api,几乎其它任何运行库都会依赖于glibc。glibc除了封装linux操作系统所提供的系统服务外,它本身也提供了许多其它一些必要功能服务的实现。由于glibc囊括了几乎所有的 UNIX 通行的标准,可以想见其内 ......
liujiaxin required GLIBCXX libstdc version

VUE WebSocket连接成功后,立即发送一个token

ws = new WebSocket(`ws://${location.host}/xxx`) ws.onopen = () => { ws.send(JSON.stringify({ headers: { Authorization: `Bearer ${token}` } })); isConn ......
WebSocket token VUE

手撸一个js 的npm 包

# 手撸一个js 的npm 包 ## 打包后的格式 ### commonjs vs esmodule vs AMD vs IIFE vs UMD - commonjs 早期社区js模块化的一种方式,适用于nodejs端,为了能够在浏览器中运行,可以借助[Browserify](https://bro ......
npm

大语言模型中一个调皮的EOS token

背景 最近需要做一个微调的培训,所以不可避免地需要上手一下相关的微调,而受限于机器资源,暂时没法做全参数微调,所以就尝试了目前比较火的两种高效微调方式,分别是PTuning和LoRA。模型选择得自然是现在中文做的比较好的ChatGLM2-6B。 微调的代码分别用的是 PTuning LoRA 在分别 ......
模型 语言 token EOS

tc39提案简介

# ECMAScript 最新提案简介 ## source phase import - 状态:Stage 3 - 内容:允许以`import source foo from "./foo.wasm"`的语法导入wasm模块的中间状态,实现细粒度的模块控制。 - 作用:实现 WASM 模块的中间状态 ......
提案 简介 tc 39

39.eval是做什么的

#### 39. eval 是做什么的? ``` 它的功能是把对应的字符串解析成 JS 代码并运行。 应该避免使用 eval,不安全,非常耗性能(2次,一次解析成 js 语句,一次执行)。 ``` 详细资料可以参考: [《eval()》](https://developer.mozilla.org/ ......
eval 39

配置问题-Error creating bean with name 'user' defined in class path resource [bean.xml]

正在学习 IoC 使用的 jdk 版本为 jdk 17 依赖为: ```xml org.springframework spring-core 6.0.6 org.springframework spring-context 6.0.9 org.junit.jupiter junit-jupiter ......
bean creating resource defined 问题

【代码分享】使用 terraform, 在 Let's Encrypt 上申请托管在 cloudflare 上的域名对应的证书

**作者:张富春(ahfuzhang),转载时请注明作者和引用链接,谢谢!** * [cnblogs博客](https://www.cnblogs.com/ahfuzhang/) * [zhihu](https://www.zhihu.com/people/ahfuzhang/posts) * [G ......
cloudflare terraform 证书 Encrypt 代码

极光一键登录 鉴别token

``` public function checkMobile($token) { $data['loginToken'] = $token; $data['exID'] = '';//我的默认为空 $data = json_encode($data); $url = 'https://api.ve ......
极光 token

【HMS Core】AR Engine中,运行时出现../../../../src/main/cpp/world_ar_application.h:30:10: fatal error: 'glm.hpp' file not found错误

​【问题描述】 1、AR Engine中,从官网下载的“NDK示例代码”,运行时出现../../../../src/main/cpp/world_ar_application.h:30:10: fatal error: 'glm.hpp' file not found,该如何解决? 2、arengi ......

Git提交时出现Merge branch 'master' of ...之解决方法

多人协作开发项目,在上传代码时通常会先pull一下远程代码,使本地与远程同步更新,但是如果远程此时与自己代码存在冲突,在解决冲突后提交有时会出现“Merge branch ‘master’ of …”这条信息。这是因为pull其本质是fetch+Merge的结合。通常会分为以下两种情况: 1.如果远 ......
方法 branch master Merge 39

python ModuleNotFoundError: No module named 'flask'

### 问题: pip 安装了模块,提示 No module named ### 解决方法: 1.先看看模块列表里是否安装好了: ```bash pip list 模块名 ``` 2.看看模块安装路径: ```bash pip show 模块名 ``` 3.多个版本的 Python ,看看pip把包 ......

mybatis if标签判断Integer类型的值不等于0 (!=''等价于!=0)

### 场景 当传入的`activityInfoDTO`属性`codeAction`的值为0时,需要通过状态`(code_action =0或1)`来查询数据,`code_action `类型为`Integer` ``` and code_action = #{activityInfoDTO.cod ......
等价 mybatis Integer 类型 标签

antd from 表单中的key 不能绑定input中的字段 Input.js:207 Uncaught (in promise) TypeError: Cannot read properties of null (reading 'value')

``` 删除 ``` ![](https://img2023.cnblogs.com/blog/2773051/202307/2773051-20230714091226247-504439371.png) 不然则会出现 Input.js:207 Uncaught (in promise) Type ......
字段 表单 properties TypeError Uncaught