在很多的场景下我们需要用到二维码,这里就通过google的zxing来对二维码进行实现。 二维码生成: 1.导入依赖: <dependency> <groupId>com.google.zxing</groupId> <artifactId>core</artifactId> <version>2. ...
分类:
其他好文 时间:
2020-07-13 20:00:37
阅读次数:
72
题目链接:https://atcoder.jp/contests/panasonic2020/tasks/panasonic2020_d 题意:给定n 输出所有长度为n的 要求字符串, 要求的字符串是满足 所有 s[i]=s[j]时t[i]=t[j] 或者 s[i]!=s[j]时 t[i]!=t[j ...
分类:
其他好文 时间:
2020-07-12 22:14:56
阅读次数:
70
用pixel 2 XL刷官方镜像,结果不断提示getvar:all FAILED (remote: 'unknown command'),搜了半天没发现有什么解决方案,最后根据Google搜到的一些零星的结果硬把坑踩过去了。 重点主要就两点: 1.platform-tools版本不能高于26 2.A ...
分类:
移动开发 时间:
2020-07-12 19:15:48
阅读次数:
138
参考链接: https://www.cnblogs.com/buchuo/p/12559408.html https://www.cnblogs.com/tiaopidejun/p/12357245.html https://www.cnblogs.com/gzs-monkey/p/10727330 ...
分类:
其他好文 时间:
2020-07-12 14:44:57
阅读次数:
66
https://atcoder.jp/contests/abc157/tasks/abc157_f 大意:平面上有n个饼,每个饼有一个属性ci。一个饼的烤熟时间为到火源的欧几里得距离乘以ci。求在适当的位置放置一个火源后让至少k个饼烤熟的最短时间 正解:计算几何+二分答案 但是我正在学习模拟退火所以 ...
分类:
其他好文 时间:
2020-07-11 19:41:49
阅读次数:
58
Understanding One-Shot NAS 2018-ICML-Understanding and Simplifying One-Shot Architecture Search Google Brain Gabriel Bender、Quoc Le Citation:183 Intro ...
分类:
其他好文 时间:
2020-07-11 19:23:14
阅读次数:
51
传感器融合带来多重好处 Sensor fusion brings multiple benefits ADAS(特别是与汽车传感器的发展趋势相吻合的汽车自动驾驶系统)。这个概念本身并不新鲜;在Google Scholar上搜索,可以找到可以追溯到20世纪60年代及更早的概念。但是今天,关于系统应该融 ...
分类:
其他好文 时间:
2020-07-11 14:23:48
阅读次数:
81
目标 html html5css css3javascript es6jquery bootstrapsemantic-uivue 工具 editplus sublime text vscode 编辑器 免费 开源 javascript 支持各种系统 微软 插件多 eclipsewebstorm 用 ...
分类:
Web程序 时间:
2020-07-10 20:55:36
阅读次数:
75
用Android studio导入一个项目时,可以会报Add Google Maven repository and sync project有可能的解决方法如下:在项目的build.gradle中修改如下: buildscript { repositories { maven{ url 'http ...
分类:
其他好文 时间:
2020-07-10 19:08:47
阅读次数:
159
作者:Citrus 写于:2019.10.15 参考 Google C++ 编码规范 **1.头文件** 通常每一个 .cpp 文件都有一个对应的 .h 文件。也有一些常见例外,如单元测试代码和只包含 main() 函数的 .cpp 文件。 正确使用头文件可令代码在可读性、文件大小和性能上大为改观。 ...
分类:
编程语言 时间:
2020-07-10 17:17:05
阅读次数:
56