上一页 1 2 3 4 5 6 7 8 9 10 ··· 23 下一页
摘要: 安装 $ yum install git $ git --version 配置 $ git config --global user.name "Harold-Hua" $ git config --global user.email "xxxxxx@xxx.com" $ git config -- 阅读全文
posted @ 2020-04-24 15:55 嘆世殘者——華帥 阅读(2579) 评论(0) 推荐(0) 编辑
摘要: docker run --rm -it -d --name pgadmin -p 5433:80 --network net -e PGADMIN_DEFAULT_EMAIL=root -e PGADMIN_DEFAULT_PASSWORD=root dpage/pgadmin4 访问: http: 阅读全文
posted @ 2020-04-24 13:05 嘆世殘者——華帥 阅读(190) 评论(0) 推荐(0) 编辑
摘要: 安装docker 基础包 sudo yum install -y yum-utils \ device-mapper-persistent-data \ lvm2 设置稳定仓库 sudo yum-config-manager \ --add-repo \ https://mirrors.aliyun 阅读全文
posted @ 2020-04-23 11:56 嘆世殘者——華帥 阅读(241) 评论(0) 推荐(0) 编辑
摘要: 问题: 模块依赖问题 问题 1: conflicting requests - nothing provides module(perl:5.26) needed by module perl-DBD-SQLite:1.58:8010020191114033549:073fa5fe-0.x86_64 阅读全文
posted @ 2020-04-23 10:53 嘆世殘者——華帥 阅读(6138) 评论(0) 推荐(0) 编辑
摘要: 安装vue ''' 安装vue遇到警告 npm WARN saveError ENOENT: no such file or directory, open '/home/harold/package.json' npm WARN enoent ENOENT: no such file or dir 阅读全文
posted @ 2020-04-22 17:49 嘆世殘者——華帥 阅读(1245) 评论(0) 推荐(2) 编辑
摘要: 1、通过官方查询需要安装的版本https://github.com/nodesource/distributions 2、在CentOS下获取相应版本的nodejs资源(以NodeJS 14.x为例) 粘贴 curl -sL https://rpm.nodesource.com/setup_14.x 阅读全文
posted @ 2020-04-22 15:58 嘆世殘者——華帥 阅读(5873) 评论(0) 推荐(0) 编辑
摘要: 1.nrm nrm(npm registry manager )是npm的镜像源管理工具,有时候国外资源太慢,使用这个就可以快速地在 npm 源间切换 2.安装nrm 在命令行执行命令,npm install -g nrm,全局安装nrm。 3.使用 执行命令nrm ls查看可选的源。 nrm ls 阅读全文
posted @ 2020-02-10 16:17 嘆世殘者——華帥 阅读(114) 评论(0) 推荐(0) 编辑
摘要: SCode 扩展商店中搜索 stylus Supremacy 进行安装 之后在用户设置 setting.json 配置文件中添加如下配置即可 阅读全文
posted @ 2019-11-09 22:33 嘆世殘者——華帥 阅读(958) 评论(0) 推荐(0) 编辑
摘要: 别问为什么了,知道这样用就好了 阅读全文
posted @ 2019-11-07 15:12 嘆世殘者——華帥 阅读(212) 评论(0) 推荐(0) 编辑
摘要: <html> <head> <title>table新增水平滚动条</title> <style type="text/css"> .tableWrap { overflow: auto; } table{ width: 100% } table th{ white-space: nowrap; } table td{ white-space: nowrap; } </style> </head> 阅读全文
posted @ 2019-11-06 11:34 嘆世殘者——華帥 阅读(554) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 9 10 ··· 23 下一页