fsevents node quot node_modules

nvm常用命令切换node

注意: nvm use node版本时,要使用管理员权限打开cmd输入命令,否则报错 常用命令 nvm ls :列出所有已安装的 node 版本 nvm ls-remote :列出所有远程服务器的版本(官方node version list) nvm list :列出所有已安装的 node 版本 n ......
命令 常用 node nvm

Linux系列---【The authenticity of host 'node01 (192.168.1.200)' can't be established.】

#报错信息 我在设置免密登录的时候报了下面的错 /usr/bin/ssh-copy-id: INFO: Source of key(s) to be installed: "/root/.ssh/id_rsa.pub" The authenticity of host 'node01 (192.16 ......
authenticity established 39 Linux host

Fatal error in launcher: Unable to create process using '"d:\software\python\python.exe"

Fatal error in launcher: Unable to create process using '"d:\software\python\python.exe" 问题发生: 是由于python 切换环境导致的。 本来python 放在D盘software 的python 中直接放置了 ......
python quot launcher software process

Android Button设置android:background=“@drawable/xxx“无效,<item android:drawable="@color/purple_200"/>无效

问题描述: Android Button 设置 android:background=“@drawable/xxx“ 无效,<item android:drawable="@color/purple_200"/>无效 解决方法: 找到 res/values/themes.xml 文件,将 paren ......
drawable android quot background Android

2023-03多Node版本环境下用yarn安装ng-alain历史版本v14

2023-03 项目需要ng-alain v14版本,按照官方文档操作后踩了一些坑,在此简单记录 参考: https://ng-alain.com/docs/getting-started/zh https://cloud.tencent.com/developer/article/1730346 ......
版本 ng-alain 环境 历史 alain

一直报错Exception in thread "main" java.lang.ClassNotFoundException: com.mysql.jdbc

按照网上的提示在pom.xml添加了依赖 <dependency> <groupId>mysql</groupId> <artifactId>mysql-connector-java</artifactId> <version>8.0.11</version></dependency>版本标红,在本 ......

yum卸载的时候要带上参数 "--nodeps"

今天通告的一个误操作,说DBA在生产上yum安装了一个MySQL,后面又觉得版本不合适,直接yum remove了,导致服务故障异常。 复盘是因为,yum remove的时候不单是把他安装的MySQL给卸载了,还把MySQL涉及到的依赖给卸载了。缺乏这些依赖,导致服务器上其他服务异常。 说明: To ......
quot 参数 时候 nodeps yum

Ubuntu下安装Node

1.进入 /usr/local 文件夹并下载 cd /usr/local wget https://nodejs.org/dist/v18.12.1/node-v18.12.1-linux-x64.tar.xz 如需要安装其他版本node,浏览器打开node下载版本列表:https://nodejs ......
Ubuntu Node

java reflection exception--can not access a member of class XXX with modifiers "private"

If you try to visit the value of an object's private field using reflection, such as Field#get or Field#set, you should call Field#setAccessible ahead... ......
quot reflection exception modifiers private

爱快流控分流,端口分流的设置,编写node.js程序用于批量导入配置

客户要求将20个公网IP分配给60个设备使用,每个设备最多使用3个公网IP地址 下面是生成的程序代码 const configTemplate = (id, interface, src_addr) => { return `id=${id} enabled=yes comment= type=0 ......
端口 程序 node js

sql 中 ${} 和 #{} 、$""

C# 中 $ 的用法 sql 中 ${} 和 #{} ......
quot sql

小程序input设置为type="number"聚焦时,会出现白屏的情况

在微信小程序开发过程中,input聚焦时会出现白屏的情况,如图: 经过测试发现当input设置为type="number"聚焦时,当微信数字键盘弹出来的时候就会白屏,有的手机会闪(一下整个白屏,一下能看见输入框) 可能出现的原因: 1.a页面使用了cover-view,然后跳转到b页面点击type= ......
quot 情况 程序 number input

Android开发之--android 添加依赖出现Failed to resolve:"你添加的依赖名"问题

运行环境是Mac,其他的库在线安装更新都是可以的,就是“m3.samlss:broccoli:1.0.0",这个库的时候,出现Failed to resolve:xxx问题, 可以锁定是添加远程仓库的问题,新版的AS是在settings.gradle里面添加:具体如下: pluginManageme ......
quot Android android resolve Failed

node常用模块之nvm使用

更多node常用模块使用请访问:node常用模块汇总 nvm这是一款node.js版本管理的工具。 更多使用文档请点击访问nvm工具官网。 nvm install ## 安装指定版本,可模糊安装,如:安装v6.2.0,既可nvm install v6.2.0,又可nvm install 6.2 nv ......
模块 常用 node nvm

500报错:ReflectionException: There is no setter for property named 'sicon' in 'class com.pikaqiu.health.bean.SubMenu'"

报错信息:"timestamp": "2023-03-27T09:07:50.958+00:00", 出错原因:首先看报错信息中这么写到: "message": "nested exception is org.apache.ibatis.reflection.ReflectionException ......

VSCode:"princexml" is required to be installed

这应该是我们在使用VSCode插件“markdown-preview-enhanced”插件时,使用PDF(prince)的时候出现的问题,那么关于这个问题的解决方法,请大家参照下边的解决方案。 进入prince官网,点击电脑版本对应的链接进行下载并安装。网址如下:Prince - Download ......
quot princexml installed required VSCode

Unknown custom element: <el-tabs> - did you register the component correctly? For recursive components, make sure to vue.runtime.esm.js?c320:619provide the "name" option.

mad 从官网上扒下来的 一模一样就是一直报错 然后一直百度 百度上的答案五花八门 没一个有用的 草!!!!! 这个原因就是你没有在项目中引入element-ui 所以你用它的组件会报错 第一步 npm i element-ui -S 第二步 在main.js里面加入 import ElementU ......

Linux 下安装 node.js

这里介绍两种安装方式:编译安装和使用编译后的安装包安装。 https://nodejs.org/dist 安装目录:/usr/local 一、使用编译安装包安装 1、进入安装目录: cd /usr/local 2、下载安装包: wget https://nodejs.org/download/rel ......
Linux node js

ERROR Failed to compile with 541 errors 11:27:44 These dependencies were not found: * core-js/modules/es.array.concat.js in ./node_modules/cache-loader/dist/cjs.js??ref--12-0!./

ERROR Failed to compile with 541 errors 11:27:44 These dependencies were not found: * core-js/modules/es.array.concat.js in ./node_modules/cache-loade ......

vue "vue-awesome-swiper": "^4.1.1" 的使用

<!-- swiper1 --> <swiper class="swiper gallery-top" :options="swiperOptionTop" ref="swiperTop"> <swiper-slide v-for="item in img_list" :key="item.id" ......
quot vue-awesome-swiper vue awesome swiper

开源: golang+vue的论坛 和 node+react的IM系统

最近基于开源做了两个自己系统 都是UI非常好看的 我将两个系统的数据互通了 附带了一些产品思考 只需要一个邮箱就可以登录 无密码 无手机号 尽量简化流程 第一个论坛 站点 https://bulita.cn 现在主要是聚合招聘信息 目标是尽可能降低招聘和求职的门槛 以上海和远程工作为主 开源地址 h ......
golang 系统 react 论坛 node

express node模块连接数据库提示Connect error Error: connect ETIMEDOUT

服务器配置,点开防火墙配置,添加规则设置好端口号即可。 ......
ETIMEDOUT 模块 express Connect connect

解决:Error running 'Tomcat 8.5.84': Unable to open debugger port (127.0.0.1:12288): java.net.SocketException "Interrupted function call: accept failed"

启动项目的时候,tomcat报错,错误内容是 Error running 'Tomcat 8.5.84': Unable to open debugger port (127.0.0.1:12288): java.net.SocketException "Interrupted function c ......

Node.js编写报时器,精度高、性能高

Node.js编写的报时器,精度高、性能高 // Function to print the current time every minute on the 0th second and with millisecond precision function printTime(interval, ......
报时器 精度高 精度 性能 Node

MySQL 8.0.32中mysqldump需要"reload/flush_tables权限"问题的解决方案

在MySQL Server 8.0.32, Oracle修复了Bug #105761: "mysqldump make a non-consistent backup with ‐‐single-transaction option" 这引起了用户的一波抱怨,他们无法再使用mysqldump程序进行 ......

javafx.fxml.FXMLLoader.getClassLoader()" is null错误解决方法

javafx程序中,在Application的继承类中,启动了spring容器 @Override public void init() throws Exception { springApplicationContext = new SpringApplicationBuilder(HelloA ......

《Kubernetes故障篇:calico/node is not ready: BIRD is not ready》

文章目录一、背景信息二、解决方法总结:整理不易,如果对你有帮助,可否点赞关注一下? 一、背景信息k8s集群部署后发现calico的pod未通过健康检查,如下所示: 通过命令kubectl describe pods calico-node-7cnct -n kube-system,查看其中一个pod ......
ready Kubernetes not 故障 calico

node.js 学习笔记

阶段一 1 初始Node.js javascript 运行环境 1.2 Node.js中的javacript 运行环境 1.3 Node.js环境安装 百度 1.4 node.js 执行javaScript 代码 2 fs文件系统模块 2.1 fs文件系统模块概念 导入文件系统模块: const f ......
笔记 node js

[LeetCode] 2316. Count Unreachable Pairs of Nodes in an Undirected Graph

You are given an integer n. There is an undirected graph with n nodes, numbered from 0 to n - 1. You are given a 2D integer array edges where edges[i] ......
Unreachable Undirected LeetCode Count Graph

node.js

......
node js