码迷,mamicode.com
首页 >  
搜索关键字:components    ( 1669个结果
vue 实现的评分小星星组件,包括半星
github源码地址:https://github.com/13476075014/node-vue/blob/master/mynodeproject/13.sell/sell/src/components/star/star.vue 一:实现的思路: 通过评分的分数,来算出高亮的全星有几颗,有没 ...
分类:其他好文   时间:2018-08-10 19:42:34    阅读次数:264
django(18)、分页组件开发
[toc] 原生Paginator urls.py views.py index.html 页面展示 利用bootstrap改进Paginator 参考:https://v3.bootcss.com/components/ pagination default index.html my_tag.p ...
分类:其他好文   时间:2018-08-10 19:41:05    阅读次数:181
Yii2.0随笔 路由
1、去掉index.php,按照pathinfo模式访问 例:http://***.com/控制器/方法 (1)把web服务器的网站目录指向所在模块的web目录 (2)在main.php的 'components' => [ 'urlManager' => [ 'enablePrettyUrl' = ...
分类:其他好文   时间:2018-08-10 10:52:06    阅读次数:135
flume将数据发送到kafka、hdfs、hive、http、netcat等模式的使用总结
1、source为http模式,sink为logger模式,将数据在控制台打印出来。 conf配置文件如下: # Name the components on this agent a1.sources = r1 a1.sinks = k1 a1.channels = c1 # Describe/c ...
分类:Web程序   时间:2018-08-08 14:57:25    阅读次数:240
2018版OCP考试052最新题库及答案-35题
35、Your database is using Automatic Memory Management. Which two SGA components must be managed manually? A) default buffer cache B) redo log buffer C ...
分类:其他好文   时间:2018-08-08 13:48:12    阅读次数:246
在 Mac OS 上编译 FFmpeg
本文转自:在 Mac OS 上编译 FFmpeg | www.samirchen.com 安装 Xcode 和 Command Line Tools 从 App Store 上安装 Xcode,并确保在 Xcode 的 Preferences -> Downloads -> Components 下 ...
分类:系统相关   时间:2018-08-06 00:45:56    阅读次数:211
[Vue @Component] Extend Vue Components in TypeScript
This lesson shows how you can extend and reuse logic in Vue components using TypeScript inheritance. It will take you through extending a component, i ...
分类:其他好文   时间:2018-08-03 01:04:34    阅读次数:471
消息队列:JMS之基本概念介绍
摘要:The Java Message Service (JMS) API is a messaging standard that allows application components based on the Java Platform Enterprise Edition (Java E ...
分类:其他好文   时间:2018-08-02 01:54:27    阅读次数:168
1.7 博客系统| 系统首页的导航区域| 主体布局| admin |首页文章列表的渲染
设置系统首页(文章列表渲染) index.html bootstrap里边的导航组件:https://v3.bootcss.com/components/ 主体其他部分 admin:(不是必须的) Django内部的一个组件:后台数据管理组件(web页面) python manage.py crea ...
分类:其他好文   时间:2018-08-02 00:10:38    阅读次数:194
react-native ListView 封装 实现 下拉刷新/上拉加载更多
1.PageListView 组件封装 src/components/PageListView/index.js 2.页面调用 3.效果图 ...
分类:其他好文   时间:2018-08-01 22:28:30    阅读次数:275
1669条   上一页 1 ... 52 53 54 55 56 ... 167 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!