码迷,mamicode.com
首页 >  
搜索关键字:components    ( 1669个结果
linux学习之activemq
1.下载activemq http://activemq.apache.org/components/classic/download/ 用wget命令下载的包无法解压,貌似因为在页面上操作下载时需要同意协议,而wget命令默认不同意协议,所以无法解压 2.运行activemq 到bin目录下,运行 ...
分类:系统相关   时间:2020-02-28 20:52:46    阅读次数:64
vue配置config ‘./.../.../***/**.vue’路径别名
cli-4的脚手架配置 因为组件的引用,经常会遇到import * from '../../../components/common/***.vue‘这样的引入格式,太复杂了,所以可以在vue里面配置路径别名 首先在最外层,和package.json同级目录里面新建一个vue.config.js作为 ...
分类:其他好文   时间:2020-02-27 22:11:46    阅读次数:74
React报错:Error: Element type is invalid: expected a string (for built-in components) or a class/function (for composite components) but got: undefined.
React报错: 报错原因List.Item的Item写成了item,小写的i ...
分类:其他好文   时间:2020-02-27 01:15:53    阅读次数:140
2.2.3.Architecture components_View Binding
参考 https://developer.android.com/topic/libraries/view-binding 简介 简单来说就是来代替findViewById的。 配置 在AndroidStudio3.6及以上版本可用, 在模块的build.gradle中加入: android { . ...
分类:其他好文   时间:2020-02-26 21:08:26    阅读次数:112
Vue-cli中的组件
组件文件位置 Vue-cli的组件都写在项目文件夹下的`src`文件夹下的`components`下,每个组件单独一个`.vue`文件。 基本组件文件结构 每个组件文件都包含:模版(template)、组件参数、组件样式(style) // 模版 <template> </template> // ...
分类:其他好文   时间:2020-02-26 20:32:27    阅读次数:85
2.1.3.Architecture components_LiveData
参考 https://developer.android.com/topic/libraries/architecture/livedata https://www.jianshu.com/p/55f94c1c5e0e LiveData LiveData是可观察的数据持有者类。 与常规的可观察对象不 ...
分类:其他好文   时间:2020-02-26 19:12:18    阅读次数:54
2.1.1.Architecture components_Lifecycles
参考 https://developer.android.com/topic/libraries/architecture/lifecycle https://developer.android.com/jetpack/androidx/releases/lifecycle 配置 需要在本目录的bu ...
分类:其他好文   时间:2020-02-26 18:40:33    阅读次数:56
2.1.2.Architecture components_ViewModel
参考 https://developer.android.com/topic/libraries/architecture/viewmodel 官方例子 https://github.com/android/architecture-components-samples/tree/master/Ba ...
分类:其他好文   时间:2020-02-26 18:31:23    阅读次数:72
2.0.Architecture components架构组件
参考 https://developer.android.com/topic/libraries/architecture/ Architecture架构组件 架构组件是Jeppack中的一组支持库,主要用于帮助开发者构建一个健壮的架构。 很早就接触这个,但一直用的云里雾里的,年前和最近一段时间把官 ...
分类:其他好文   时间:2020-02-26 18:27:33    阅读次数:60
How to create a OnCellDblClick for Delphi's TDBGrid
I'm a newbie when it comes to creating new events to components... and I noticed that TDBGrid has a OnCellClick, but sadly it doesnt have an OnCellDbl ...
分类:数据库   时间:2020-02-26 01:52:35    阅读次数:104
1669条   上一页 1 ... 19 20 21 22 23 ... 167 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!