会员
周边
新闻
博问
闪存
众包
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Fenda_a
博客园
首页
新随笔
联系
订阅
管理
2020年12月17日
mysql超出连接数
摘要: show status like '%_connect%';show variables like '%max_connections%';set global max_connections = 1000;
阅读全文
posted @ 2020-12-17 14:39 Fenda_a
阅读(94)
评论(0)
推荐(0)
2020年10月14日
Tomcat CentOS 65自启动
摘要: ### Tomcat CentOS 65自启动1. 安装JAVA和Tomcat2. 将Tomcat安装为service以方便管理,并配置开机自启动 在/etc/init.d/目录下创建tomcat文件,并编辑 ``` vi /etc/init.d/tomcat ``` 输入文件内容: ``` #!/
阅读全文
posted @ 2020-10-14 14:50 Fenda_a
阅读(79)
评论(0)
推荐(0)
linux开机自动运行auto_run_script.sh脚本
摘要: auto_run_script.sh文件内容 #!/bin/bash source /etc/profile echo " service starting..... " >> /home/service/auto_run_script.log date >> /home/service/auto_
阅读全文
posted @ 2020-10-14 14:38 Fenda_a
阅读(383)
评论(0)
推荐(0)
Cenos6.1搭建nfs文件共享服务
摘要: 当前配置为centos6.x下的配置流程(当前PROD的server版本),centos7.x的配置流程有一定的区别; 服务端配置10.10.10.10 1.rpm -qa | grep nfs 2.rpm -qa | grep rpcbind 3.yum -y install nfs-utils
阅读全文
posted @ 2020-10-14 11:21 Fenda_a
阅读(70)
评论(0)
推荐(0)
2018年8月7日
微信小程序
摘要: Demo https://blog.csdn.net/column/details/20891.html
阅读全文
posted @ 2018-08-07 16:44 Fenda_a
阅读(71)
评论(0)
推荐(0)
面试问题
摘要: 面试
阅读全文
posted @ 2018-08-07 16:09 Fenda_a
阅读(113)
评论(0)
推荐(0)
Http1.0和Http1.1和Http2.0的区别
摘要: HTTP1.0 HTTP 1.1主要区别 1.长连接 HTTP 1.0需要使用keep-alive参数来告知服务器端要建立一个长连接,而HTTP1.1默认支持长连接。 HTTP是基于TCP/IP协议的,创建一个TCP连接是需要经过三次握手的,有一定的开销,如果每次通讯都要重新建立连接的话,对性能有影
阅读全文
posted @ 2018-08-07 16:05 Fenda_a
阅读(482)
评论(0)
推荐(0)
mysql备份
摘要: mysql 备份
阅读全文
posted @ 2018-08-07 10:42 Fenda_a
阅读(82)
评论(0)
推荐(0)
公告