有效的字母异位词 题目地址:https://leetcode-cn.com/problems/valid-anagram/ 给定两个字符串 s 和 t ,编写一个函数来判断 t 是否是 s 的字母异位词。 示例 1: 输入: s = "anagram", t = "nagaram" 输出: true ...
分类:
编程语言 时间:
2020-12-15 12:32:59
阅读次数:
4
前言 前面我们讲了MySQL数据库底层的数据结构与算法、MySQL性能优化篇一些内容。我们再来聊聊MySQL的锁与事务隔离级别,分上下两篇,本篇重点讲MySQL的行锁与事务隔离级别。 锁定义 锁是计算机协调多个进程或线程并发访问某一资源的机制。 在数据库中,除了传统的计算资源(如CPU、RAM、I/ ...
分类:
数据库 时间:
2020-12-15 12:27:46
阅读次数:
4
WireGuard 来源 https://www.cnblogs.com/ryanyangcs/p/13253212.html 原文链接:https://fuckcloudnative.io/posts/wireguard-docs-theory/ WireGuard 是由 Jason Donenf ...
分类:
其他好文 时间:
2020-12-14 13:50:02
阅读次数:
7
PowerShell scripts Run PowerShell on Windows as a administrator. And set the execution policy. Set-ExecutionPolicy Unrestricted Following is a simple ...
分类:
Web程序 时间:
2020-12-10 10:45:47
阅读次数:
6
#部署Flannel 1 下载Flannel二进制包 #所有的节点,下载到master-1 [root@ node -1 ~]# mkdir /soft ; cd /soft [root@ node -1 ~]# wget https://github.com/coreos/flannel/rele ...
分类:
Web程序 时间:
2020-12-05 10:43:42
阅读次数:
9
原因:使用了eslint检查 解决:可以在报错的那一行上面加上如下注释 <!-- eslint-disable-next-line --> <!-- eslint-disable-next-line --><el-row v-for="(item1,i1) in scope.row.children ...
分类:
其他好文 时间:
2020-11-30 16:07:51
阅读次数:
8
Link: https://www.luogu.com.cn/problem/P1903 Solution 这个 sort 我暂且蒙在鼓里 先贴个代码。 本来我 T 了三个点的 cmp 函数如下 bool cmp(const s_q &a, const s_q &b) { if (belong[a. ...
分类:
其他好文 时间:
2020-11-21 11:54:33
阅读次数:
4
标题无意冒犯,就是觉得这个广告挺好玩的 文章目录 前言 欢迎来到我们的圈子 先上一段代码,云淡风轻 代码解释 第一个坑:find_element_name 第二个坑: switch_to_frame() cookies绕过登录验证,绕进了荒漠 迎来转机 成功路前的磕磕碰碰 前言 前期回顾:你要偷偷学 ...
分类:
编程语言 时间:
2020-11-19 12:45:23
阅读次数:
8
因为这个:注册了一个亚马逊账号。毕竟百度云还剩几个月要到期了,续费有点贵啊 > < 登陆之后:页面: 登陆入口: https://signin.aws.amazon.com/signin?redirect_uri=https%3A%2F%2Fus-east-2.console.aws.amazon. ...
分类:
系统相关 时间:
2020-11-19 12:33:07
阅读次数:
13
class Program { static void Main(string[] args) { List<People> peoples = new List<People> { new People{ ID=1,Name="xxx" }, //new People{ ID=1,Name="xx ...
分类:
其他好文 时间:
2020-11-19 12:29:36
阅读次数:
5