Selenium is a portable software-testing framework for web applications. Selenium is composed of several components with each taking on a specific role ...
分类:
其他好文 时间:
2018-06-27 20:10:03
阅读次数:
158
1.首先安装 2. 在webpack.base.conf.js中手动添加 3. 在src/components下新增一个文件夹 SvgIcon/index.vue,代码如下: 4. 在src下新增文件夹icons/svg存放svg图 icons/index.js代码如下: 5. 在main.js中引 ...
分类:
其他好文 时间:
2018-06-25 17:02:56
阅读次数:
291
为什么需要单文件组件 在之前的实例中,我们都是通过 Vue.component 或者 components 属性的方式来定义组件,这种方式在很多中小规模的项目中还好,但在复杂的项目中,下面这些缺点就非常明显了: 字符串模板:缺乏高亮,书写麻烦,特别是 HTML 多行的时候,虽然可以将模板写在 htm ...
分类:
Web程序 时间:
2018-06-25 11:12:29
阅读次数:
203
用户和系统触发的事件,可能造成一个activity状体的改变。这个文档描述了一些常见的情况,和如何去处理这些改变。 原网站:https://developer.android.google.cn/guide/components/activities/state-changes 这篇文章包括: 配 ...
分类:
其他好文 时间:
2018-06-24 19:26:14
阅读次数:
174
var vm = new Vue({ el: "#app", data: { name: "苹果", price: 10, num: 1 }, components:{ "goods":goods } }); var goods = { template: "<div><p>名字:{{name}}< ...
分类:
其他好文 时间:
2018-06-23 15:42:55
阅读次数:
311
Content Reboot:从新写了主要元素的排列。 本章讲了各种元素及其相关的类。 ?? 文档左上角有搜索栏。 Components Alert?Badge?Button?和Button group??概览Card?Carousel轮播图??概览,Collapse隐藏/显示 功能?Dropdow ...
分类:
其他好文 时间:
2018-06-21 22:26:41
阅读次数:
115
1、前端代码 2、后端JAVA代码 js链接地址:https://pan.baidu.com/s/1MtmtRxrIVQsBw9EpZsTAyQ 密码:aax3 这个地址也行:https://github.com/sytelus/CryptoJS/tree/master/components ...
分类:
其他好文 时间:
2018-06-20 18:35:11
阅读次数:
187
SaltStack Minon配置文件 The Salt system is amazingly simple and easy to configure. The two components of the Salt system each have a respective configurat ...
分类:
其他好文 时间:
2018-06-19 13:59:29
阅读次数:
230
state:所有组件的所有状态和数据 放入同一个内存空间去管理 我们把它称为state Vue Components:state里面的数据可以方便的映射到组件上 然后渲染组件 Actions:当组件的数据发生变化的时候 它可以通过Dispatch一个Actions 然后Actions可以做一些异步操 ...
分类:
其他好文 时间:
2018-06-13 11:31:28
阅读次数:
163
1.ionic3中有一个 ion-datatime 给大家选择时间提供了一个很方便的组件 效果如图 链接 https://ionicframework.com/docs/api/components/datetime/DateTime/ 2.经过查找发现有另一个更方便 也更能满足不同需求的组件 io ...
分类:
其他好文 时间:
2018-06-12 16:20:36
阅读次数:
1245