关于CSS HACK 可以参见这个网站http://browserhacks.com/。 网上很多资料中常常把!important也作为一个hack手段,其实这是一个误区。!important常常被我们用来更改样式,而不是兼容hack。造成这个误区的原因是IE6在某些情况下不主动识别!importa ...
分类:
Web程序 时间:
2019-12-13 19:35:50
阅读次数:
86
Annotations have been a very important part of Java, and it’s been there from the time of J2SE 5.0. All of us have seen annotations like @Override and ...
分类:
其他好文 时间:
2019-12-12 12:47:19
阅读次数:
123
Init属性服务 系统属性服务 属性梳理 来源和读取时机 来源:内核参数 ro.kernel.* 代表有qemu内核参数才会设置(在虚拟机中) ro.boot.* 1.内核设备树相关的设备属性,从 /proc/cmdline 的androidboot.* 中来 2.内部变量export_kernel ...
分类:
移动开发 时间:
2019-12-11 09:35:06
阅读次数:
114
Clipboard 自动复制功能,嵌套app内跳转的页面,ios 自动复制失败(该ios机子,微信,浏览器打开复制没有问题) 暂时换方案 user-select: text ;长按复制 (ios 兼容低版本,长按复制) 最好的 方案是让 app 给出原生复制的 方法。直接调用 可 自动复制 <div ...
分类:
移动开发 时间:
2019-12-10 13:21:32
阅读次数:
121
1.什么是结构、样式、行为相分离?这样做的好处是什么? 众所周知,HTML结构是网页内容的载体,CSS样式是表现即外观控制,JavaScript行为则是常用来给html网页添加动态功能比如响应用户的各种操作等; HTML可以直接控制样式,但是这样做会使HTML的结构看上去十分的复杂,这样做很难区分彼 ...
分类:
其他好文 时间:
2019-12-08 23:13:48
阅读次数:
105
HTML 5 新增结构: header:页面或者某个区域的头部 nav:导航栏 article:文章或者其他独立存在的页面 footer:脚注 aside:与周围主题相关的信息 section:整体,一部分主题 target="_blank"(在新窗口打开链接页面) 绝对路径:协议(http)//域 ...
分类:
Web程序 时间:
2019-12-08 15:20:51
阅读次数:
101
!important不起作用, scoped 和/deep/使用 在需要改的地方的前边一定要加上 .el-table <style scoped> /deep/ .el-table th{ background-color: white ; } /* 表尾 */ /deep/ .el-table . ...
分类:
其他好文 时间:
2019-12-06 11:43:10
阅读次数:
742
一开始设置的是: .menuLeft .el-menu-item:hover{ background: #6db6ff !important; } .menuLeft .el-submenu__title:hover { background: #6db6ff !important; } 但它只是h ...
分类:
其他好文 时间:
2019-12-04 16:07:30
阅读次数:
1492
表头与内容没对齐 在样式里加入 .el-table th.gutter{ display: table-cell!important; } 终于舒服了 ...
分类:
其他好文 时间:
2019-12-04 11:49:41
阅读次数:
530
Scalable Cross-Platform Software Design: Data Structures, Algorithms and Design Coursework#225% of the module mark: Marking Scheme on MoodleIn this ta ...
分类:
其他好文 时间:
2019-12-03 19:44:47
阅读次数:
66