registry.cn-shenzhen.aliyuncs.com/rancher_cn/tiller v2.6.1registry.cn-shenzhen.aliyuncs.com/rancher_cn/pause-amd64 3.0registry.cn-shenzhen.aliyuncs.co ...
分类:
其他好文 时间:
2020-07-15 15:43:29
阅读次数:
87
使用 Android App Bundle 上传应用 要在发布到 Google Play 时立即缩减应用大小,最简单的方法就是将应用发布为 Android APP Bundle,这是一种全新的上传格式,其中包含应用的所有经过编译的代码和资源,但 APK 生成及签名则延后到 Google Play 商 ...
分类:
其他好文 时间:
2020-07-15 15:03:58
阅读次数:
62
转自https://www.cnblogs.com/liuxiaomin/p/11785645.html 最近准备做项目,需要在kaggle上下载数据集,但注册时遇到了无法显示验证图片信息的问题,我也是通过百度最终找到解决方法,所以就准备记录下来啦;下面是解决步骤: step1:下载Google访问 ...
分类:
其他好文 时间:
2020-07-14 15:06:08
阅读次数:
67
1025得好好想想,打算再看一遍数组再写 C++ 1 #include<iostream> 2 #include<cmath> 3 4 using namespace std; 5 6 int main() { 7 int last = 0, now = 0; 8 float run = 0.0; ...
分类:
编程语言 时间:
2020-07-14 00:57:37
阅读次数:
81
在很多的场景下我们需要用到二维码,这里就通过google的zxing来对二维码进行实现。 二维码生成: 1.导入依赖: <dependency> <groupId>com.google.zxing</groupId> <artifactId>core</artifactId> <version>2. ...
分类:
其他好文 时间:
2020-07-13 20:00:37
阅读次数:
72
https://www.eweek.com/security/mark-russinovich-on-the-future-of-security Windows IT people everywhere owe thanks to Dr. Mark Russinovich, now a techn ...
分类:
其他好文 时间:
2020-07-13 16:52:05
阅读次数:
92
添加删除记录(原生) 示例: /*style.css*/ @CHARSET "UTF-8"; #total { width: 450px; margin-left: auto; margin-right: auto; } ul { list-style-type: none; } li { bord ...
分类:
Web程序 时间:
2020-07-13 15:39:11
阅读次数:
71
使用表单上传文件 通过表单上传文件 <form class="form-horizontal" role="form" enctype="multipart/form-data" method="POST" action="/contest/vacation-photo/{{year}}/{{mon ...
分类:
Web程序 时间:
2020-07-13 09:42:27
阅读次数:
89
用pixel 2 XL刷官方镜像,结果不断提示getvar:all FAILED (remote: 'unknown command'),搜了半天没发现有什么解决方案,最后根据Google搜到的一些零星的结果硬把坑踩过去了。 重点主要就两点: 1.platform-tools版本不能高于26 2.A ...
分类:
移动开发 时间:
2020-07-12 19:15:48
阅读次数:
138
shutdown是最常用也是最安全的关机和重启命令,它会在关机之前调用fsck检查磁盘,其中-h和-r是最常用的参数: -h:停止系统服务并关机 -r: 停止系统服务后重启 下面看几个例子: shutdown -h now --立即关机 shutdown -h 10:53 --到10:53关机,如果 ...
分类:
系统相关 时间:
2020-07-12 18:50:07
阅读次数:
79