上一页 1 ··· 42 43 44 45 46 47 48 49 50 ··· 241 下一页
摘要: 原文: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 阅读(419) 评论(0) 推荐(0) 编辑
摘要: 1. 首先用netstat -ano | find “端口号”查出进程号 明明有端口号是17568和18892, 如何确定是17568呢 2. takslist 查询当前的进行 3. 如何杀死进程呢 tasklist /pid ${xx} 发现不行呢,权限不够,用管理员权限运行cmd,发现又报错了, 阅读全文
posted @ 2021-01-31 18:32 疯子110 阅读(442) 评论(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 阅读(4352) 评论(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 阅读(672) 评论(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 阅读(540) 评论(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 阅读(685) 评论(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 阅读(1409) 评论(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 阅读(595) 评论(0) 推荐(0) 编辑
摘要: rm -f a*.log 阅读全文
posted @ 2021-01-23 17:39 疯子110 阅读(851) 评论(0) 推荐(0) 编辑
摘要: 1.先确保redis进程存活[root@localhost bin]# ps aux|grep redis2.进入redis目录执行命令 cd /usr/local/redis/bin/ [root@localhost bin]# ./redis-cli -h 127.0.0.1 -p 6379若不 阅读全文
posted @ 2021-01-23 17:37 疯子110 阅读(611) 评论(0) 推荐(0) 编辑
上一页 1 ··· 42 43 44 45 46 47 48 49 50 ··· 241 下一页