升级原因:为了在本地安装跟公司测试服一样的服务器环境,需要把本地PHP版本从5.4升级到5.5。 操作步骤: 1. 查看当前centos版本 [root@localhost ~]# cat /etc/redhat-release 2. 根据当前centos版本,更换对应版本的RPM 源(软件仓库) ...
分类:
Web程序 时间:
2021-06-21 20:30:16
阅读次数:
0
server: port: 8080 spring: application: name: gateway cloud: gateway: routes: - id: guo-system4 uri: https://www.baidu.com predicates: - Query=smile # ...
分类:
其他好文 时间:
2021-06-21 20:30:01
阅读次数:
0
1、未使用”git add .“缓存代码的情况下 git checkout . 使用此命令可以用来放弃掉还灭有加入到缓存区的修改 但是此命令不会删除新建的文件,因为新建的文件还没有加入到git的管理系统中 2、已经使用了git add . 命令的情况下 git reset HEAD filepath ...
分类:
其他好文 时间:
2021-06-21 20:29:45
阅读次数:
0
地图常见效果 <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Title</title> <script src="echarts.min.js"></script> <script src="jquery. ...
分类:
其他好文 时间:
2021-06-21 20:18:10
阅读次数:
0
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Title</title> <script src="echarts.min.js"></script> </head> <body> <div style=" ...
分类:
其他好文 时间:
2021-06-21 20:17:26
阅读次数:
0
样式的使用 <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Title</title> <script src="echarts.min.js"></script> </head> <body> <div s ...
分类:
其他好文 时间:
2021-06-21 20:17:07
阅读次数:
0
url的hash和HTML5的history URL的hash URL的hash也就是锚点(#), 本质上是改变window.location的href属性. 我们可以通过直接赋值location.hash来改变href, 但是页面不发生刷新 history H5的history接口是HTML5新增 ...
分类:
Web程序 时间:
2021-06-21 20:05:45
阅读次数:
0
函数获取使用高德天气接口 import requests 爬取数据 def read_location(name): centerurl = "https://restapi.amap.com/v3/config/district?keywords=" centerurl2 = "&subdistr ...
分类:
其他好文 时间:
2021-06-21 20:05:25
阅读次数:
0
JS手写面试题 数组扁平化 题目描述:实现一个方法使多维数组变成一维数组 最常见的递归版本如下: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Title</title> </head> <body> <s ...
分类:
编程语言 时间:
2021-06-21 19:52:35
阅读次数:
0
本文摘录自https://blog.csdn.net/u013069552/article/details/113860697 ...
分类:
编程语言 时间:
2021-06-20 18:43:23
阅读次数:
0