今年暑假不AC Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)Total Submission(s): 81858 Accepted Submission(s): 43754 Probl ...
分类:
其他好文 时间:
2019-01-19 18:43:39
阅读次数:
183
I Got a SettingWithCopyWarning when I ran the following code: The details of the Warning are : Then I got the inspiration from https://stackoverflow.c ...
分类:
编程语言 时间:
2019-01-19 13:15:17
阅读次数:
1042
Computer Systems A Programmer's Perspective -Bryant O'Hallaron Chapter 1. A Tour of Computer Systems 1.8 Systems Communicate With Other Systems Using ...
分类:
其他好文 时间:
2019-01-18 13:32:56
阅读次数:
151
前言 为了不让自己做公司笔试题时做不出来,所以刷题,挑了个好的刷题平台 "LeetCode" 所以记录和分享自己的刷题思路和题解写了这个专栏。 最大子序和 题目描述 给定一个整数数组 nums ,找到一个具有最大和的连续子数组(子数组最少包含一个元素),返回其最大和。 示例: 分析 最大子序列是要找 ...
分类:
其他好文 时间:
2019-01-18 10:51:41
阅读次数:
182
问题描述:在虚拟机上执行ifconfig,结果中eth0没有显示IP地址inet4,而是显示inet6; 出现原因:虚拟机上没有连接网络; 解决方法:启动网卡,执行命令: 衍生问题:当执行上述命令时,却报如下错误: 说明虚拟机指定的IP地址已经被占用了。 问题产生的原因是,我在配置静态IP地址的时候 ...
分类:
Web程序 时间:
2019-01-18 01:04:04
阅读次数:
390
配置要求:用OSPF使PC1与PC2互通确定R2和R4状态是不是ABR确保区域456中仅有一个DR,没有BDR确保区域456DR地址为56.6确保区域12中没有DR,切发送hello报文的时间为5s配置步骤:1、基本配置:配置PC地址、网关,路由接口地址2、PC1与PC2互通1)配置思路区域0为主干区域,非主干区域必须连接主干区域邻居建立路由router-id不能一致,同网络的区域、子网必须一致路
分类:
其他好文 时间:
2019-01-17 23:40:59
阅读次数:
253
文件的权限的三类对象定义 owner:属主 u group:属组 g other:其他 o 文件的三种权限 r:readable w:writeable x:excutable 文件 r:可使用文件查看类工具获取内容 w:可修改其内容 x:可以把此文件提请内核启动为一个进程 目录: r:可以使用ls ...
分类:
系统相关 时间:
2019-01-17 22:35:49
阅读次数:
185
In JavaScript, we often end up composing one object out of several other objects. Luckily there's a convenient spread operator which allows us to spre ...
分类:
编程语言 时间:
2019-01-16 16:37:44
阅读次数:
133
Vasya has an array a consisting of positive integer numbers. Vasya wants to divide this array into two non-empty consecutive parts (the prefix and the ...
分类:
其他好文 时间:
2019-01-16 16:33:59
阅读次数:
186
__init__ __new__ __class__ __str__ __repr__ __del__ __dict__ __doc__ __getattribute__ __delattr__(s,name) __gt__(self,other) __setattr__(s,name,value)... ...
分类:
其他好文 时间:
2019-01-16 14:59:14
阅读次数:
185