1.打开终端2.输入sudo vi /etc/hosts3.输入密码4.进入文件hosts,然后按“i”,进入编辑模式5.把你的host添加到最后6.control+c推出编...
1.打开终端2.输入sudo vi /etc/hosts3.输入密码4.进入文件hosts,然后按“i”,进入编辑模式5.把你的host添加到最后6.control+c推出编...
来源:力扣(LeetCode)链接:https://leetcode-cn.com/problems/ransom-note[https://leetcode-cn.com/...
来源:力扣(LeetCode)链接:https://leetcode-cn.com/problems/get-maximum-in-generated-array[https...
来源:力扣(LeetCode)链接:https://leetcode-cn.com/problems/student-attendance-record-ii[https:/...
场景:定时任务查询全表数据进行处理推送时,采用的策略是分页每次查询100条数据,进行业务处理,直到所有数据都处理完成。因为数据量太大导致出现: SELECT * FROM t...
Socket概述 Socket套接字就是两台主机之间逻辑连接的端点。TCP/IP协议是传输层协议,主要解决数据如何 在网络中传输,而HTTP是应用层协议,主要解决如何包装数据...
来源:力扣(LeetCode)链接:https://leetcode-cn.com/problems/maximum-element-after-decreasing-and...
什么是Hash函数 hash函数,一般翻译做散列或者直接音译为哈希,是把任意长度的输入(又叫做预映射pre-image)通过散列算法变换成固定长度的输出,该输出就是散列值。 ...
来源:力扣(LeetCode)链接:https://leetcode-cn.com/problems/check-if-all-the-integers-in-a-range...