vue-router introduces new hooks into the component. In this lesson we’ll show you how to use these new hooks in your class based Vue components in Typ ...
分类:
其他好文 时间:
2017-09-11 23:02:03
阅读次数:
388
从总体上看:akka-stream是由数据源头Source,流通节点Flow和数据流终点Sink三个框架性的流构件(stream components)组成的。这其中:Source和Sink是stream的两个独立端点,而Flow处于stream Source和Sink中间可能由多个通道式的节点组成 ...
分类:
其他好文 时间:
2017-09-09 13:08:18
阅读次数:
249
JMS基本概念 JMS基本概念 摘要:The Java Message Service (JMS) API is a messaging standard that allows application components based on the Java Platform Enterprise ...
分类:
其他好文 时间:
2017-09-06 13:09:10
阅读次数:
129
创建一个基于 webpack 模板的新项目 全局安装 vue-cli 创建一个基于 webpack 模板的新项目 安装依赖 为了使用sass,我们需要安装sass的依赖包 修改style标签 打开src目录下的components目录中的Hello.vue文件。然后修改 style标签如下 然后运行 ...
分类:
其他好文 时间:
2017-09-04 15:08:24
阅读次数:
185
首先我们找到引用的公共配置文件的main.php 然后设置session 'components'=>array( 'session'=>array( 'timeout'=>3600, ),) 如图: 那么,我们就可以正常使用了,语法为: 设置session变量: Yii::app()->sessi ...
分类:
其他好文 时间:
2017-09-04 10:53:12
阅读次数:
232
1.viwe中的 index.vue 是主模板 components中的文件是 复用的组件 可以进行下载 ...... https://files.cnblogs.com/files/nns4/src.zip 2 <slot></slot> 插槽 主要是在模板中进行扩展 例如面包屑导航 子模板中定义 ...
分类:
其他好文 时间:
2017-08-30 18:24:41
阅读次数:
127
- did you register the component correctly? For recursive components, make sure to provide the "name" option. 出现如上错误的原因大致有以下三点(我踩坑只踩到了这四种情况,如果还有 之后会更新 ...
分类:
其他好文 时间:
2017-08-27 10:04:24
阅读次数:
122
namespace QQFrm{ partial class Form1 { /// <summary> /// 必需的设计器变量。 /// </summary> private System.ComponentModel.IContainer components = null; /// <sum ...
在使用Thinkphp做开发的时候,很多时候会用到一些自己写的类,为了方便管理,可以把这些类,单独放到一个文件里。 这就是自定义工具类: 首先在 Application 目录下新建 Components 文件夹,里面防止一些常用的类: 示例:EmailTool.class.php 如何使用: ...
分类:
Web程序 时间:
2017-08-23 20:45:40
阅读次数:
277
原文:intro-to-vue-2-components-props-slots 译者:nzbin 这是关于 JavaScript 框架 Vue.js 五个教程的第二部分。在这一部分,我们将学习组件,Props 以及 Slots。这个系列教程并不是一个完整的用户手册,而是通过基础知识让你快速了解 V ...
分类:
Web程序 时间:
2017-08-23 13:29:57
阅读次数:
324