08 2020 档案

摘要:jdk下载: wget --no-cookies --no-check-certificate --header "Cookie: gpw_e24=http%3A%2F%2Fwww.oracle.com%2F; oraclelicense=accept-securebackup-cookie" "h 阅读全文
posted @ 2020-08-28 18:49 外科手术医生 阅读(715) 评论(0) 推荐(0)
摘要:卸载mysql8的方法: 1.查看mysql安装文件: rpm -qa |grep -i mysql 2.卸载安装文件 yum remove mysql-community-libs-8.0.21-1.el7.x86_64 yum remove mysql-community-libs-compat 阅读全文
posted @ 2020-08-28 12:38 外科手术医生 阅读(88) 评论(0) 推荐(0)
摘要:测试代码: <html> <head> <title>通过PHP连接MySQL服务器</title> </head> <body> <?php $link = mysqli_connect("127.0.0.1", "root", "123456", "bishe"); if (!$link) { 阅读全文
posted @ 2020-08-20 18:15 外科手术医生 阅读(146) 评论(0) 推荐(0)
摘要:apache: 下载地址:http://httpd.apache.org/download.cgi,选择(window),选择(apachehaus),选择(Apache 2.4.x OpenSSL 1.1.1 VC15) 卸载:"d:\php\Apache24\bin\httpd.exe" -k 阅读全文
posted @ 2020-08-19 19:53 外科手术医生 阅读(110) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2020-08-19 17:53 外科手术医生 阅读(183) 评论(0) 推荐(0)
摘要: 阅读全文
posted @ 2020-08-19 17:51 外科手术医生 阅读(113) 评论(0) 推荐(0)