环境 0.[校验]先查看系统是否已经安装了dotnet 如果返回"command not found",继续看下去, 如果已经安装了dotnet,请关闭本页面. 1.[先决条件]查看yum版本号 关yum啥事情? 1.看了篇博客,说要更新下yum版本,所以我查看了下yum的版本, 紧接着不管现在的版 ...
分类:
Web程序 时间:
2019-11-30 13:38:53
阅读次数:
658
原题链接在这里:https://leetcode.com/problems/increasing-subsequences/ 题目: Given an integer array, your task is to find all the different possible increasing ...
分类:
其他好文 时间:
2019-11-28 10:37:13
阅读次数:
63
import requestsheader={"User-Agent": "Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/77.0.3865.90 Safari/537.3 ...
分类:
编程语言 时间:
2019-11-26 22:37:25
阅读次数:
110
1.What is John Deere Service ADVISOR(SA)? 1.1 John Deere Service Advisor 4.2 System requirements 1.2 John Deere Service Advisor 5.2 System requirement ...
分类:
其他好文 时间:
2019-11-26 19:16:31
阅读次数:
58
1. Go语言没有类和继承的概念,所以它和 Java 或 C++ 看起来并不相同。但是它通过接口(interface)的概念来实现多态性。Go语言有一个清晰易懂的轻量级类型系统,在类型之间也没有层级之说。因此可以说Go语言是一门混合型的语言。 2. 万事万物皆interface 3. Go语言的所有 ...
分类:
编程语言 时间:
2019-11-24 09:26:27
阅读次数:
67
判断题 1.某二叉树的前序和中序遍历序列正好一样,则该二叉树中的任何结点一定都无左孩子。 T F 2.已知一棵二叉树的先序遍历结果是ABC, 则CAB不可能是中序遍历结果。 T F 3.在一棵二叉搜索树上查找63,序列39、101、25、80、70、59、63是一种可能的查找时的结点值比较序列。 T ...
分类:
编程语言 时间:
2019-11-14 00:05:22
阅读次数:
515
1. python介绍 1.1 python是什么样的语言 编程语?主要从以下?个?度为进?分类,编译型和解释型、静态语?和动态语?、强类型定义语?和弱类型定义语?,我们先看编译型语?和解释型语?.稍后再说强类型和弱类型 编译和解释的区别是什么? 编译器是把源程序的每?条语句都编译成机器语?,并保存 ...
分类:
编程语言 时间:
2019-11-06 01:20:24
阅读次数:
129
链接: https://codeforces.com/gym/102394/problem/F 题意: Harbin, whose name was originally a Manchu word meaning "a place for drying fishing nets", grew fr ...
分类:
其他好文 时间:
2019-11-05 13:36:58
阅读次数:
154
题目描述: Given a string s1, we may represent it as a //分割 binary tree by partitioning it to two non-empty substrings recursively. Below is one possible r ...
分类:
其他好文 时间:
2019-11-04 11:23:35
阅读次数:
77
题目描述 A full moon casts some sort of spell on the cows and, like their cousins the wolves and coyotes, they bay at the moon -- mooing instead of howlin ...
分类:
其他好文 时间:
2019-11-02 13:41:44
阅读次数:
89