上一页 1 ··· 23 24 25 26 27 28 29 30 31 ··· 430 下一页

2016年7月7日

R语言基础命令与安装

摘要: 1. R的安装过程1.1.首先附上清华线路的下载链接Windows版3.3.11.2. 选择安装路径1.3. 注意根据自己的计算机位数选择,如我的是64位,便选择64位安装。1.4. 其他默认点击“下一步”即可。开启界面。2. 基础命令学习2.1 基本的矢量计算加减乘除不在话下,遵... 阅读全文

posted @ 2016-07-07 21:49 岚之山 阅读(336) 评论(0) 推荐(0) 编辑

<Android开源库 ~ 1> GitHub Android Libraries Top 100 简介

摘要: 转载自GitHub Android Libraries Top 100 简介本项目主要对目前 GitHub 上排名前 100 的 Android 开源库进行简单的介绍, 至于排名完全是根据 GitHub 搜索 Java 语言选择 (Best Match) 得到的结果, 然后过滤... 阅读全文

posted @ 2016-07-07 06:48 岚之山 阅读(306) 评论(0) 推荐(0) 编辑

2016年7月6日

<Android 基础(十六)> Toast

摘要: 介绍 A toast provides simple feedback about an operation in a small popup. It only fills the amount of space required for the message and ... 阅读全文

posted @ 2016-07-06 22:04 岚之山 阅读(180) 评论(0) 推荐(0) 编辑

<Android 基础(十五)> Alert Dialog

摘要: 介绍 The AlertDialog class allows you to build a variety of dialog designs and is often the only dialog class you’ll need. there are three reg... 阅读全文

posted @ 2016-07-06 14:07 岚之山 阅读(229) 评论(0) 推荐(0) 编辑

2016年7月5日

<Android 基础(十四)> selector

摘要: 介绍 A StateListDrawable is a drawable object defined in XML that uses a several different images to represent the same graphic, depending on ... 阅读全文

posted @ 2016-07-05 08:03 岚之山 阅读(155) 评论(0) 推荐(0) 编辑

2016年7月4日

<Android 基础(十三)> shape

摘要: 介绍 简单来说,shape就是用来在xml文件中定义形状,代码解析之后就可以当做Drawable一样使用官方说明关于shape定义的drawable文件位置:res/drawable/filename.xml编译资源类型:GradientDrawable文件引用: In Java... 阅读全文

posted @ 2016-07-04 23:04 岚之山 阅读(211) 评论(0) 推荐(0) 编辑

OSI七层模型含义

摘要: 应用层:由用户自己规定,只要形成的消息能与表示层接口。这包括各机互访协议,分布式数据库协议等。 表示层:是在满足用户需求的基础上,尽可能的节省传输费用而设置的。如文本压缩、常用词转换、加密、变更文件格式等。这就是说,只要能表示用户所需的信息,形式上可以改变,并尽可能形成标... 阅读全文

posted @ 2016-07-04 16:00 岚之山 阅读(379) 评论(0) 推荐(0) 编辑

2016年7月3日

<Android 基础(十二)> TextInputLayout,让输入框更有灵性

摘要: 介绍 Layout which wraps an {@link android.widget.EditText} (or descendant) to show a floating label when the hint is hidden due to the user... 阅读全文

posted @ 2016-07-03 19:47 岚之山 阅读(244) 评论(0) 推荐(0) 编辑

Android Studio 小技巧(2):AS中Button文字默认大写的问题

摘要: 问题类型设置Layout中添加一个Button预览界面和真机运行却显示:与直接设置的字符串的显示不一样,显示的文字都显示了大写。原因探索AS中针对Activity中设置 android:theme=”@style/AppTheme” 而 而AppTheme的父主题是Theme.Ap... 阅读全文

posted @ 2016-07-03 17:41 岚之山 阅读(1835) 评论(0) 推荐(0) 编辑

<Android 基础(十一)> Snackbar

摘要: 介绍 Snackbars provide lightweight feedback about an operation. They show a brief message at the bottom of the screen on mobile and lower le... 阅读全文

posted @ 2016-07-03 09:45 岚之山 阅读(341) 评论(0) 推荐(0) 编辑

上一页 1 ··· 23 24 25 26 27 28 29 30 31 ··· 430 下一页

导航