码迷,mamicode.com
首页 >  
搜索关键字:components    ( 1669个结果
【Android】Architecture Components最佳实践--Lifecycles
UI controllers (activities and fragments) 中代码越少越好,不应该自己去请求数据,而是用ViewModel来更新数据,并且监听LiveData来更新UI UI controllers 中的UI写成数据驱动的,也就是UI controller需要做的只有当数据变 ...
分类:移动开发   时间:2017-07-18 13:26:05    阅读次数:198
基于requirejs和angular搭建spa应用
接上篇,angular 实战部分,angular比较适合spa项目,这里不借助任何seed和构建工具,直接从零搭建,基本的angular项目结构大致包含如下几个部分: 1)app.js 入口 2)index.html html框架页 3)lib(vendor)第三方类库 4)components 业 ...
分类:Web程序   时间:2017-07-18 01:38:53    阅读次数:261
[Asp.Net Core] - 使用 ViewComponents 实现分页控件
分页控件(定义分页参数) ~/ViewComponents/PaginationViewComponent.cs ~/Views/Shared/Components/Pagination/Default.cshtml 列表页面(更新分页参数) ~/Controllers/ArticleControl ...
分类:Web程序   时间:2017-07-16 12:23:51    阅读次数:350
流畅python学习笔记:第十章:序列的修改,散列和切片
前面在介绍了类的很多内置方法,比如__add__,__eq__,这里继续介绍类的两个内置方法,这2个内置方法可以将一个类实例变成一个序列的形式。代码如下 class vector(object): def __init__(self,components): self._components=com ...
分类:编程语言   时间:2017-07-16 11:23:23    阅读次数:148
Install the IIS 6.0 Management Compatibility Components in Windows 7 or in Windows Vista from Control Panel
https://technet.microsoft.com/en-us/library/bb397374(v=exchg.80).aspx Install the IIS 6.0 Management Compatibility Components in Windows 7 or in Windo ...
分类:Windows程序   时间:2017-07-15 14:46:57    阅读次数:248
vue2.0学习笔记之webpack-simple模板中的路由简单配置案例
以下是完成后的目录结构 案例基础是已经用 webpack+vue-cli 创建了一个名为 vue_router的工程 , 并安装了vue-router 1. 定义组件 1.1 先在 src 目录下创建组件文件夹 components , 添加两个文件Home.vue 和 News.vue, 代码如下 ...
分类:Web程序   时间:2017-07-11 17:53:53    阅读次数:1705
Watson Explorer Analytical Components 4 - Design content analytics solutions
1. Creating a single content analytics collection Even though multiple content analytics collections can be created, keep all required documents for a ...
分类:其他好文   时间:2017-07-11 14:41:18    阅读次数:244
Strongly connected components
拓扑排列可以指明除了循环以外的所有指向,当反过来还有路可以走的话,说明有刚刚没算的循环路线,所以反过来能形成的所有树都是循环 ...
分类:其他好文   时间:2017-07-10 23:41:50    阅读次数:147
Watson Explorer Analytical Components 2
Content Analytics architecture 1. Crawlers: extract content from the various enterprise data sources at intervals configured by the administrator. 2. ...
分类:其他好文   时间:2017-07-10 12:11:13    阅读次数:214
原生API实现拖拽上传文件实践
功能: 拖拽上传文件、图片,上传的进度条,能够同时上传多个文件。 完整的demo地址:https://github.com/qcer/FE-Components/tree/master/QDrag 涉及到的API: 1、HTML5的拖拽事件:dragenter,dragover,drop等 2、XM ...
分类:Windows程序   时间:2017-07-09 21:54:56    阅读次数:300
1669条   上一页 1 ... 80 81 82 83 84 ... 167 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!