2021年6月7日

摘要: 方法一: 在my.ini的[mysqld]字段加入:skip-grant-tables重启mysql服务,这时的mysql不需要密码即可登录数据库 然后进入mysqlmysql>use mysql; mysql>更新 update user set password=password('新密码') 阅读全文

posted @ 2021-06-07 22:17 wx9527 阅读(63) 评论(0) 推荐(0) 编辑


2020年6月6日

摘要: # systemctl stop firewalld# systemctl disable firewalld# vim /etc/selinux/config yum -y install java-1.8.0-openjdk # cd /usr/local/src/# wget http://m 阅读全文

posted @ 2020-06-06 20:52 wx9527 阅读(158) 评论(0) 推荐(0) 编辑

摘要: tomcat会话 会话是什么 1. 由于HTTP协议是无状态的协议,所以服务端需要记录用户的状态时,就需要用某种机制来识具体的用户,这个机制就是Session.典型的场景比如购物车,当你点击下单按钮时,由于HTTP协议无状态,所以并不知道是哪个用户操作的,所以服务端要为特定的用户创建了特定的Sess 阅读全文

posted @ 2020-06-06 20:46 wx9527 阅读(298) 评论(0) 推荐(0) 编辑


2020年6月5日

摘要: Tomcat 介绍 三大基础软件:操作系统、数据库、中间件。 中间件位于客户机/ 服务器的操作系统之上,管理计算机资源和网络通讯。是连接两个独立应用程序或独立系统的软件。相连接的系统,即使它们具有不同的接口,但通过中间件相互之间仍能交换信息。执行中间件的一个关键途径是信息传递。通过中间件,应用程序可 阅读全文

posted @ 2020-06-05 22:02 wx9527 阅读(425) 评论(0) 推荐(0) 编辑


2020年6月1日

摘要: 1. Fdisk /dev/sdb 分区 df -h 挂载文件 2.N是帮助 3. P主分区 e 扩展分区 l 逻辑分区 4. W保存分区 5. Fdisk -l 查看分区 6. Partprobe /dev/sdb 同步分区 服务端操作 客户端操 阅读全文

posted @ 2020-06-01 11:56 wx9527 阅读(258) 评论(0) 推荐(0) 编辑


2020年5月31日

摘要: 1.首先搭建dns 2.开启防火墙 pop3 # firewalld-cmd --add-server=pop3 # firewalld-cmd --add-server=stmp # firewalld-cmd --reload 3.Smtp端口 |####netstat -tunp | grep 阅读全文

posted @ 2020-05-31 11:35 wx9527 阅读(149) 评论(0) 推荐(0) 编辑

摘要: 首先搭建dns服务器 主机名dns.wangxu.com 客户端主机名是 mail.wangxu.com 阅读全文

posted @ 2020-05-31 11:23 wx9527 阅读(120) 评论(0) 推荐(0) 编辑


2020年5月26日

摘要: 阅读全文

posted @ 2020-05-26 22:59 wx9527 阅读(395) 评论(0) 推荐(0) 编辑

摘要: 阅读全文

posted @ 2020-05-26 22:36 wx9527 阅读(135) 评论(0) 推荐(0) 编辑


Copyright © 2024 wx9527
Powered by .NET 8.0 on Kubernetes