node-sass install node sass

Python的OCR工具pytesseract解决TesseractNotFoundError: tesseract is not installed or it's not in your PATH. See README file for more information环境变量问题

pytesseract是基于Python的OCR工具, 底层使用的是Google的Tesseract-OCR 引擎,支持识别图片中的文字,支持jpeg, png, gif, bmp, tiff等图片格式。 如何安装使用请看我的上一篇。 在使用pytesseract打开图片是遇到没有找到文件解决pyt ......

cdh node扩容

参考:https://blog.csdn.net/xiaoweite1/article/details/123919740 # hostname修改 hostnamectl set-hostname bpit64 # ssh免密认证 。。。略 # /etc/hosts修改 10.5.250.56 b ......
node cdh

Node脚本对象

​​编辑​ Node对象:包含脚本编写,点击对象在Script界面中进行编程 对Node上面右键点击: * [导出script]脚本和[导出]对象,以实现 对象的保存/复用 * 引用:选择一个被引用的对象, 在需要引用的对象上面 右键/设置引用 那么 就会复用 被引用对象的script, 当更新被引 ......
脚本 对象 Node

go install 和 go get的区别

`go install` 和 `go get` 都是 Go 语言中的命令行工具,用于处理依赖关系和安装包。它们的主要区别在于功能和使用场景。 1. `go install`: - 功能:`go install` 命令用于编译并安装指定的包或可执行程序到 Go 语言的工作空间(`GOPATH`)的 ` ......
install go get

master和node的ip发生变化

之前部署k8s的时候用的dhcp自动获取ip,因为服务器常年不关,所以也没绑定静态ip 某天公司停电,导致服务器重启后我的机器也重启 原ip已经被其他机器抢占 但是k8s的各种服务配置都使用的固定老的ip 因此,就需要重新设置集群服务器的ip 最初我是手动修改的各个配置文件中旧的IP,发现不行,因为 ......
master node

把Pod分配到node上

### 分配Pod到node #### 给node打上标签 `kubectl label nodes disktype=ssd` #### 查看标签 `kubectl get nodes --show-labels` #### 根据标签分配node ```yaml apiVersion: v1 ki ......
node Pod

node的一部分知识(还在学习)

node.js 一,node最基础 一,为什么要学node.js 1.可以让每个人都访问到我们的网页 2.为了学习vue 二,node是什么 一款应该程序,是一个软件,可以运行javascript 三,node的作用 1.开发服务器端应用 2.开发工具类应用 3.开发桌面端应用 四,node的安装 ......
知识 node

Node.js下载安装教程

一、下载安装包 1、百度网盘自提链接: 链接:https://pan.baidu.com/s/1Bbw895MtUgjlfZylPHCCxw 提取码:x89v 2、进入官网下载 https://nodejs.org/zh-cn/download/ 选择对应版本,我这里选的windows64位版本 二 ......
教程 Node js

Arch Linux install i3-wm

# Arch Linux install i3-wm ## 简介 [i3-wm](https://i3wm.org/) 是一种动态的平铺式窗口管理器,它的设计目标是提供一个快速、简洁、可定制的桌面环境,适合开发者和高级用户使用。它有以下几个特点: - 它使用树形结构来管理窗口,可以灵活地分割、组合、 ......
install Linux i3-wm Arch i3

pip install flask 时,总包blinker uninstall 失败(ERROR: Cannot uninstall 'blinker'. It is a distutils installed project and thus we cannot ...)

今天用pip install flask时,总因为uninstall blinker失败,报错如下: ``` ERROR: Cannot uninstall 'blinker'. It is a distutils installed project and thus we cannot accur ......
uninstall 总包 blinker distutils installed

arcgis注册postgresql失败。postgres be sure the databse client software is installed and configured correct

解决: 将PostgreSQL\9.1\bin目录下的Libpq.dll,Libeay32.dll, Libintl-8.dll, Ssleay32.dll复制一份放在ArcGIS Server安装目录的Server\bin***意:这里拷贝的文件需要都是64位的。 重启arcgis server服 ......

NVIDIA-SMI has failed because it couldn't communicate with the NVIDIA driver. Make sure that the latest NVIDIA driver is installed and running.

###问题提示: ` NVIDIA-SMI has failed because it couldn't communicate with the NVIDIA driver. Make sure that the latest NVIDIA driver is installed and runn ......

Sass的函数整理汇总

#### **说明** Sass 定义了各种类型的函数,这些函数可以通过 css 语句直接调用。可以看到Sass的函数功能已经相当丰富了。整理了Sass的主要函数,重点在于后面的颜色函数,设计非常的银杏! #### **String(字符串) 函数** ##### **1、quote(string) ......
函数 Sass

wusa是Windows操作系统中的一个命令行工具,用于安装、卸载和管理Windows更新包(.msu文件)wusa是Windows Update Standalone Installer的缩写,它可以通过命令行或脚本调用,执行以下功能:

wusa是Windows操作系统中的一个命令行工具,用于安装、卸载和管理Windows更新包(.msu文件)。 ![image](https://img2023.cnblogs.com/blog/1053886/202307/1053886-20230720015409111-633452103.j ......
Windows 命令 wusa 缩写 脚本

node.js压缩版安装

## 一、下载压缩包 前往 [nodejs](https://nodejs.org) 官网,一般选择长期稳定版(LTS)安装 ## 二、解压缩包 然后在安装目录下新建两个文件夹 *npm_cache* 和 *npm_global* 在当前目录里打开cmd,配置NPM全局模块路径和cache默认安装位 ......
node js

Node-框架NestJS入门使用

前言 介绍 Nest是一个用于构建高效,可扩展的Node.js服务器端应用程序的框架。它使用渐进式JavaScript,使用TypeScript构建(保留与纯JavaScript的兼容性),并结合了OOP(面向对象编程),FP(功能编程)和FRP(功能反应编程)的元素。 注意 请确保你的操作系统上安 ......
框架 NestJS Node

用docker搭建自己的node服务器集群

1.配置java环境,并提交镜像: ```sh # 1.解析jdk的包到 /usr/local/java 下: # 2.并配置java环境 [root@07e065a05df9 /]# vim /etc/profile.d/my_env.sh # JAVA_HOME export JAVA_HOME ......
集群 服务器 docker node

Whistle(基于Node实现的跨平台转包调试工具)的使用

可抓包,可显示vconsolet调试 一、安装 npm i -g whistle 二、启动 手机和电脑处于同一网络 w2 start --init 浏览器打开地址:http://127.0.0.1:8899/ 三、配置 Rules:https://testh.app.coc.10086.cn whi ......
Whistle 工具 Node

使用node开发脚手架报错:Error [ERR_REQUIRE_ESM]: Must use import to load ES Module

在使用 node 开发脚手架的时候,每次执行命令都会报错 :Error [ERR_REQUIRE_ESM]: Must use import to load ES Module 经过排查发现,原因为 chalk 包为 5 版本以上导致的。 const chalk = require('chalk') ......

node_export自定义启动监控指标

/usr/local/bin/node_exporter --collector.ntp --collector.supervisord --collector.supervisord.url=http://localhost:9001/RPC2 --collector.textfile.direc ......
node_export 指标 export node

kubeasz K8S测试环境删除多余 node 节点

## kubeasz K8S测试环境删除多余 node 节点 > 背景:公司之前存在3套 test 环境,有 1 套环境部署的 生产环境老系统,目前生产环境已经完成了新老系统切换,不在需要老系统 test 环境,需要进行回收 ### 1 | 查看节点列表 使用kubectl命令来查看当前集群中的节点 ......
节点 kubeasz 环境 node K8S

ubuntu install latest chrome

1.download stable version via get wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb 2.Install the downloaded deb chrome s ......
install ubuntu chrome latest

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

node

## 安装 ### Linux ```bash curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.38.0/install.sh | bash # 查看nvm版本 nvm -v # 配置淘宝镜像 提升下载速度 export NVM_NO ......
node

centos7 installation source 设置安装源

# centos7 installation source 设置安装源 中科大源(最快) ```http https://mirrors.ustc.edu.cn/centos/7/os/x86_64 ``` 阿里源(备用) ```http https://mirrors.aliyun.com/cen ......
installation centos7 centos source

NODE_EXPORTER 修改端口

转载自:https://duanzhanpu.cn/index.php/archives/87/ 修改prometheus中node-exporter端口 因其他业务已占用9100端口,需修改为其他端口 # 启动时指定端口 $ nohup ./node_exporter --web.listen-a ......
NODE_EXPORTER 端口 EXPORTER NODE

Node.js安装

[TOC] #### Node.js安装 1.下载网址https://nodejs.org/zh-cn/download/ 下载完成后打开安装包,进入安装程序 【next】 【next】后选择安装路径,默认C盘即可 不选中,直接下一步,安装 安装完成点击finish,并测试是否成功 【win+R】然 ......
Node js

VSCode - Install/Update gotools

View --> Command Palette Input 'gotools' Click OK. ......
Install gotools VSCode Update

83.如何判断当前脚本运行在浏览器还是node环境中(阿里)

#### 83. 如何判断当前脚本运行在浏览器还是 node 环境中?(阿里) ``` typeof window 'undefined' ? 'node' : 'browser'; 通过判断当前环境的 window 对象类型是否为 undefined,如果是undefined,则说明当前脚本运行在 ......
脚本 浏览器 环境 还是 node

sihclient.exe 是 Windows 操作系统中的一个进程,它代表"Software Installation Helper"(软件安装助手)。sihclient.exe 的主要功能是帮助管理和执行软件安装、更新和卸载操作

sihclient.exe 是 Windows 操作系统中的一个进程,它代表"Software Installation Helper"(软件安装助手)。sihclient.exe 的主要功能是帮助管理和执行软件安装、更新和卸载操作。 具体来说,sihclient.exe 进程负责监控和处理在 Wi ......
sihclient 软件 quot Installation exe