vmware16.0 centos7.8 1. 使用vmware安装 centos环境 cpu4个 内存4G 网络nat模式 2.配置网络 vim /etc/sysconfig/network-scripts/ifcfg-ens33 TYPE="Ethernet" PROXY_METHOD="non ...
分类:
其他好文 时间:
2020-10-10 17:16:23
阅读次数:
31
Spring Boot 整合mybatis操作数据库
分类:
数据库 时间:
2020-10-08 19:21:57
阅读次数:
30
一 使用SMTP模块发送邮件 import smtplib from email.mime.text import MIMEText from email.header import Header msg_from = '***@qq.com' # 发送方邮箱 passwd = '****' # 填 ...
分类:
编程语言 时间:
2020-10-08 18:14:22
阅读次数:
24
vue中解决跨域问题 方法1.后台更改header header('Access-Control-Allow-Origin:*');//允许所有来源访问 header('Access-Control-Allow-Method:POST,GET');//允许访问的方式 方法2.使用JQuery提供的j ...
分类:
其他好文 时间:
2020-10-07 21:25:07
阅读次数:
29
戴着假发的程序员出品 抖音ID:戴着假发的程序员 欢迎关注 [查看视频教程] 源码: 1 @org.springframework.core.annotation.AliasFor("name") 2 java.lang.String[] value() default {}; 3 4 @org.s ...
分类:
其他好文 时间:
2020-10-07 20:51:51
阅读次数:
28
就如这道题在最开始面板上说的一样,你真的了解反序列化了吗? 这道题就是在看你是不是真的了解了魔术方法怎么触发,起到什么作用? 先上源码。 <?php show_source(__FILE__); class CDUTSEC1{ public $file; public $function; func ...
分类:
其他好文 时间:
2020-10-06 21:19:19
阅读次数:
34
(使用的Xshell 6软件、阿里云服务器) 1. 安装图形桌面的软件包 yum groupinstall "Server with GUI" -y 2.设置图形模式为默认模式启动 systemctl set-default graphical 3.重启,重启后即可通过网页控制台(或者 VNC Se ...
分类:
其他好文 时间:
2020-10-06 21:13:38
阅读次数:
35
1、Mysql 官网下载 RPM 包wget https://dev.mysql.com/get/mysql80-community-release-el8-1.noarch.rpm2、检查是否已安装(强力卸载)for i in $(rpm -qa|grep mysql);do rpm -e $i ...
分类:
数据库 时间:
2020-10-06 21:00:49
阅读次数:
52