上一页 1 ··· 46 47 48 49 50 51 52 53 54 ··· 246 下一页
摘要: 可以使用ls -l 阅读全文
posted @ 2021-02-23 09:59 疯子110 阅读(370) 评论(0) 推荐(0)
摘要: vue项目报错Trailing spaces not allowed. 是因为vue-cli的eslint的语法规范导致的 你可以把eslint给关闭了 在使用vue-cli脚手架来生成vue项目文件的时候,会发现有个自带的代码规范eslint,非常麻烦,其实你只要找到.eslintrc.js里面, 阅读全文
posted @ 2021-02-23 08:55 疯子110 阅读(612) 评论(0) 推荐(0)
摘要: 原文:https://www.jianshu.com/p/ab3c34a95128 Element-Ul是饿了么前端团队推出的一款基于Vue.js 2.0 的桌面端UI框架,一套为开发者、设计师和产品经理准备的基于 Vue 2.0 的桌面端组件库,手机端有对应框架是Mint UI 。 中文文档:ht 阅读全文
posted @ 2021-02-23 08:48 疯子110 阅读(442) 评论(0) 推荐(0)
摘要: 1. 首先用netstat -ano | find “端口号”查出进程号 明明有端口号是17568和18892, 如何确定是17568呢 2. takslist 查询当前的进行 3. 如何杀死进程呢 tasklist /pid ${xx} 发现不行呢,权限不够,用管理员权限运行cmd,发现又报错了, 阅读全文
posted @ 2021-01-31 18:32 疯子110 阅读(458) 评论(0) 推荐(0)
摘要: 问题 CentOS 8 yum安装软件时,提示无法从AppStream下载 [root@C8-3 ~]# yum -y install httpd mariadb-server mariadb php php-mysql Repository AppStream is listed more tha 阅读全文
posted @ 2021-01-29 14:11 疯子110 阅读(4439) 评论(0) 推荐(0)
摘要: 1、创建只读角色 CREATE ROLE readaccess; 2、授予对现有表的访问权限 GRANT USAGE ON SCHEMA public TO readaccess; GRANT SELECT ON ALL TABLES IN SCHEMA public TO readaccess; 阅读全文
posted @ 2021-01-29 14:09 疯子110 阅读(727) 评论(0) 推荐(0)
摘要: 1、备份本机数据库 把数据库 dbfrom 备份到 /tmp 路径下 命名为 sysdb.backup 文件 /usr/pgsql-11/bin/pg_dump --file "/tmp/sysdb.backup" --host "localhost" --port "5432" --usernam 阅读全文
posted @ 2021-01-27 15:00 疯子110 阅读(590) 评论(0) 推荐(0)
摘要: 转https://www.cnblogs.com/whitebai/p/13094540.html 环境: Centos 7 、已经安装的postgresql11,具体安装可以查看https://www.cnblogs.com/whitebai/p/12122240.html 1|01.下载阿里的 阅读全文
posted @ 2021-01-27 14:56 疯子110 阅读(763) 评论(0) 推荐(0)
摘要: 1、下载源 yum install pgdg-centos96-9.6-3.noarch.rpm epel-release 2、更新源 yum update -y 3、安装客户端 yum install postgresql -y 阅读全文
posted @ 2021-01-27 14:44 疯子110 阅读(1500) 评论(0) 推荐(0)
摘要: http://blog.sina.com.cn/s/blog_53d3c24a0100mpm2.html 服务器做压力测试,然后看日志有很多这个错误 java.io.FileNotFoundException: Too many open files 早上起来tomcat又挂了 = =||| 老方法 阅读全文
posted @ 2021-01-23 17:40 疯子110 阅读(636) 评论(0) 推荐(0)
上一页 1 ··· 46 47 48 49 50 51 52 53 54 ··· 246 下一页