之前已经写过通过应用主题和使用ListView, CardView,应用Material Design样式,同时都都可以通过support library向下兼容。今天要写的阴影和视图裁剪,无法向下兼容,请注意。 ?Material Design 为用户界面元素引...
分类:
移动开发 时间:
2014-10-26 00:32:21
阅读次数:
218
之前已经写过通过应用主题和使用ListView, CardView,应用Material Design样式,同时都都可以通过support library向下兼容。今天要写的阴影和视图裁剪,无法向下兼容,请注意。
?Material Design 为用户界面元素引入了深度这个元素。深度帮助用户理解各个元素之间的重要关联和帮助用户关注他们手上的任务。
视图的高度(elevation),通...
分类:
移动开发 时间:
2014-10-26 00:26:45
阅读次数:
274
Design and implement a data structure for Least Recently Used (LRU) cache. It should support the following operations:getandset.get(key)- Get the valu...
分类:
编程语言 时间:
2014-10-25 22:57:35
阅读次数:
480
1、配置文件配置数据库选项,application/configs/application.ini中添加
[mysql]
db.adapter = PDO_MYSQL
db.params.host = localhost #数据库服务器名称
db.params.username = root ...
分类:
其他好文 时间:
2014-10-25 20:09:57
阅读次数:
236
Nginx作为一个后起之秀,他的迷人之处已经让很多人都投入了他的怀抱。配置简单,实现原理简单。做一个负载平衡的再好不过了。简单介绍一下他的安装及配置过程:在linux下,怎么安装nginx呢,可以按照以下步骤进行安装:一、依赖的程序1.gzipmodulerequireszliblibrary2.rewrite..
分类:
系统相关 时间:
2014-10-25 18:55:20
阅读次数:
163
自己的macbookPro 只有128G的硬盘,存储空间经常不足,终于找到了个大文件,,/Users/usrname/Library/Containers/com.tencent.qq/Data/Library/Application Support/QQ/在这个目录下面竟然藏着一个8G大小的 in...
分类:
系统相关 时间:
2014-10-25 18:47:14
阅读次数:
221
---恢复内容开始---1.download qemu-master from xilinx github2. configure qemu-system-arm without kvm and with flat device tree support./configure --target-li...
分类:
系统相关 时间:
2014-10-25 18:43:31
阅读次数:
219
windows8.1下配置zend framework1.12配置步骤:
1. zend framework1.12库
2. 创建zend framework工程
2.1 手工创建(麻烦)
2.2 使用zf.bat 程序创建
(1)先将php.exe进行全局配置,方法是在环境变量path中添加你的php.exe路径
;E:/wam...
Microsoft.Office.Interop.Word.Application appClass = new Microsoft.Office.Interop.Word.Application(); appClass.Visible = true; Object missing = Syste....
分类:
其他好文 时间:
2014-10-25 17:03:13
阅读次数:
183
Theme.AppCompat.Light.DarkActionBar 不是问题...
分类:
移动开发 时间:
2014-10-25 14:32:36
阅读次数:
184