老方法,先上效果图: 1.加入下拉刷新 上拉加载的依赖 2.控件的布局文件代码,以下的LinearLayout是内容部分,直接替换即可。 3.下拉和上拉的事件我封装在私有类中,直接在onCreate调用该类 ...
分类:
其他好文 时间:
2019-09-25 17:31:40
阅读次数:
107
const nav = function (skipType, bannerJson, channelType = 'CHANNEL_ACTIVITY_LABEL_SHOW' ) { bannerJson = JSON.parse(bannerJson); let { actSn, actType ...
分类:
其他好文 时间:
2019-09-23 15:32:42
阅读次数:
176
1. 构造函数 要求传入 $totalRows(总记录数) 和 $listRow(每页显示的记录数) 2. 创建对象后 一般会根据需求更改其属性 3 通过setConfig()来设置 一些具体的显示如 4 使用limit 进行分页 查询 参数为Page类中的参数 完整代码 如下 ...
分类:
Web程序 时间:
2019-09-23 12:06:11
阅读次数:
189
VSCode 插件 Atom one Dark Theme Atom Dark主题 Auto Close Tag 自动关闭标签 Auto Rename Tag 自动重命名标签 Beautify 格式化代码 Bracket Pair Colorizer 2 代码块折线提示 Chinese (simpl ...
分类:
其他好文 时间:
2019-09-20 10:27:28
阅读次数:
191
2. app\config.php 里添加 'cmf_mobile_theme_path' => 'public/themes/', //(public视情况而定加) 'cmf_mobile_default_theme' => 'mobile', //(mobile为手机版文件名) 自己项目 ...
分类:
移动开发 时间:
2019-09-19 10:34:48
阅读次数:
133
Mapper: import java.io.IOException; import org.apache.hadoop.io.LongWritable; import org.apache.hadoop.io.NullWritable; import org.apache.hadoop.io.Te ...
分类:
其他好文 时间:
2019-09-14 22:57:25
阅读次数:
158
1、安装Git和nodejshttps://hexo.io/zh-cn/docs/?2安装Hexohttps://hexo.io/zh-cn/?3、更换伊卡洛斯主题https://github.com/ppoffice/hexo-theme-icarus?配置新主题:https://blog.zhangruipeng.me/hexo-theme-icarus/uncategorized/getti
分类:
其他好文 时间:
2019-09-14 00:25:44
阅读次数:
93
1、安装 Git 和 nodejs "https://hexo.io/zh cn/docs/" ? 2 安装Hexo "https://hexo.io/zh cn/" ? 3、更换伊卡洛斯主题 "https://github.com/ppoffice/hexo theme icarus" ? 配置新 ...
分类:
其他好文 时间:
2019-09-14 00:16:49
阅读次数:
106
1.先上图看效果 部署文档地址:https://github.com/wangyang0210/Cnblogs-Theme-BNDong 原作者github地址:https://github.com/BNDong/Cnblogs-Theme-SimpleMemory.git 需要修改的代码 主要修改 ...
分类:
其他好文 时间:
2019-09-11 17:45:50
阅读次数:
145
1. vue中各个组件之间传值 1.父子组件 父组件-->子组件,通过子组件的自定义属性:props 子组件-->父组件,通过自定义事件:this.$emit('事件名',参数1,参数2,...); 2.非父子组件或父子组件 通过数据总数Bus,this.$root.$emit('事件名',参数1, ...
分类:
其他好文 时间:
2019-09-07 00:38:40
阅读次数:
103