import android.app.ListActivity; import android.os.Bundle; import android.widget.ArrayAdapter; public class Lesbian extends ListActivity { public void... ...
分类:
其他好文 时间:
2019-02-07 20:29:32
阅读次数:
195
导包 还得加一个mavn地址自己也看一下作者git把有详细解释(自己也要导入recycleview的包) 我的例子下载地址 https://www.lanzous.com/i32yzaj 其实简单用法很简单 导包后 activity 和fragment 都可以 implements OnRefres ...
分类:
其他好文 时间:
2019-02-06 17:06:10
阅读次数:
878
Exception in thread "main" java.util.MissingResourceException: Can't find bundle for base name MessageResource, locale zh_CN at java.util.ResourceBund ...
分类:
编程语言 时间:
2019-02-03 11:05:21
阅读次数:
263
set nocompatiblefiletype offset rtp+=~/.vim/bundle/Vundle.vimcall vundle#begin()Plugin 'VundleVim/Vundle.vim'call vundle#end()filetype plugin indent o ...
分类:
系统相关 时间:
2019-02-02 17:23:02
阅读次数:
254
1)PC与移动设备建立连接。 2)找到ADB的安装路径,双击启动uiautomator。 路径:D:\ProgramFiles\adt-bundle-windows-x86_64-20140702\adt-bundle-windows-x86_64-20140702\sdk\tools 3)点击截图 ...
分类:
其他好文 时间:
2019-02-01 23:02:53
阅读次数:
316
What is Docker? Docker to run and manage apps side-by-side in isolated containers to get better compute density. Using containers, everything required ...
分类:
其他好文 时间:
2019-01-29 23:09:19
阅读次数:
597
首屏优化点:1.加载包(bundle.js)文件的大小,越小,首屏渲染速度越快 (按需加载) 2.优先渲染用户直观看到的页面部分(懒加载) 技术点:react-loadable 、 react-lazyload 滚动前: 滚动后: 多了一个4.chunk.js,页面滚动到此组件位置,采取加载此组件, ...
分类:
其他好文 时间:
2019-01-27 16:35:04
阅读次数:
290
wget https://dev.mysql.com/get/Downloads/MySQL-5.7/mysql-5.7.24-1.el7.x86_64.rpm-bundle.tar 安装:mkdir mysqltar -xf mysql-5.7.22-1.el7.x86_64.rpm-bundle ...
分类:
数据库 时间:
2019-01-25 20:04:13
阅读次数:
264
1、 先按照http://blog.csdn.net/fengbingchun/article/details/10439281中操作搭建好基本的Android开发环境; 2、 打开Eclipse,-->Window-->AndroidVirtual Device Manager-->New-->A ...
分类:
移动开发 时间:
2019-01-25 16:01:38
阅读次数:
211
CentOS 6.5下安装MySql 5.6 解压文件:tar xvf MySQL-5.6.19-1.linux_glibc2.5.x86_64.rpm-bundle.tar 释放出以下文件: MySQL-embedded-5.6.19-1.linux_glibc2.5.x86_64.rpmMySQ ...
分类:
数据库 时间:
2019-01-24 13:29:58
阅读次数:
113