.sel不会生效,因为css先按权重排序,权重大的样式优先使用,权重一样的才按先后顺序 改成: .flex-item { background-color: red; width: 100px; } .sel { background-color: black; } 或者: .flex-contai ...
分类:
Web程序 时间:
2019-07-03 16:44:11
阅读次数:
134
CentOS自带了PHP5,安装PHP7.2的时候会遇到一些冲突. 参考:https://blog.csdn.net/xieliang5210/article/details/87157892 首先获取rpm: rpm -Uvh https://dl.fedoraproject.org/pub/ep ...
分类:
Web程序 时间:
2019-06-06 21:19:15
阅读次数:
143
内容目录 1.新建文档2.查询文档3.修改文档4.删除文档 1.新建文档 1). 语法1,手动指定document 的id: PUT /index_name/type_name/id{ "Json format data"} ...
分类:
其他好文 时间:
2019-05-26 13:16:40
阅读次数:
293
You are given two non-empty linked lists representing two non-negative integers. The digits are stored in reverse order and each of their nodes contai ...
分类:
其他好文 时间:
2019-05-23 00:02:42
阅读次数:
117
在项目中,有时会动态地按周期(如按月)封存统计数据,通常需要做这样的处理: 以按月封存为例,当月数据到达时,先需要检查该月是否有过记录,有则以更新的方式累加统计数字,无则添加一条记录。 假设我们创建以下月封存表 month_stat,字段?month_name 表示月份,字段?total_count ...
分类:
数据库 时间:
2019-05-14 09:18:13
阅读次数:
125
You are given two non-empty linked lists representing two non-negative integers. The digits are stored in reverse order and each of their nodes contai ...
分类:
其他好文 时间:
2019-04-14 13:55:29
阅读次数:
107
You are given two non-empty linked lists representing two non-negative integers. The digits are stored in reverse order and each of their nodes contai ...
分类:
其他好文 时间:
2019-04-09 16:39:39
阅读次数:
167
由于前一章演示用的镜像没什么用准备删除 Error response from daemon: conflict: unable to remove repository reference "hello-world:latest" (must force) - container 32a5e6dd ...
分类:
其他好文 时间:
2019-04-08 15:34:35
阅读次数:
608
1.Team >Synchronize Workspace 2.在同步窗口找到冲突文件,把自己本地修改的复制出来 3.在文件上右键选择 Overwrite >Yes , 4.再次在冲突文件上右键选中 mark as merged 5.再把复制出来的自己修改的内容与当前内容合并 6.再切回Packag ...
分类:
系统相关 时间:
2019-03-28 13:45:38
阅读次数:
1131
问题描述: image id相同,标签tag不同,使用image id删除时出现错误,无法删除 Error response from daemon: conflict: unable to delete 76605b8a2ed4 (must be forced) - image is refere ...
分类:
其他好文 时间:
2019-03-26 13:20:39
阅读次数:
403