?表 1-1 本章命令汇总命令作用 enable 从用户模式进入特权模式 configure terminal 进入配置模式 interface g0/0 进入千兆以太网接口模式 ip address 172.16.0.1 255.255.0.0配置接口的ip地址 no shutdown 打开接口 ...
分类:
其他好文 时间:
2020-06-27 11:44:06
阅读次数:
74
In this problem, a tree is an undirected graph that is connected and has no cycles. The given input is a graph that started as a tree with N nodes (wi ...
分类:
其他好文 时间:
2020-06-27 09:35:14
阅读次数:
75
问题一:AttributeEror:"Nonetype" object has no attribute'encoding" 解决方法将utf-8 改为 utf8 问题二 Warning: (3719, "'utf8' is currently an alias for the character ...
分类:
数据库 时间:
2020-06-27 09:30:12
阅读次数:
114
查询ip,http://github.global.ssl.fastly.net.ipaddress.com/ 将得到的ip都加入hosts文件: IP1 github.com IP2 github.com ...
分类:
其他好文 时间:
2020-06-27 00:37:37
阅读次数:
160
1026 Table Tennis (30分) A table tennis club has N tables available to the public. The tables are numbered from 1 to N. For any pair of players, if the ...
分类:
其他好文 时间:
2020-06-27 00:32:05
阅读次数:
70
Test_Request_Module.py import requests class Test_Request: def __init__(self,ip): self.ip = ip def ip_address(self): url = "http://apis.juhe.cn/ip/ipN ...
分类:
其他好文 时间:
2020-06-26 16:28:42
阅读次数:
62
7-4 Index of Popularity (30分) The index of popularity (IP) of someone in his/her circle of friends is defined to be the number of friends he/she has i ...
分类:
其他好文 时间:
2020-06-26 14:39:43
阅读次数:
106
1. 枚举的运用 Your team is writing a fancy new text editor and you've been tasked with implementing the line numbering. Write a function which takes a list ...
分类:
编程语言 时间:
2020-06-26 10:22:43
阅读次数:
66
package LeetCode_468 /** * 468. Validate IP Address * https://leetcode.com/problems/validate-ip-address/description/ * * Write a function to check whe ...
分类:
其他好文 时间:
2020-06-25 23:14:31
阅读次数:
48
今天尝试把git与GitHub联系起来,方便后续往GitHub上面推送项目。过程中踩了几个坑,记录一下: 一、生成 GitHub--SSH-公钥 1、在git中用命令行 ssh-keygen -t rsa -C 'your email address' 文件名称及位置选择默认,enter即可。 pa ...
分类:
其他好文 时间:
2020-06-25 19:56:48
阅读次数:
58