码迷,mamicode.com
首页 >  
搜索关键字:isa    ( 2690个结果
LeetCode初级算法之字符串:242 有效的字母异位词
有效的字母异位词 题目地址: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的锁与事务隔离级别,分上下两篇,本篇重点讲MySQL的行锁与事务隔离级别。 锁定义 锁是计算机协调多个进程或线程并发访问某一资源的机制。 在数据库中,除了传统的计算资源(如CPU、RAM、I/ ...
分类:数据库   时间:2020-12-15 12:27:46    阅读次数:4
WireGuard
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
Penetration Test - Using_Scripting_in_Pen_Testing(4)
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
kubernetes-flannel-05
#部署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
“xxx”is defined but never used
原因:使用了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
【Luogu1903】数颜色(带修莫队)
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
你要偷偷的学Python,然后惊呆所有人(第十二天)
标题无意冒犯,就是觉得这个广告挺好玩的 文章目录 前言 欢迎来到我们的圈子 先上一段代码,云淡风轻 代码解释 第一个坑:find_element_name 第二个坑: switch_to_frame() cookies绕过登录验证,绕进了荒漠 迎来转机 成功路前的磕磕碰碰 前言 前期回顾:你要偷偷学 ...
分类:编程语言   时间:2020-11-19 12:45:23    阅读次数:8
亚马逊云aws - ubuntu 之旅开始了
因为这个:注册了一个亚马逊账号。毕竟百度云还剩几个月要到期了,续费有点贵啊 > < 登陆之后:页面: 登陆入口: https://signin.aws.amazon.com/signin?redirect_uri=https%3A%2F%2Fus-east-2.console.aws.amazon. ...
分类:系统相关   时间:2020-11-19 12:33:07    阅读次数:13
IEqualityComparer<TSource> 比较规则
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
2690条   上一页 1 ... 3 4 5 6 7 ... 269 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!