1 """ 2 异常 3 """ 4 """ 5 1.异常基类:Exception 6 2.常见的异常有:NameError 名称 SyntaxError 语法错误 IndexError 索引 7 KeyError 键 FileNotFoundError 文件未找到 AttributeError 对 ...
分类:
其他好文 时间:
2020-03-23 16:50:29
阅读次数:
97
问题:求给定数列中,最短子数列,使子数列之和>=给定值s Example: Input: s = 7, nums = [2,3,1,2,4,3] Output: 2 Explanation: the subarray [4,3] has the minimal length under the pr ...
分类:
其他好文 时间:
2020-03-21 15:07:57
阅读次数:
98
首先导入pom依赖 <dependencies> <dependency> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-starter-alibaba-nacos-discovery</artifactI ...
分类:
编程语言 时间:
2020-03-21 11:26:41
阅读次数:
105
一、简介 使用springboot可以与jdbc、mybatis、spring data等结合进行数据访问 对于数据访问层,无论是SQL好NoSQL,springBoot默认采用整合Spring Data的方式进行统一处理,添加大量自动配置,屏蔽了很多设置。 各种xxxTemplate,xxxRep ...
分类:
编程语言 时间:
2020-03-20 23:47:16
阅读次数:
108
点击左下角的启动器图标 点击设置 点击网络帐户 点击登录,由于现在没有登陆,所以会提示需要登录 点击登录,输入账号密码相关,由于目前没账号,点击注册进行注册 https://account.chinauos.com/register?lang=zh 会跳至上面的这个网址,然后填写相关的信息,即可完成 ...
分类:
其他好文 时间:
2020-03-20 12:40:46
阅读次数:
412
英文中其实没有固定搭配。 take off 起飞 不是固定搭配 take 带,拿 off 离开 飞机带人离开地面,起飞 take off 脱衣服 拿着衣服,让它离你你的身体 luckily, he took after his father. take after 继承 , (在外表、举止、性格方面 ...
分类:
其他好文 时间:
2020-03-19 22:01:39
阅读次数:
109
1、在已经搭建好集群基础上,配置监听机器配置,主机名 hadoop1,flume-conf.properties配置文件 # Licensed to the Apache Software Foundation (ASF) under one # or more contributor licens ...
分类:
Web程序 时间:
2020-03-18 23:45:55
阅读次数:
95
/* Copyright 2018 Esri Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License ...
分类:
其他好文 时间:
2020-03-18 15:25:15
阅读次数:
69
实验室的服务器是共用的,所以无法使用sudo apt-get 命令快速安装 只能自己下载git上的源代码然后编译,装在自己的私人目录下 1. 安装 re2c 安装ninja的前提是安装re2c,所以官网:https://github.com/skvadrik/re2c ①下载安装包 wget htt ...
分类:
系统相关 时间:
2020-03-17 17:59:58
阅读次数:
529