上一页 1 2 3 4 5 6 7 8 ··· 11 下一页
摘要: https://www.codenong.com/cs106725225/ 阅读全文
posted @ 2023-02-22 17:00 忧伤恋上了快乐 阅读(24) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/m0_52165864/article/details/127961271 阅读全文
posted @ 2023-02-22 11:01 忧伤恋上了快乐 阅读(5) 评论(0) 推荐(0) 编辑
摘要: CentOS 7安装Java17或者8以及Tomcat10或者9 阅读全文
posted @ 2023-02-20 10:37 忧伤恋上了快乐 阅读(12) 评论(0) 推荐(0) 编辑
摘要: https://juejin.cn/post/6935408631793844260 阅读全文
posted @ 2023-02-01 11:40 忧伤恋上了快乐 阅读(37) 评论(0) 推荐(0) 编辑
摘要: http://blog.chinaunix.net/uid-280772-id-2135416.html 一篇蛮老的文章了,但是还是很有用,可参考修补。 PG的配置文件是数据库目录下的postgresql.conf文件,8.0以后的版本可支持K,M,G这样的参数,只要修改相应参数后重新启动PG服务就 阅读全文
posted @ 2023-01-11 15:11 忧伤恋上了快乐 阅读(157) 评论(0) 推荐(0) 编辑
摘要: 一、安装 首先,安装PostgreSQL客户端。 sudo apt-get install postgresql-client 然后,安装PostgreSQL服务器。 sudo apt-get install postgresql 正常情况下,安装完成后,PostgreSQL服务器会自动在本机的54 阅读全文
posted @ 2023-01-10 15:21 忧伤恋上了快乐 阅读(93) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/lijing742180/article/details/80649103 阅读全文
posted @ 2023-01-03 11:28 忧伤恋上了快乐 阅读(21) 评论(0) 推荐(0) 编辑
摘要: https://www.bilibili.com/read/cv16258140 大规模Windows环境下,采用Nginx反向代理服务后,操作系统会产生较多TIME_WAIT的TCP(Transmission Control Protocol)连接,操作系统默认TIME_WAIT的TCP连接回收时 阅读全文
posted @ 2022-12-27 10:54 忧伤恋上了快乐 阅读(440) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/asty9000/article/details/81536441 sysctl -a |grep keepalive 发现为默认的配置 net.ipv4.tcp_keepalive_time = 7200 net.ipv4.tcp_keepalive_p 阅读全文
posted @ 2022-12-26 16:54 忧伤恋上了快乐 阅读(183) 评论(0) 推荐(0) 编辑
摘要: 1 #登录 2 su - oracle 3 sqlplus "/as sysdba" 4 #查询数据库版本 5 SQL> select * from v$version; 6 #查询当前数据库进程的连接数 7 SQL> select count(*) from v$process; 8 #数据库允许 阅读全文
posted @ 2022-12-23 15:51 忧伤恋上了快乐 阅读(14) 评论(0) 推荐(0) 编辑
上一页 1 2 3 4 5 6 7 8 ··· 11 下一页