默认yum只能安装mysql 5.1,我们可以自己配置通过yum安装5.6或者其他版本。 1. 查看系统里面有没有mysql 的repo yum repolist all | grep mysql 2. 如果没有发现,则需要配置repo 只能有一个是 enabled=1的,其他的都得enabled= ...
分类:
数据库 时间:
2020-04-16 13:30:58
阅读次数:
95
Correct, if you use items with type "Zabbix agent" (so called passive checks). They will not work.Still older agents (prior to 4.0) work well with 4.0 ...
题目 The string "PAYPALISHIRING" is written in a zigzag pattern on a given number of rows like this: (you may want to display this pattern in a fixed fo ...
分类:
其他好文 时间:
2020-04-16 13:20:15
阅读次数:
61
PuTTY Trick 1: Delete All PuTTY Sessions Together When you are swapping an old computer with a new computer, you may end-up transferring all PuTTY ses ...
分类:
其他好文 时间:
2020-04-16 01:01:51
阅读次数:
291
2.9 Class Template Argument Deduction 2.9 类模板实参的推导 Until C++17, you always had to pass all template parameter types to class templates(unless they hav ...
分类:
其他好文 时间:
2020-04-15 23:00:33
阅读次数:
88
题目 Given a string s, find the longest palindromic substring in s. You may assume that the maximum length of s is 1000. 给定一个字符串 s,找到 s 中最长的回文子串。你可以假设 s ...
分类:
其他好文 时间:
2020-04-15 18:30:58
阅读次数:
59
You are given two arrays (without duplicates) nums1 and nums2 where nums1’s elements are subset of nums2. Find all the next greater numbers for nums1' ...
分类:
其他好文 时间:
2020-04-15 15:17:52
阅读次数:
68
Problem Description Given two rectangles and the coordinates of two points on the diagonals of each rectangle,you have to calculate the area of the in ...
分类:
其他好文 时间:
2020-04-15 13:51:02
阅读次数:
82
在项目下新建一个pytest.ini的配置文件,里面如下配置即可。markers=后面是标签名,如有多个,第二个开始要换行,且要缩进,不然会报错 [pytest] markers=welcome login ...
分类:
其他好文 时间:
2020-04-15 12:26:46
阅读次数:
236
1 安装在cmd中输入pip3 install you-get 就行了 2 简单用法下载视频: 超级暴力,直接 you-get + "网站" 就没了,会下载到当前路径。我想下载到哪都是cd到那个文件夹下 下载不同清晰度的视频: you-get -i即可 然后给你提示的format就是下载的种类。想下 ...
分类:
移动开发 时间:
2020-04-15 09:24:47
阅读次数:
99