这里写了一个小的试验,记录一下。 实现点绿色按钮加一,点红色按钮减一的功能。 activity_main.xml中作了修改 <?xml version="1.0" encoding="utf-8"?> <layout xmlns:android="http://schemas.android.com ...
分类:
其他好文 时间:
2020-03-02 22:32:36
阅读次数:
60
部署nfs provisioner "external storage nfs" 1. 创建工作目录 1. 下载nfs provisioner对应的镜像,上传到自己的私有镜像中 1. 编辑启动nfs provisioner的deploy.yml文件 volumes.persistentVolumeC ...
分类:
Web程序 时间:
2020-03-01 21:41:46
阅读次数:
185
参考 https://developer.android.com/topic/libraries/view-binding 简介 简单来说就是来代替findViewById的。 配置 在AndroidStudio3.6及以上版本可用, 在模块的build.gradle中加入: android { . ...
分类:
其他好文 时间:
2020-02-26 21:08:26
阅读次数:
112
When you give an element an id attr, it will automaticlly create a object with the same name of id: <form id="theform" action="/" method="post"> <labe ...
分类:
Web程序 时间:
2020-02-25 09:23:13
阅读次数:
65
数据规整:聚合、合并和重塑 《利用pandas进行数据分析-e2》 数据可能分散在许多文件或数据库中,存储的形式也不利于分析。 本章关注可以聚合、合并、重塑数据的方法。 首先,我会介绍pandas的层次化索引,它广泛用于以上操作。 然后,我深入介绍了 一些特殊的数据操作。 最后,实战应用:在第14章 ...
分类:
其他好文 时间:
2020-02-18 12:46:21
阅读次数:
80
原因是mybatis的mapper.xml文件没有在输出资源中 ...
分类:
Web程序 时间:
2020-02-17 18:01:41
阅读次数:
91
The $any() type cast function Sometimes a binding expression triggers a type error during AOT compilation and it is not possible or difficult to fully ...
分类:
其他好文 时间:
2020-02-17 17:56:29
阅读次数:
86
Html: <input type="range" value="0" [style.--thumb-rotate]="720 * $any(input.value)/100 + 'deg'" #input (input)="0"> CSS: input[type="range"]::-webkit ...
分类:
Web程序 时间:
2020-02-17 17:37:48
阅读次数:
91
SLF4J: Class path contains multiple SLF4J bindings. SLF4J: Found binding in [jar:file:/G:/repo/repo-mvn-qingmu/ch/qos/logback/logback-classic/1.2.3/lo ...
分类:
其他好文 时间:
2020-02-15 18:53:08
阅读次数:
112
kubectl api-resources NAME SHORTNAMES APIGROUP NAMESPACED KIND bindings true Binding componentstatuses cs false ComponentStatus configmaps cm true Con ...
分类:
其他好文 时间:
2020-02-14 18:57:02
阅读次数:
202