``` catalyst catalyst cataly^_^_^_^_^_^_^_^_^_=st mark up mark up mark up mark up mark up mark up arbitration arbitration arbitration arbitration arbi... ...
分类:
其他好文 时间:
2020-03-10 01:04:23
阅读次数:
91
Given a binary tree, return the preorder traversal of its nodes' values. Example: Input: [1,null,2,3] 1 \ 2 / 3 Output: [1,2,3] Follow up: Recursive s ...
分类:
其他好文 时间:
2020-03-08 11:13:53
阅读次数:
88
Clean Up the Powers that Be 主要是输出格式上的问题 1 #include <iostream> 2 #include <cstring> 3 using namespace std; 4 int main(){ 5 long long t,s[10005]; 6 cin> ...
分类:
其他好文 时间:
2020-03-06 21:32:52
阅读次数:
95
Install kubernetes 环境:狗东Ubuntu16 Install and Set Up kubectl The Kubernetes command-line tool, kubectl, allows you to run commands against Kubernetes c ...
分类:
Web程序 时间:
2020-03-06 19:41:19
阅读次数:
68
[剑指Offer]41 和为S的两个数字 VS 和为S的连续正数序列 Leetcode T1 Two Sum Given an array of integers, return indices of the two numbers such that they add up to a specif ...
分类:
其他好文 时间:
2020-03-06 12:41:24
阅读次数:
59
完整错误信息:Description Resource Path Location TypeProject configuration is not up-to-date with pom.xml. Run Maven->Update Project or use Quick Fix. xunge- ...
分类:
其他好文 时间:
2020-03-05 10:33:48
阅读次数:
84
解决办法1: https://stackoverflow.com/questions/21277806/fatal-early-eof-fatal-index-pack-failed 解决办法2 https://www.jianshu.com/p/5f2348927504 ...
分类:
其他好文 时间:
2020-03-03 20:52:48
阅读次数:
61
Given a binary tree and a sum, determine if the tree has a root-to-leaf path such that adding up all the values along the path equals the given sum.No... ...
分类:
其他好文 时间:
2020-03-03 14:34:22
阅读次数:
94
心血来潮搞了一个简单的爬虫,主要是想知道某个人的b站账号,但是你知道,b站在搜索一个用户时,如果这个用户没有投过稿,是搜不到的,,,这时就只能想方法搞到对方的mid,,就是 后面的那一串数字。偶然看到这个人关注了某个主播,,想到可能这个人会回复主播的视频,于是想着爬到所有up下的视频的评论对应的用户 ...
分类:
其他好文 时间:
2020-03-03 09:14:38
阅读次数:
785
通过ping命令测试193.168.0.151到192.168.0.254主机是否在线。如果在线,就显示“ip is up”,其中ip换作真正的ip地址,且以绿色显示如果不在线,就显示“ip is down”,其中ip换作真正的ip地址,且以红色显示使用while语句 使用until语句 使用for ...
分类:
其他好文 时间:
2020-03-02 20:37:08
阅读次数:
107