只记录一下比较有趣的知识点。 一:新标签 1.选项列表datalist 2.效果 3.元素分类fieldset 4.效果 二:表单属性 1.placeholder 2.效果 3.autofocus 自动对焦 4.效果 5.multiple多选 6. ...
分类:
其他好文 时间:
2019-07-10 01:14:32
阅读次数:
111
异常信息记录: ? ? 解决方法: 在项目的build.gradle里面最上层填写这样一句话:::: configurations.all { resolutionStrategy.force 'com.android.support:support-annotations:23.1.0' } ...
分类:
移动开发 时间:
2019-07-09 00:24:35
阅读次数:
173
LNMP搭建 1、下载并安装LNMP一键安装包(官网lnmp.org): tar zxvf lnmp1.2 full.tar.gz cd lnmp1.2 full ./install.sh lnmp 安装LNMP执行:wget c http://soft.vpser.net/lnmp/lnmp1.2 ...
分类:
其他好文 时间:
2019-07-08 19:45:21
阅读次数:
114
spring cache API 1. Types of cache 1.1 In-memory caching 如 redis。 1.2 database caching 如 hibernate cache。 2. Spring boot cache annotations initialize ...
分类:
编程语言 时间:
2019-07-07 09:48:11
阅读次数:
103
部署OVN网络拓扑 OVN-安装软件包 /etc/yum.repos.d/CentOS-OpenStack-ocata.repo # yum list installed | grep openvswitch openvswitch.x86_64 1:2.9.0-3.el7 @centos-open ...
分类:
其他好文 时间:
2019-07-06 19:16:46
阅读次数:
201
// MutexExDlg.h : 头文件 // #pragma once // CMutexExDlg 对话框 class CMutexExDlg : public CDialogEx { // 构造 public: CMutexExDlg(CWnd* pParent = NULL); // 标准... ...
分类:
编程语言 时间:
2019-07-04 21:25:58
阅读次数:
134
? 一、注解(annotations)列表 @SpringBootApplication: 包含了@ComponentScan、@Configuration和@EnableAutoConfiguration注解。其中@ComponentScan让spring Boot扫描到Configuration ...
分类:
编程语言 时间:
2019-07-04 15:53:14
阅读次数:
141
Resolution - Using any of the available measurements (range, bearing, elevation, or Doppler) can I determine that there are multiple objects being det ...
分类:
其他好文 时间:
2019-07-04 14:31:46
阅读次数:
117
QMidArea 参考文章:https://blog.csdn.net/jia666666/article/details/81670569 一种同时显示多个窗口的方法,创建多个独立的窗口,这些独立的窗口被称为SDI(single document interface 单文档界面),每个窗口都有自己 ...
分类:
其他好文 时间:
2019-07-03 17:08:36
阅读次数:
274
Given a non-empty string check if it can be constructed by taking a substring of it and appending multiple copies of the substring together. You may a ...
分类:
其他好文 时间:
2019-07-01 13:48:23
阅读次数:
76