pip install django i http://pypi.douban.com/simple trusted host pypi.douban.com 豆瓣 :http://pypi.douban.com/simple/ 阿里 :http://mirrors.aliyun.com/pypi/ ...
分类:
编程语言 时间:
2020-04-05 22:03:55
阅读次数:
100
分词器的介绍和使用 什么是分词器? 将用户输入的一段文本,按照一定逻辑,分析成多个词语的一种工具 常用的内置分词器 standard analyzer、simple analyzer、whitespace analyzer、stop analyzer、language analyzer、patter ...
分类:
其他好文 时间:
2020-04-05 22:00:03
阅读次数:
72
均为 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
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