均为 Simple 难度的水题。 "二叉树的中序遍历" 题目[94]:给定一个二叉树,返回它的 中序 遍历。 解题思路:Too simple. "相同的树" 题目[100]:给定两个二叉树,编写一个函数来检验它们是否相同。如果两个树在结构上相同,并且节点具有相同的值,则认为它们是相同的。 示例 解题 ...
分类:
其他好文 时间:
2020-04-05 20:41:48
阅读次数:
69
阿里云 https://mirrors.aliyun.com/pypi/simple/ 清华大学 https://pypi.tuna.tsinghua.edu.cn/simple/ 豆瓣(douban) https://pypi.douban.com/simple/ 中国科学技术大学 https:/ ...
分类:
编程语言 时间:
2020-04-05 18:36:20
阅读次数:
134
文章链接:URL: https://arxiv.org/pdf/1912.03432.pdf 核心概述 本文作者从距离度量角度出发,探讨了现行SoTA FSL方法的优缺点,并且提出了一种 simple CNAPS 方法, 特征提取部分采用的是ResNet18+FiLM层(自适应任务);最终分分类采用 ...
分类:
其他好文 时间:
2020-04-05 15:45:09
阅读次数:
322
pycharm中,terminal使用以下命令: pip install -i https://pypi.tuna.tsinghua.edu.cn/simple requests mysqlclient 排坑: 安装了一个3.8版本的Python,折腾了一天,怎么都装不上。换成Python3.7, ...
分类:
数据库 时间:
2020-04-05 13:39:41
阅读次数:
69
Mybatis Plus Introduce Simple:MyBatis Plus is an powerful enhanced tool for MyBatis. it provides many efficient operations for MyBatis. and you can se ...
分类:
其他好文 时间:
2020-04-05 13:18:30
阅读次数:
87
前言 ThreadLocal主要有如下2个作用 1. 保证线程安全 2. 在线程级别传递变量 保证线程安全 最近一个小伙伴把项目中封装的日期工具类用在多线程环境下居然出了问题,来看看怎么回事吧 日期转换的一个工具类 然后将这个工具类用在多线程环境下 结果报异常了,因为部分线程获取的时间不对 这个异常 ...
分类:
其他好文 时间:
2020-04-05 12:03:28
阅读次数:
86
1. django-simple-captcha 模块 安装 django-simple-captcha pip install django-simple-captcha pip install Pillow 注册 和注册 app 一样,captcha 也需要注册到 settings 中。同时它也 ...
分类:
其他好文 时间:
2020-04-05 00:40:53
阅读次数:
82
题目传送门 题目描述 NEKO#ΦωΦ has just got a new maze game on her PC! The game's main puzzle is a maze, in the forms of a 2×n2×n rectangle grid. NEKO's task is ...
分类:
其他好文 时间:
2020-04-04 22:34:42
阅读次数:
81
Pipenv is a tool that aims to bring the best of all packaging worlds (bundler, composer, npm, cargo, yarn, etc.) to the Python world. Windows is a fir ...
分类:
编程语言 时间:
2020-04-04 14:50:59
阅读次数:
91
删除主题 在主题目录 中直接删除即可。 首页和文章页使用不同主题 首页使用sidebar,文章页不使用sidebar,这样文章的内容可以占更宽的页面 1. 安装插件 Multiple Themes,来为不同页面设置不同的主题。 2. 将主题复制为一个新的主题,并将目录中的名称全都替换为新的名称,这样 ...
分类:
其他好文 时间:
2020-04-04 14:26:27
阅读次数:
59