摘要: 运维常见岗位 系统管理员(System Administrator):负责管理和维护公司的计算机系统、硬件和软件设备,确保系统正常运行并提供技术支持。 网络管理员/工程师(Network Administrator/Engineer):负责设计、配置和维护公司的计算机网络系统,包括局域网(LAN)、 阅读全文
posted @ 2023-05-14 19:56 benny1 阅读(52) 评论(0) 推荐(0) 编辑
摘要: websocket-client https://websocket-client.readthedocs.io/en/latest/index.html python-socketio https://python-socketio.readthedocs.io/en/latest/index.h 阅读全文
posted @ 2022-04-07 11:09 benny1 阅读(27) 评论(0) 推荐(0) 编辑
摘要: 定义 tokenizer 一串字符串要如何进行分词(比如按空格、特殊字符、正则等) filter 从一个字符串分词出来一个字符串列表,其中每个元素要做什么操作 analyzer 将tokenizer与filter组合起来,称为analyzer;不同组合就是不同analyzer 阅读全文
posted @ 2022-01-25 15:37 benny1 阅读(22) 评论(0) 推荐(0) 编辑
摘要: win10快捷方式 https://support.microsoft.com/zh-cn/windows/windows-%E7%9A%84%E9%94%AE%E7%9B%98%E5%BF%AB%E6%8D%B7%E6%96%B9%E5%BC%8F-dcc61a57-8ff0-cffe-9796- 阅读全文
posted @ 2022-01-16 16:24 benny1 阅读(27) 评论(0) 推荐(0) 编辑
摘要: https://zhuanlan.zhihu.com/p/378437571 阅读全文
posted @ 2021-12-26 03:19 benny1 阅读(276) 评论(0) 推荐(0) 编辑
摘要: yarn相关命令 添加代理 修改配置 yarn config set httpProxy=http://ip:port yarn config set httpsProxy=http://ip:port 一次性 yarn --https_proxy=http://ip:port add typesc 阅读全文
posted @ 2021-12-23 05:16 benny1 阅读(30) 评论(0) 推荐(0) 编辑
摘要: nvm命令 安装nvm curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.0/install.sh | bash source ~/.bashrc 列出所有nvm管理的node版本 nvm ls 下载指定版本node nvm in 阅读全文
posted @ 2021-12-23 04:56 benny1 阅读(41) 评论(0) 推荐(0) 编辑
摘要: nodejs版本管理器 → nvm nvm相关 解决使用yarn安装package.json卡在某个包 我通过将package.json上传到国外服务器, 远程安装完, 然后将安装结果打包, 下载本地解压. 上传package.json 文件到远端服务器 执行命令 version=12.13.1 p 阅读全文
posted @ 2021-12-23 03:56 benny1 阅读(43) 评论(0) 推荐(0) 编辑
摘要: npm 淘宝registry --registry=https://registry.npm.taobao.org 阅读全文
posted @ 2021-12-23 03:55 benny1 阅读(14) 评论(0) 推荐(0) 编辑
摘要: https://visualstudio.microsoft.com/zh-hans/vs/older-downloads/ 把所有的Visual Studio xxx Redistributable全部下载安装即可 阅读全文
posted @ 2021-12-23 03:05 benny1 阅读(85) 评论(0) 推荐(0) 编辑