简介OS: CentOS Linux release 8.2 开始清除mysql# 查看系统信息$ cat /etc/redhat-releaseCentOS Linux release 8.2.2004 (Core) # 查看有没有mysql$ rpm -qa | grep mysqlmysql- ...
分类:
数据库 时间:
2021-06-22 17:36:24
阅读次数:
0
1、查看所有索引 GET _cat/indices 2、创建一个新的索引 PUT /test { "mappings": { "_doc": { "properties": { "id": {"type": "keyword"}, "title": {"type": "keyword"}, "esD ...
分类:
其他好文 时间:
2021-06-21 21:11:29
阅读次数:
0
pom.xml配置 需要添加spring-boot-starter-actuator很重要不要然报错 <dependency> <groupId>com.alibaba.cloud</groupId> <artifactId>spring-cloud-starter-alibaba-nacos-co ...
分类:
其他好文 时间:
2021-06-21 21:11:16
阅读次数:
0
目标 格式化输出 格式化符号 f-字符串 print的结束符 输出 作用:程序输出内容给用户 print('hello Python') age = 18 print(age) # 需求:输出“今年我的年龄是18岁” 一. 格式化输出 所谓的格式化输出即按照一定的格式输出内容。 1.1 格式化符号 ...
分类:
其他好文 时间:
2021-06-21 20:50:55
阅读次数:
0
学习跟着视频做的,勿喷 <!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title></title> </head> <style type="text/css"> h3{ text-align: center; } td{ backgro ...
分类:
其他好文 时间:
2021-06-21 20:48:25
阅读次数:
0
这个方法就比上篇博客简单多了,下载一个工具直接解压就能使用,本人还没有出现问题。 1. 下载EasyBlogImageForTypora 我使用的win10系统,我放了一个win版本的下载链接,文章最后会有原博主的链接,mac可以在那找。 下载链接在这 Releases · xiajingren/E ...
分类:
其他好文 时间:
2021-06-21 20:47:16
阅读次数:
0
今天完成内容: 学习web 用户注册页面 <!DOCTYPE html><html lang="en"><head> <!-- Basic --> <meta charset="utf-8" /> <!-- 告诉IE浏览器,IE8/9及以后的版本都会以最高版本IE来渲染页面 --> <meta ht ...
分类:
其他好文 时间:
2021-06-21 20:43:18
阅读次数:
0
class静态成员 <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>class静态成员</title> </head> <body> <div id="ad"> </div> <div></div> <scr ...
分类:
其他好文 时间:
2021-06-21 20:41:41
阅读次数:
0
class子类对父类重写 <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>class子类对父类重写</title> </head> <body> <div id="ad"> </div> <div></div ...
分类:
其他好文 时间:
2021-06-21 20:39:31
阅读次数:
0
升级原因:为了在本地安装跟公司测试服一样的服务器环境,需要把本地PHP版本从5.4升级到5.5。 操作步骤: 1. 查看当前centos版本 [root@localhost ~]# cat /etc/redhat-release 2. 根据当前centos版本,更换对应版本的RPM 源(软件仓库) ...
分类:
Web程序 时间:
2021-06-21 20:30:16
阅读次数:
0