码迷,mamicode.com
首页 >  
搜索关键字:item 1    ( 12480个结果
Android开发 RecyclerView实现拖动与滑动ItemTouchHelper
前言 RecyclerView依靠ItemTouchHelper,实现item的拖动与滑动功能。 使用ItemTouchHelper实现上下拖动的例子 首先我们需要继承重写 ItemTouchHelper.Callback public class QuickReplyItemTouchCallba ...
分类:移动开发   时间:2020-06-03 13:31:29    阅读次数:172
列表页面布局
html <view class="item"> <view class="line-date">帮扶日期:2019-12-27</view> <view class="line-person">被帮扶人:张三</view> <view class="line-title">帮扶主题:企业爱心送温暖 ...
分类:其他好文   时间:2020-06-03 12:13:12    阅读次数:61
vue框架——组件与axios通信
使用Vue.component()创建vue组件 <div id="app"> <test v-for="item in items" v-bind:chl="item"></test>//使用v-bind绑定vue.component中的props否则定义组件无法获取到这个循环值 <!--<li ...
分类:移动开发   时间:2020-06-03 09:13:22    阅读次数:74
Array Basics
Java Program to Find Largest Element of an array In this program, you'll learn to find the largest element in an array using a for loop in Java. Examp ...
分类:其他好文   时间:2020-06-03 00:32:38    阅读次数:55
4、Git:文件操作
命令 git rm filename git checkout filename git reset HEAD filename 文件4种状态 版本控制就是对文件的版本控制,要对文件进行修改、提交等操作,首先要知道文件当前在什么状态,不然可能会提交了现在还不想提交的文件,或者要提交的文件没提交上。 ...
分类:其他好文   时间:2020-06-02 22:59:59    阅读次数:62
python实现文件读取以及字段统计
1 import re 2 3 4 def find_item(hero): 5 # 读取文件 6 with open('sanguo_utf8.txt', encoding='utf-8') as f1: 7 # 去掉内容中的换行,将文本变为一行 8 data = f1.read().replac ...
分类:编程语言   时间:2020-06-02 19:06:49    阅读次数:60
python和web框架面试题目整理(2)
1、在一个列表中,统计每个元素的出现次数?如果有100万个元素,如何统计?答:(1)利用列表的count方法,通过集合或者字典都能实现。方法一:deflist_set(lst):myset=set(lst)foriteminmyset:print‘theitem%shasfound%dtime‘%(item,lst.count(item))lst=[5,4,1,3,2,2,6,5,
分类:编程语言   时间:2020-06-02 14:48:03    阅读次数:60
js 数组对象去重
var arr = [{ key: '01', value: '乐乐' }, { key: '02', value: '博博' }, { key: '03', value: '淘淘' },{ key: '04', value: '哈哈' },{ key: '01', value: '乐乐' }]; ...
分类:编程语言   时间:2020-06-02 13:14:35    阅读次数:53
wx-购物车添加
wxml文件 <!--pages/goods_detail/index.wxml--> <view class="detail_swiper"> <swiper autoplay="{{true}}" circular="{{true}}" indicator-dots> <swiper-item ...
分类:其他好文   时间:2020-06-02 11:37:58    阅读次数:85
regular
常规 italic 斜体 ...
分类:其他好文   时间:2020-06-02 11:26:35    阅读次数:94
12480条   上一页 1 ... 72 73 74 75 76 ... 1248 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!