1. 全局组件 2. 局部组件 3. 常规属性传值 4. v-bind传值 5. 父子组件调用(父组件,子组件) 6. 组件注册 官方文档:https://cn.vuejs.org/v2/guide/components-registration.html ...
分类:
其他好文 时间:
2018-09-10 11:59:34
阅读次数:
188
一.Solr安装环境 1.官方参考文档 Solr教程参考指南:http://lucene.apache.org/solr/guide/7_4/solr-tutorial.html 2.Solr运行环境 系统要求:Java 8+ 这里我们把solr服务部署到Tomacat服务器中,Tomcat安装过程 ...
分类:
其他好文 时间:
2018-09-09 21:07:38
阅读次数:
709
https://www.elastic.co/guide/en/elasticsearch/reference/current/index.html官方文档https://discuss.elastic.co国外论坛https://elasticsearch.cn国内论坛https://www.elastic.co/blog/elasticsearch-6-3-0-released国外博客http
分类:
其他好文 时间:
2018-09-07 20:47:51
阅读次数:
180
1.为了使用存储库,添加一个用于将RabByMQ版本发布到APT密钥的密钥: 2.添加相应版本的源 3.更新源列表 4.安装支持库 5.安装rabbitmq-server,并启动服务 6.启动插件 访问地址:http://127.0.0.1:15672 7.Rabbitmq-server默认端口 8 ...
分类:
系统相关 时间:
2018-09-07 18:05:20
阅读次数:
227
一个组件的 v-for https://cn.vuejs.org/v2/guide/class-and-style.html 用在组件上css. ...
分类:
其他好文 时间:
2018-09-06 19:52:13
阅读次数:
160
Build Source Code: Follow the steps in https://thingsboard.io/docs/user-guide/install/building-from-source/ If there is a failure, follow the steps: I ...
分类:
其他好文 时间:
2018-09-06 18:05:04
阅读次数:
213
父组件传递数据给子组件 父组件数据可以通过props属性传递给子组件 父组件: 父组件通过给子组件的 msg 属性绑定动态的数据,将数据传递给子组件 子组件(请忽略插槽 ): 子组件可以通过 接收数据 也可以指定类型 还可以指定默认值 如果指定的类型是对象或数组默认值必须从一个工厂函数获取 验证及其 ...
分类:
其他好文 时间:
2018-09-06 16:24:34
阅读次数:
187
https://simpleisbetterthancomplex.com/series/2017/09/11/a-complete-beginners-guide-to-django-part-2.html https://github.com/sibtc/django-beginners-gui... ...
分类:
其他好文 时间:
2018-09-06 14:29:23
阅读次数:
156
https://simpleisbetterthancomplex.com/series/2017/09/04/a-complete-beginners-guide-to-django-part-1.html https://github.com/sibtc/django-beginners-gui... ...
分类:
其他好文 时间:
2018-09-06 14:28:12
阅读次数:
187
这几天想要在练习的Django项目中使用celery来完成一个定时的功能,但是因为前辈们的教程大都年代久远我在配置celery的过程中遇到了很多麻烦。因此我在配置完成后写下这篇文章,来记录如何配置,也希望可以帮助到其他人。 参考资料:First steps with Django 环境 Ubuntu ...
分类:
其他好文 时间:
2018-09-05 17:46:02
阅读次数:
146