从ghost映像.gho文件快速创建vmware虚拟机 https://www.cnblogs.com/blog2018/p/8857146.html ghost文件.gho和vmware文件都是磁盘映像,但神奇的是,分属两家公司的文件格式,居然可以互相转换。 方法如下: 1. 将 ghost .g ...
分类:
系统相关 时间:
2019-11-16 12:52:34
阅读次数:
100
th:href带参数的写法,下面分别是带一个参数和两个参数的写法 带一个参数: <a th:href="@{/sign/details(signId=${t.signId})}" ></a> 带两个参数: <a th:href="@{/mobileSign/signDetails(id=${id}, ...
分类:
Web程序 时间:
2019-11-16 11:10:55
阅读次数:
156
如何把VMware Workstation使用的虚拟SCSI磁盘转换成虚拟IDE硬盘 如何把VMware Workstation使用的虚拟SCSI磁盘转换成虚拟IDE硬盘 摘自:http://blog.sina.com.cn/s/blog_7525b71f0101d0u8.html 某些特殊的软件限 ...
分类:
系统相关 时间:
2019-11-14 21:32:37
阅读次数:
303
引入公共片段引入公共片段的th属性,包括三种方式 th:insert将公共片段,整个插入到声明引入的元素中 th:replace将声明引入的元素,替换为公共片段 th:include将被引入的片段的内容,包含进这个标签中 抽取公共片段 <footer th:fragment="copy"> 2011 ...
分类:
其他好文 时间:
2019-11-13 11:23:47
阅读次数:
89
1、父组件调用子组件的方法给子组件的标签 定义一个属性,例如 ref="zizu" 父组件通过,this.refs.biaoji.dream('哈哈') //调用子组件的dream方法 2、子组件调用父组件的方法2.1、首先父组件需要通过给子组件自定义属性,把方法传递给子组件。2.2、子组件通过th ...
分类:
其他好文 时间:
2019-11-12 10:56:17
阅读次数:
95
对HTML标签的总结 1. 学习的行内标签和 块级元素分别有哪些? 行内标签:span, strong, a, img, input, textarea 块级元素:div, h1-h6, p, hr, pre, ul, ol, dd, dt, th. tr, td 2. 两者的区别与特性; 1).块 ...
分类:
Web程序 时间:
2019-11-11 00:06:18
阅读次数:
122
表格的基本语法: <table> <tr> <th>第一个单元格的内容</th> <th>第二个单元格的内容</th> </tr> <tr> <td>第一个单元格的内容</td> <td>第二个单元格的内容</td> </tr></table>创建表格一般分为下面四个步骤 1.创建表格标签table ...
分类:
Web程序 时间:
2019-11-10 19:09:16
阅读次数:
651
Ujan decided to make a new wooden roof for the house. He has nn rectangular planks numbered from 11 to nn. The ii-th plank has size ai×1ai×1 (that is, ...
分类:
其他好文 时间:
2019-11-10 11:46:16
阅读次数:
66
Petrozavodsk Summer 2016. Warsaw U Contest, XVI Open Cup Onsite. Problem A. Gambling Problem B. Colourings Problem C. Counter manifestation Problem D. ...
分类:
其他好文 时间:
2019-11-09 23:58:10
阅读次数:
173
<table lay-filter="demo" class="layui-table" id="excTable"> <thead> <tr > <th lay-data="{field:'emp_ICNumber', width:150, sort:true}">工号</th> <th lay- ...
分类:
编程语言 时间:
2019-11-09 23:56:51
阅读次数:
325