G
N
I
D
A
O
L
摘要: IPv6地址格式 IPv6的地址长度是128位(bit)。 将这128位的地址按每16位划分为一个段,将每个段转换成十六进制数字,并用冒号隔开。 例如:2000:0000:0000:0000:0001:2345:6789:abcd 这个地址很长,可以用两种方法对这个地址进行压缩, 前导零压缩法: 将 阅读全文
posted @ 2022-06-24 14:15 StimuMing 阅读(269) 评论(0) 推荐(0) 编辑
摘要: Curl的编译与使用 阅读全文
posted @ 2022-06-24 14:12 StimuMing 阅读(175) 评论(0) 推荐(0) 编辑
摘要: #include <iostream> using namespace std; int main() { system("systeminfo | findstr \"[OS处理器]\""); cout << "C++ 各种数据长度\n"; // 1 cout << " " << endl; co 阅读全文
posted @ 2022-03-18 15:56 StimuMing 阅读(49) 评论(0) 推荐(0) 编辑
摘要: res-news https://note.so/dash/designtool.html Figma: the collaborative interface design tool. https://www.figma.com/ 产品经理文档 | Product Manager https:// 阅读全文
posted @ 2022-03-13 17:53 StimuMing 阅读(171) 评论(0) 推荐(0) 编辑
摘要: 1706. 球会落何处_2022_02_24 模拟 阅读全文
posted @ 2022-02-24 23:00 StimuMing 阅读(14) 评论(0) 推荐(0) 编辑
摘要: 用C++实现的一个端口池功能,详细功能看函数说明 阅读全文
posted @ 2022-02-10 14:18 StimuMing 阅读(161) 评论(0) 推荐(0) 编辑
摘要: 双重遍历 阅读全文
posted @ 2022-02-09 21:28 StimuMing 阅读(22) 评论(0) 推荐(0) 编辑
摘要: 1001. 网格照明_2022_02_08 今天的困难是想送我走 阅读全文
posted @ 2022-02-08 22:20 StimuMing 阅读(24) 评论(0) 推荐(0) 编辑
摘要: Windows端口扫描工具 阅读全文
posted @ 2022-02-08 19:39 StimuMing 阅读(341) 评论(0) 推荐(0) 编辑
摘要: 华为IPOP工具 阅读全文
posted @ 2022-02-08 19:36 StimuMing 阅读(1549) 评论(0) 推荐(0) 编辑
摘要: 1405. 最长快乐字符串_2022_02_07 难度:中等|贪心 阅读全文
posted @ 2022-02-07 09:47 StimuMing 阅读(29) 评论(0) 推荐(0) 编辑
摘要: 1748. 唯一元素的和_2022_02_06 难度:简单|数组 阅读全文
posted @ 2022-02-06 22:05 StimuMing 阅读(19) 评论(0) 推荐(0) 编辑
摘要: 1725. 可以形成最大正方形的矩形数目_2022_02_04 难度:简单|数组 阅读全文
posted @ 2022-02-04 23:04 StimuMing 阅读(20) 评论(0) 推荐(0) 编辑
摘要: 1414. 和为 K 的最少斐波那契数字数目_2022_02_03 难度:简单|贪心算法 阅读全文
posted @ 2022-02-03 23:09 StimuMing 阅读(26) 评论(0) 推荐(0) 编辑
摘要: 难度:中等|枚举|位运算 阅读全文
posted @ 2022-02-02 19:07 StimuMing 阅读(25) 评论(1) 推荐(0) 编辑