问题描述 之前(01/31/2021),我们一直使用 Speedbar 与 Sr Speedbar 进行文件管理,但是问题太多。在配合 Tab Bar 使用时,也存在问题。因此,我们开始寻找其他可以替代 Speedbar 与 Sr Speedbar 的工具。 后来,找到并使用 Treemacs 来进 ...
分类:
系统相关 时间:
2021-06-02 20:21:56
阅读次数:
0
参考: linux添加环境变量4种方法 (360doc6.net) Linux vi/vim | 菜鸟教程 (runoob.com) 基础 Linux的环境变量是保存在变量PATH中,可通过Linux shell命令 echo $PATH 查看输出内容,或者直接输入export查看。 Linux环境 ...
分类:
系统相关 时间:
2021-06-02 20:15:43
阅读次数:
0
let layerUrl = "http://xxx.xxx.xx.xx/server/rest/services/xxxx/xxxx/MapServer/194";//服务地址 let queryTask = new this.esriModules.QueryTask(layerUrl);//创 ...
docker-compose.yaml version: "3" services: redis: image: redis:5.0.8 container_name: redis restart: always command: redis-server /etc/redis/redis.conf ...
分类:
其他好文 时间:
2021-06-02 19:51:51
阅读次数:
0
本文主要介绍Python中pip在Windows、Mac和Linux上安装方法。PIP是一个递归的缩写,代表“PIP Installs Packages”或“Preferred Installer Program”。它是一个命令行实用程序,允许您使用简单而直接的命令安装,重新安装或卸载PyPI包:p ...
分类:
编程语言 时间:
2021-06-02 19:50:31
阅读次数:
0
启动nginx服务时如果遇到这个错误 Job for nginx.service failed because the control process exited with error code. See “systemctl stat 可能原因如下: 1.nginx配置文件有错误 运行下面命令查 ...
分类:
其他好文 时间:
2021-06-02 19:50:08
阅读次数:
0
默认nginx不开启缓存 open_file_cache off; nginx可以缓存以下三种信息: (1) 文件元数据:文件的描述符、文件大小和最近一次的修改时间 (2) 打开的目录结构 (3) 没有找到的或者没有权限访问的文件的相关信息max=N:可缓存的缓存项上限;达到上限后会使用LRU算法实 ...
分类:
其他好文 时间:
2021-06-02 19:44:50
阅读次数:
0
发现打包失败 测试发现 npm run build 打包失败 发现问题1 node_modules 库 没装 rm -rf node_modules 进行 npm install 安装失败 发现linux下网不通,有代理设置 解决网络问题,然后网通了 npm install 安装还是失败 安装 cn ...
分类:
系统相关 时间:
2021-06-02 19:41:35
阅读次数:
0
本文参考于: https://www.cnblogs.com/linxiu-0925/p/10153934.html 前端开发人员应该对 Web 开发中的基本概念有一些了解 什么是 Web 服务器? Web 服务器能做什么? 1、什么是服务器 (server) 一般来说,server 有两重意思 1 ...
分类:
Web程序 时间:
2021-06-02 19:39:35
阅读次数:
0
环境介绍 RHEL8 nginx 192.168.92.129 RHEL8 myxql 192.168.92.130 RHEL8 php 192.168.92.131 nginx配置 //关闭服务器和selinux [root@nginx ~]# systemctl disable --now fi ...
分类:
其他好文 时间:
2021-06-02 19:38:14
阅读次数:
0