摘要:
问题场景 如下面所示,电脑 A 可以正常访问电脑 B,但是无法访问电脑 C。现在想通过端口转发工具,在电脑 B 上做端口映射,转发 tcp 或者 udp 流量到电脑 C 电脑A --> 电脑B --> 电脑C 准备工作 端口转发工具有很多,我这里用的是:hysteria,由于我需要连接的电脑是 Wi 阅读全文
posted @ 2022-11-08 20:18
iyiluo
阅读(3404)
评论(0)
推荐(0)
摘要:
Most Common Word Given a string paragraph and a string array of the banned words banned, return the most frequent word that is not banned. It is guara 阅读全文
posted @ 2022-11-08 19:43
iyiluo
阅读(29)
评论(0)
推荐(0)
摘要:
Count Equal and Divisible Pairs in an Array Given a 0-indexed integer array nums of length n and an integer k, return the number of pairs (i, j) where 阅读全文
posted @ 2022-11-08 19:43
iyiluo
阅读(33)
评论(0)
推荐(0)
摘要:
Detect Capital We define the usage of capitals in a word to be right when one of the following cases holds: All letters in this word are capitals, lik 阅读全文
posted @ 2022-11-08 19:43
iyiluo
阅读(23)
评论(0)
推荐(0)
摘要:
Check if Binary String Has at Most One Segment of Ones Given a binary string s without leading zeros, return true if s contains at most one contiguous 阅读全文
posted @ 2022-11-08 19:42
iyiluo
阅读(21)
评论(0)
推荐(0)
摘要:
Array Partition Given an integer array nums of 2n integers, group these integers into n pairs (a1, b1), (a2, b2), ..., (an, bn) such that the sum of m 阅读全文
posted @ 2022-11-08 19:30
iyiluo
阅读(26)
评论(0)
推荐(0)
摘要:
Maximum Population Year You are given a 2D integer array logs where each logs[i] = [birthi, deathi] indicates the birth and death years of the ith per 阅读全文
posted @ 2022-11-08 19:29
iyiluo
阅读(17)
评论(0)
推荐(0)
摘要:
Count the Number of Consistent Strings You are given a string allowed consisting of distinct characters and an array of strings words. A string is con 阅读全文
posted @ 2022-11-08 19:29
iyiluo
阅读(29)
评论(0)
推荐(0)
摘要:
Shift 2D Grid Given a 2D grid of size m x n and an integer k. You need to shift the grid k times. In one shift operation: Element at grid[i][j] moves 阅读全文
posted @ 2022-11-08 19:29
iyiluo
阅读(21)
评论(0)
推荐(0)

浙公网安备 33010602011771号