最新 最热

Leetcode 题目解析之 Valid Number

Note: It is intended for the problem statement to be ambiguous. You should gather all requirements up front before implementing one.

2022-02-13
1

operator Type() vs Type operator()

比如 int operator() vs operator int(),这两者有什么区别?

2022-02-11
0

Bitrix24 CMS XSS

Bitrix24是一种商业工具,除了提供其他功能(如管理任务,项目,通信和客户关系的功能)外,还提供CMS平台。

2022-01-27
1

【愚公系列】2022年01月 攻防世界-简单题-PWN-002(level2)

文章目录一、level2二、答题步骤1.获取在线场景2.查壳3.IDA总结一、level2题目链接:https://adworld.xctf.org.cn/task/task_lis

2022-01-21
1

Leetcode 题目解析之 Power of Two & Pow(x, n)

Given an integer, write a function to determine if it is a power of two.

2022-01-20
1

为什么Alpha多样性的输入数据会是它?

在扩增子培训过程中,总会被问到一个问题:抽平后的OTU表和计算相对丰度后的OTU表差别是什么?

2022-01-18
1

JavaScript防抖节流

f1保存的是return function(){console.log(n)}这个匿名函数所在堆地址的引用,并不是赋值。

2022-01-18
0

33. Vue组件的data使用

上一篇章讲解了Vue组件的定义以及全局、私有创建的方式、相关注意事项。那么本篇章再来看看另一个注意点data。

2022-01-17
1

Leetcode 题目解析之 Valid Anagram

Given two strings s and t, write a function to determine if t is an anagram of s.

2022-01-14
1