Description Description Given a set of strings which just has lower case letters and a target string, output all the strings for each the edit distanc ...
分类:
其他好文 时间:
2019-12-21 22:45:17
阅读次数:
83
背景 这个错误的原因是:androidx和 android.support同时存在。 首先,网上有很多解答说这样处理: 如果你是一个新项目,那么也许可以解决你的问题。 但如果是一个没有使用androidx的项目,而且项目比较大的情况,这会使得你更加糟糕。 因为这个配置,会使你进入androidx 开 ...
分类:
移动开发 时间:
2019-12-19 16:15:56
阅读次数:
80
环境: springboot 1.5.13.RELEASE 问题: 页面post请求 报错:Required String parameter 'XXX' is not present 解决之路: 笔者在controller里打了debugger,当参数过大时进入不了,但post参数大小理论上是不受 ...
分类:
其他好文 时间:
2019-12-18 14:31:14
阅读次数:
191
1.配置文件上传的解析器 首先需要在spring mvc的配置文件中(注意是spring mvc的配置文件而不是spring的配置文件:applicationContext.xml)配置: springmvc-config.xml <!-- 文件上传bean--> <bean id="multipa ...
分类:
编程语言 时间:
2019-12-16 20:55:22
阅读次数:
222
原题链接在这里:https://leetcode.com/problems/unique-paths-iii/ 题目: On a 2-dimensional grid, there are 4 types of squares: 1 represents the starting square. T ...
分类:
其他好文 时间:
2019-12-16 09:15:54
阅读次数:
94
一、用户信息配置及查看 配置 git config --global user.name "your name(git用户名)" git config --global user.email "your email(git注册时的邮箱)" 如果用了 --global 选项,那么更改的配置文件就是位于 ...
分类:
其他好文 时间:
2019-12-15 23:28:14
阅读次数:
103
from selenium.webdriver.support import expected_conditions as EC from selenium.common.exceptions import UnexpectedAlertPresentException #存在弹窗处理方法一 : E ...
分类:
编程语言 时间:
2019-12-15 14:52:12
阅读次数:
487
我使用Java消费某网站一个Restful API时,遇到这个错误: 21:31:16.383 [main] DEBUG org.springframework.web.client.RestTemplate Created GET request for "https://127.0.0.1:50 ...
分类:
其他好文 时间:
2019-12-14 09:27:26
阅读次数:
527
482. License Key Formatting Easy You are given a license key represented as a string S which consists only alphanumeric character and dashes. The stri ...
分类:
其他好文 时间:
2019-12-13 12:23:56
阅读次数:
82
MIT提出高效的三维深度学习方法麻省理工学院HANLab的研究者提出利用Point-VoxelCNN来实现高效的三维深度学习,同时能够避免巨大的数据访问开销,并很好地提升了局部性。该论文已被NeurIPS2019接收为SpotlightPresentation。来源:https://arxiv.org/pdf/1907.03739.pdf《第一批上海市人工智能创新中心名单》发布:腾讯、寒武纪、商汤
分类:
其他好文 时间:
2019-12-11 21:02:21
阅读次数:
78