E-COM-NET
首页
在线工具
Layui镜像站
SUI文档
联系我们
推荐频道
Java
PHP
C++
C
C#
Python
Ruby
go语言
Scala
Servlet
Vue
MySQL
NoSQL
Redis
CSS
Oracle
SQL Server
DB2
HBase
Http
HTML5
Spring
Ajax
Jquery
JavaScript
Json
XML
NodeJs
mybatis
Hibernate
算法
设计模式
shell
数据结构
大数据
JS
消息中间件
正则表达式
Tomcat
SQL
Nginx
Shiro
Maven
Linux
Bitmaps
使用Redis
bitmaps
进行快速、简单、实时统计
原文:Fast, easy, realtime metrics using Redis
bitmaps
(http://blog.getspool.com/2011/11/29/fast-easy-realtime-metrics-using-redis-
bitmaps
·
2015-11-02 10:40
bitmap
Transparent 之 AlphaBlend
函数: The AlphaBlend function displays
bitmaps
that have transparent or semitransparent pixels
·
2015-11-01 15:14
Blend
Android学习二:Resources
Resources在Android体系中非常重要,常用的Resources有strings,colors,
bitmaps
和layouts等,你可以修改这些文件的值而不用去重新编译程序。
·
2015-10-31 10:28
Android学习
CBitmapButton类的使用
CBitmapButton objects contain up to four
bitmaps
, which contain images for the different states a button
·
2015-10-31 09:48
bitmap
UIImage与位图(RGBA8
Bitmaps
)的相互转化
来自 http://paulsolt.com/2010/09/ios-converting-uiimage-to-rgba8-
bitmaps
-and-back/ 下载:https://github.com
·
2015-10-30 15:06
uiimage
Android高效加载大图、多图解决方案,有效避免程序OOM
http://developer.android.com/training/displaying-
bitmaps
/index.html高效加载大图片我们在编写Android程序的时候经常要用到许多图片,
zjngogo
·
2015-10-30 11:00
CEOI2001-Bitmap-黑书1.3.7 **
Components of a Bitmap PROBLEM Black and white pictures are usually stored as
bitmaps
·
2015-10-28 09:38
bitmap
WPF整理-使用逻辑资源
application resources consist of binary chunks of data, typically representing things such as icons,
bitmaps
·
2015-10-27 11:38
WPF
大图片加载问题理解解决面试官问
今天来翻译一篇谷歌官方提供的解决方案,原文可以参见:http://developer.android.com/training/displaying-
bitmaps
/load-bitmap.html 。
·
2015-10-21 11:52
图片加载
linux 0.11 内核学习 -- bitmap.c
1991 Linus Torvalds */ /* bitmap.c contains the code that handles the inode and block
bitmaps
·
2015-10-21 11:11
bitmap
Displaying
Bitmaps
Efficiently (一)-----Loading Large
Bitmaps
Efficiently(二)
在多媒体应用中,位图无处不在,但是如果加载到内存中的图片尺寸大于屏幕上要显示的图片尺寸时,这些高分辨率的图片便会引发许多性能问题。为了减轻应用的内存压力,必须要调整加载到内存中的位图大小。需要想办法让图片以实际要显示的尺寸大小载入内存,而不是以完整的高分辨率进行加载。如果用户想要查看完整分辨率的图片,可以根据需要显示图片并加载到内存中。 这里要用到Android中的缩放位图(ScalingBitm
cxc19890214
·
2015-10-18 11:00
bitmap
Displaying
Bitmaps
Efficiently (二)-----Processing
Bitmaps
Off the UI Thread
The BitmapFactory.decode* methods,discussedinthe LoadLargeBitmapsEfficiently lesson,shouldnotbeexecutedonthemainUIthreadifthesourcedataisreadfromdiskoranetworklocation(orreallyanysourceotherthanmemory
cxc19890214
·
2015-10-17 09:00
bitmap
Displaying
Bitmaps
Efficiently (一)-----Loading Large
Bitmaps
Efficiently
Thislessonwalksyouthroughdecodinglargebitmapswithoutexceedingtheperapplicationmemorylimitbyloadingasmallersubsampledversioninmemory.1>ReadBitmapDimensionsandTypeTheBitmapFactoryclassprovidesseveraldec
cxc19890214
·
2015-10-17 08:00
bitmap
Android 屏幕适配(Supporting Different Screen Sizes)
确保layout可以正确的resized,以适应不同的屏幕*根据不同的屏幕configuration,提供合适的layout*确保特定的layout应用到特定的screen*为不同的屏幕提供不同大小的
bitmaps
1
huanfengyun
·
2015-09-21 23:00
android
bitmap
layout
适配
9-patch
Android Ion 框架 文件下载
特性异步下载:下载图片(用ImageViews或者
Bitmaps
显示);下载JSON文件(通过Gson解析);下载字符串;下载文件;FluentAPI;当呼叫活动(callingActivity)结束时
leov1
·
2015-09-15 18:00
Android高效加载大图、多图解决方案,有效避免程序OOM
http://developer.android.com/training/displaying-
bitmaps
/index.html高效加载大图片我们在编写Android
qq_23547831
·
2015-08-17 15:00
Android开发
大Bitmap的加载
原荐高效使用
Bitmaps
(一)大Bitmap的加载发表于2年前(2013-12-1000:47) 阅读(5226) | 评论(7) 92人收藏此文章, 我要收藏赞118月22日珠海OSC源创会正在报名
qq_26222859
·
2015-08-08 16:00
Android代码内存优化建议-Android官方篇
转自:http://androidperformance.com/http://developer.android.com/intl/zh-cn/training/displaying-
bitmaps
/
知道分子
·
2015-08-06 19:14
android
【LruCache完全解析】Android高效加载大图、多图解决方案,有效避免程序OOM (AdapterView使用LruCache图片缓存)
英文地址:http://developer.android.com/training/displaying-
bitmaps
/index.html原译地址:http://blog.csdn.net/guolin_blog
boyupeng
·
2015-07-28 14:00
android 有效加载大Bitmap - 开发文档翻译
Loading Large
Bitmaps
Efficiently 有效加载大型Bitmap Images come in all shapes and sizes.
iaiai
·
2015-07-26 06:00
android
如何高效的展示Bitmap
本文内容源自http://developer.android.com/intl/zh-cn/training/displaying-
bitmaps
/index.html,官方的training课程,还带有一个
还不走A
·
2015-07-24 08:31
bitmap
android
图片
android图片
如何高效的展示Bitmap
本文内容源自http://developer.android.com/intl/zh-cn/training/displaying-
bitmaps
/index.html,官方的training课程,还带有一个
DanteStones
·
2015-07-24 08:00
android
bitmap
图片
Android高效加载大图、多图解决方案,有效避免程序OOM
http://developer.android.com/training/displaying-
bitmaps
/index.html高效加载大图片我们在编写Android程序的时候经常要用到许多图片,
u013718120
·
2015-07-17 11:00
android
图片
内存
解决方案
Android中的缩略图加载-不浪费一点多余的内存
http://developer.android.com/training/displaying-
bitmaps
/load-bitmap.html给出了一个方法,可以加载一个图片的缩略图。Bit
u013718120
·
2015-07-13 22:00
android
bitmap
图片
内存
使用Android Studio编译Fresco
从github下载下来之后运行,遇到的问题就是下面这个Error:Executionfailedfortask':imagepipeline:ndk_build_
bitmaps
'.
a631855639
·
2015-07-13 17:00
android
Fresco
android-studio
Android高效加载大图,防止OOM,以及多图解决方案
http://developer.android.com/training/displaying-
bitmaps
/index.html高效加载大图片我们在编写Android程序的
u012583459
·
2015-07-02 22:00
android
oom
图
加载图片算法LRU
Android Managing Bitmap Memory And Loading Large
Bitmaps
Efficiently
除了图片缓存外,还有一些方法可以优化gc和图片的重用。具体的方法和不同的Android版本有关。你可以通过后面提供的demo来学习如何在不同版本的Android版本上高效地处理图片。 在Android2.2(API8)及更低的版本中,当gc触发的时候,app的主线程会被阻塞,这样会降低应用性能和用户体验。从Android2.3开始,gc变成了并发的操作,这样当bitmap不再被引用时,它就会很快
huanfengyun
·
2015-05-28 22:00
android
cache
bitmap
memory
android Caching
Bitmaps
在界面上加载显示单个图片是非常方便,也不会出现性能上的问题。但是如果要加载的图片非常多,如在ListView、GridView、ViewPager中加载图片,就会有性能和用户体验体验的问题了。这些控件加载的图片可能会很快滑出屏幕,然后又很快地滑回来了。为了让界面更加流畅,为了更好的用户体验,就有必要使用缓存了。如果没有缓存,那么当滑出屏幕的图片需要再次显示时,就得重新加载了,而图片的加载消耗的资
huanfengyun
·
2015-05-22 18:00
android
configuration
caching
Bitmaps
Windows下使用Redis(一)安装使用
它通常被称为数据结构服务器,因为值(value)可以是字符串(String),哈希(Map),列表(list),集合(sets),有序集合(sortedsets)和位图(
bitmaps
)等类型。
舍长
·
2015-05-13 17:00
Android Studio导入Fresco Build失败的解决办法
FrescoBuild失败的解决办法导入facebook的Fresco后,如果发现编译的过程中出现Error:Executionfailedfortask‘:imagepipeline:ndk_build_
bitmaps
gdky005
·
2015-05-07 14:00
编译
ndk-build
Fresco
android-N
Android-Su
Android中Cannot draw recycled
bitmaps
java.lang.IllegalArgumentException:Cannotdrawrecycledbitmapsatandroid.view.GLES20Canvas.drawBitmap(GLES20Canvas.java:778)atandroid.view.GLES20RecordingCanvas.drawBitmap(GLES20RecordingCanvas.java:117)
yaya_soft
·
2015-04-27 10:00
recycled
BitmapMap
Android高效加载大图、多图解决方案,有效避免程序OOM
http://developer.android.com/training/displaying-
bitmaps
/index.html 高效加载大图片 我们在编写Android程序的时候经常要用到许多图片
·
2015-04-18 17:00
android
Processing
Bitmaps
Off the UI Thread
一,使用AsyncTask 不要在主线程中直接读取图片或者下载图片,而是应当在工作线程中进行; classBitmapWorkerTaskextendsAsyncTask{ privatefinalWeakReferenceimageViewReference; privateintdata=0; publicBitmapWorkerTask(ImageViewimageView)
xinzhou201
·
2015-04-09 20:00
Loading Large
Bitmaps
Efficiently
在有些情况下,图片本身的大小超过了应用的需求,这时可以降低图片分辨率以降低内存消耗;BitmapFactory提供了很多种方法用于创建bitmap(decodeByteArray(), decodeFile(),decodeResource(),etc),这些方法都可以通过设置 BitmapFactory.Options 来设定解析选项;一,获取原图片的大小BitmapFactory.Option
xinzhou201
·
2015-04-08 19:00
【Redis】redis的安装、配置运行及Jedis客户端的开发使用
store.Itisoftenreferredtoasa datastructureserver sincekeyscancontain strings, hashes, lists, sets,sortedsets,
bitmaps
chiweitree
·
2015-04-01 15:00
redis
jedis
持久化
Android加载大图、多图
http://developer.android.com/training/displaying-
bitmaps
/index.html高效加载大图片我们在编写Android程序的时候经常要用到许多图片,
hurrican01
·
2015-03-22 14:00
(4.1.12)Android高效加载大图、多图解决方案,有效避免程序OOM
http://developer.android.com/training/displaying-
bitmaps
/index.html高效加载大图片我们在编写Android
fei20121106
·
2015-03-09 13:00
android
Android高效加载大图、多图解决方案,有效避免程序OOM
http://developer.android.com/training/displaying-
bitmaps
/index.html高效加载大图片我们在编写Android程序的时
fwt336
·
2015-02-14 13:00
oom
memory
LruCache
insamplesize
Managing Bitmap Memory
From:http://developer.android.com/training/displaying-
bitmaps
/manage-memory.htmlInadditiontothestepsdescribedinCachingBitmaps
fyfcauc
·
2015-02-10 13:00
android
Processing
Bitmaps
Off the UI Thread
From:http://developer.android.com/training/displaying-
bitmaps
/process-bitmap.htmlTheBitmapFactory.decode
fyfcauc
·
2015-02-10 13:00
android
Loading Large
Bitmaps
Efficiently
From:http://developer.android.com/training/displaying-
bitmaps
/load-bitmap.htmlImagescomeinallshapesandsizes.Inmanycasestheyarelargerthanrequiredforatypicalapplicationuserinterface
fyfcauc
·
2015-02-10 13:00
android
Caching
Bitmaps
From:http://developer.android.com/training/displaying-
bitmaps
/cache-bitmap.htmlCachingBitmapsPreviousNextThislessonteachesyoutoUseaMemoryCacheUseaDiskCacheHandleConfigurationChangesYoushouldalsoreadHa
fyfcauc
·
2015-02-10 13:00
android
Android 大图片加载 避免OOM
http://developer.android.com/training/displaying-
bitmaps
/index.html高效加载
fangchao3652
·
2015-01-21 11:00
压缩
oom
图片
内存溢出
Android常见错误处理(二)
一、java.lang.OutOfMemoryError对于JAVA来说,虚拟机上用于显示图片的堆只有64MB,在安卓里,每一个应用大约只有16MB的内存(参考training/displaying-
bitmaps
u012403246
·
2015-01-09 10:00
有效地加载大尺寸位图
有效地加载大尺寸位图(LoadingLargeBitmapsEfficiently)编写:kesenhoo -原文:http://developer.android.com/training/displaying-
bitmaps
西山冷雨
·
2015-01-09 00:00
android
内存溢出
位图加载
管理图片缓存
原文地址:http://developer.android.com/training/displaying-
bitmaps
/manage-memory.html在图片缓存那节,已经介绍了关于垃圾回收和图片重用的一些问题
cxlin007
·
2014-11-27 11:00
缓存图片
原文地址:http://developer.android.com/training/displaying-
bitmaps
/cache-bitmap.html缓存图片 加载一个图片到界面中是很简单的
cxlin007
·
2014-11-26 17:00
高效加载图片(三)
原文地址:http://developer.android.com/training/displaying-
bitmaps
/process-bitmap.html在非UI线程中处理图片 BitmapFactory.decode
cxlin007
·
2014-11-26 14:00
高效的加载大图片(二)
原文地址:http://developer.android.com/training/displaying-
bitmaps
/load-bitmap.html图片有各种形状和大小,大多数情况他们都比界面所需要的来的大
cxlin007
·
2014-11-19 10:00
高效的显示图片(一)
原文地址:http://developer.android.com/training/displaying-
bitmaps
/index.html这篇文章学习如何使用通用的方法和流程在加载图片对象,来保持组件可响应和避免超出应用的内存限制
cxlin007
·
2014-11-18 16:00
上一页
8
9
10
11
12
13
14
15
下一页
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他