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
Efficiently
如何使CSS渲染更高效
原文:
Efficiently
Rendering CSS 我承认我并不经常想这个问题......我们写的css的效率是怎么样的呢,浏览器渲染的速度又如何呢?
·
2015-10-31 12:46
css
[翻译] snapshotViewAfterScreenUpdates
snapshotViewAfterScreenUpdates This method very
efficiently
captures the current rendered appearance
·
2015-10-31 11:08
update
[译] 如何使CSS渲染更高效
原文:
Efficiently
Rendering CSS 我承认我并不经常想这个问题...... 我们写的css的效率是怎么样的呢,浏览器渲染的速度又如何呢?
·
2015-10-31 11:06
css
select – Wait for I/O
Efficiently
http://www.doughellmann.com/PyMOTW/select/ Purpose: Wait for notification that an input or output channel is ready. Available In: 1.4 and later The select module provides access to
·
2015-10-31 11:58
select
How to Check if an Array Contains a Value in Java
Efficiently
?---reference
How to check if an array (unsorted) contains a certain value? This is a very useful and frequently used operation in Java. It is also a top voted question on Stack Overflow. As shown in top voted answ
·
2015-10-31 10:59
reference
链式哈希表(Hash Table)--算法导论示例
The primary operation it supports
efficiently
is a lookup, where it is given a key, an identi
·
2015-10-31 10:58
table
Bloom Filters by Example
/bloomfilter-tutorial/ A Bloom filter is a data structure designed to tell you, rapidly and memory-
efficiently
·
2015-10-31 10:51
Bloom filter
StringBuilder等字符连接的性能分析(Concatenating Strings
Efficiently
)
许多开发者认为改善性能的途经之一是使用StringBuilder去连接strings,其实这有一定的误解!但幸运的是它有时候确实能改善性能!如下: 1 .我们应该避免以下问题 using System; public class Test { static void Main() {
·
2015-10-31 10:17
StringBuilder
如何使CSS渲染更高效
转:http://www.blueidea.com/tech/web/2010/7631.asp 原文:
Efficiently
Rendering CSS 我承认我并不经常想这个问题
·
2015-10-31 09:10
css
Net设计模式实例之享元模式( Flyweight Pattern)
Use sharing to support large numbers of fine-g rain ed objects
efficiently
. 享元模式可以避免大量非常相似类的开销。
·
2015-10-31 09:42
flyweight
[翻译]更有效的使用垃圾收集– 第一部分
翻译自Maoni's WebLog 文章Using GC
Efficiently
– Part 1,Maoni是微软CLR Performance组的成员 本文的目标是解释一些东西的代价好让你可以更好使用托管内存
·
2015-10-30 13:48
垃圾收集
电子书下载:Introducing Silverlight 4
DescriptionIntroducing Silverlight 4 brings you up to speed with the latest version of Silverlight quickly and
efficiently
·
2015-10-28 08:41
silverlight
如何使CSS渲染更高效
原文:
Efficiently
Rendering CSS 我承认我并不经常想这个问题......我们写的css的效率是怎么样的呢,浏览器渲染的速度又如何呢?
·
2015-10-27 14:18
css
Efficiently
Paging Through Large Amounts of Data
本文转自:http://msdn.microsoft.com/en-us/library/bb445504.aspx Scott Mitchell April 2007 Summary: This is the Visual C# tutorial. (Switch to the Visual Basic tutorial.) The default-pagin
·
2015-10-27 12:03
paging
高效渲染CSS
译自:http://css-tricks.com/
efficiently
-rendering-css/ 无可否认我并不经常考虑这个问题… 我们书写的CSS的效率如何,浏览器渲染它的速度如何?
·
2015-10-23 09:57
css
MSIL详解
Microsoft intermediate language (MSIL), which is a CPU-independent set of instructions that can be
efficiently
·
2015-10-21 10:40
详解
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
Using Memory
Efficiently
(Pro Android Apps Performance Optimization)
UsingMaoemoryEfficiently 高效使用内存4.1AWordOnMemory4.2DataTypes4.2.1ComparingValues值的比较4.2.2OtherAlgorithms4.2.3SortingArrays4.2.4DefiningYourOwnClasses4.3AccessingMemory访问内存4.4 LayingOutYourData排布数据4.5 G
愚人cc
·
2015-09-17 15:58
android
memory
optimization
Efficiently
Using Memory
Efficiently
(Pro Android Apps Performance Optimization)
UsingMaoemoryEfficiently 高效使用内存4.1AWordOnMemory4.2DataTypes4.2.1ComparingValues值的比较4.2.2OtherAlgorithms4.2.3SortingArrays4.2.4DefiningYourOwnClasses4.3AccessingMemory访问内存4.4 LayingOutYourData排布数据4.5 G
愚人cc
·
2015-09-17 15:58
android
memory
optimization
Efficiently
android 有效加载大Bitmap - 开发文档翻译
Loading Large Bitmaps
Efficiently
有效加载大型Bitmap Images come in all shapes and sizes.
iaiai
·
2015-07-26 06:00
android
how to use assert()
efficiently
Context:Iwriteserversoftwareforaliving,thekindthatstaysupforweeksbeforethenextversionisloaded.Somyanswersmaybebiaisedtowardhighlydefensivecode.Theprinciple.Beforewedelveintothespecificsofwheretouse as
BlueLoveyyt
·
2015-06-19 12:42
C学习
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
有效使用Google的20条建议
原文链接:http://www.lifehack.org/articles/technology/20-tips-use-google-search-
efficiently
.html。
zhaizu
·
2015-04-22 13:00
Loading Large Bitmaps
Efficiently
在有些情况下,图片本身的大小超过了应用的需求,这时可以降低图片分辨率以降低内存消耗;BitmapFactory提供了很多种方法用于创建bitmap(decodeByteArray(), decodeFile(),decodeResource(),etc),这些方法都可以通过设置 BitmapFactory.Options 来设定解析选项;一,获取原图片的大小BitmapFactory.Option
xinzhou201
·
2015-04-08 19:00
Loading Large Bitmaps
Efficiently
From:http://developer.android.com/training/displaying-bitmaps/load-bitmap.htmlImagescomeinallshapesandsizes.Inmanycasestheyarelargerthanrequiredforatypicalapplicationuserinterface(UI).Forexample,thesy
fyfcauc
·
2015-02-10 13:00
android
How to Check if an Array Contains a Value in Java
Efficiently
?
Howtocheckifanarray(unsorted)containsacertainvalue?ThisisaveryusefulandfrequentlyusedoperationinJava.ItisalsoatopvotedquestiononStackOverflow.Asshownintopvotedanswers,thiscanbedoneinseveraldifferentwa
doctor_who2004
·
2015-01-03 11:00
[置顶] 谷歌官方文档之如何高效展示Bitmap (Google Displaying Bitmaps
Efficiently
)
DisplayingBitmapsEfficiently(高效的展示位图)0.前言由于本人英语水平有限,非英语专业出身,只是以一名程序员的心态和有限的知识略微的翻译了谷歌开发者文档这一章节。如果翻译的和各位大神所理解的有出入,还请轻喷。毕竟这是本人的处女座嘛。☺(PS:翻译的过程当中,中间可能会忽略一些不太重要的部分,毕竟这篇文章是为了帮助Android开发者在应用中更好的使用Bitmap)1.内
ykttt1
·
2014-09-16 16:00
android
bitmap
oom
缓存
LruCache
【Thrift一】Thrift编译安装
services development, combines a software stack with a code generation engine to build services that work
efficiently
bit1129
·
2014-08-20 22:00
thrift
【Thrift一】Thrift编译安装
services development, combines a software stack with a code generation engine to build services that work
efficiently
bit1129
·
2014-08-20 22:00
thrift
【Thrift一】Thrift编译安装
services development, combines a software stack with a code generation engine to build services that work
efficiently
bit1129
·
2014-08-20 22:00
thrift
CSS 性能
http://boagworld.com/dev/why-you-should-care-about-css-page-performance/ http://css-tricks.com/
efficiently
-rendering-css
·
2014-07-15 18:00
css
Android 图片加载图片_OOM异常解决
http://stormzhang.github.io/android/2013/11/20/android-display-bitmaps-
efficiently
/Android加载资源图片时,很容易出现
mstian06
·
2014-07-02 16:00
【NIO】Chapter 3. Channels
A Channelis a conduit(管道) that transports data
efficiently
between byte buffers and the entity on the
just2learn
·
2014-06-23 01:00
channel
高效的使用 top
高效的使用top英文原文:UsingTopMoreEfficiently转自:http://www.oschina.net/translate/using-top-more-
efficiently
对桌面用户来说
qinglu000
·
2014-06-04 16:00
高效使用位图
From:http://www.cnblogs.com/halzhang/archive/2013/05/18/displaying-bitmaps-
efficiently
.html如何有效的使用位图,
MaximusKiang
·
2014-04-20 13:00
UI
android
bitmap
Item 32: Use EnumSet instead of bit fields
The java.util package provides the EnumSet class to
efficiently
represent sets of values drawn
leonzhx
·
2014-04-04 19:00
enumset
Loading Large Bitmaps
Efficiently
有效的加载大图片
在我们开发的过程中有各种各样的图片比如不同的形状的,不同的大小的。在大多的情况下,这些图片不是我们andriod应用程序中所能直接应用的。比如:系统的Gallery在显示图片的时候,这些图片有的是照相机拍的照片,而这些照片大多都是高分辨率的,而且比手机的分辨率要高的多。但是我们的手机一般都是内存比较低的,而且在运行应用程序的时候,分配给每个app的内存大小都是有限的,大概16M,而分配给图片的内存
馋_猫
·
2014-03-29 17:14
Android
android
加载图片优化
android
成长之路
Loading Large Bitmaps
Efficiently
有效的加载大图片
在我们开发的过程中有各种各样的图片比如不同的形状的,不同的大小的。在大多的情况下,这些图片不是我们andriod应用程序中所能直接应用的。比如:系统的Gallery在显示图片的时候,这些图片有的是照相机拍的照片,而这些照片大多都是高分辨率的,而且比手机的分辨率要高的多。但是我们的手机一般都是内存比较低的,而且在运行应用程序的时候,分配给每个app的内存大小都是有限的,大概16M,而分
X_i_a_o_H_a_i
·
2014-03-29 17:00
android
内存溢出
如何加载高清大图
Loading Large Bitmaps
Efficiently
-高效的加载大位图
图片有各种形状和大小,在很多情况下,对于一个典型的应用程序用户界面来说它们都偏大了。例如系统相册展示的安卓设备相机拍摄的照片一般来说都比设备屏幕的像素密度高很多。 由于你工作在有限的内存,最理想的情况是在内存中加载低分辨率的图片。低分辨率的图片只要匹配展示图片的UI组件的大小就行了。高分辨率的图片并不会给视觉带来更多益处,但是却占用了宝贵的内存,而且在滑动缩放的时候易引发性能问题。 本次
hil2000
·
2014-02-07 19:00
android
基础数据结构和算法四:Shell sort
allowing exchanges of array entries that are far apart, to produce partially sorted arrays that can be
efficiently
sunwinner
·
2013-11-20 19:00
Algorithm
android 高效显示Bitmap - 开发文档翻译
由于本人英文能力实在有限,不足之初敬请谅解 本博客只要没有注明“转”,那么均为原创,转贴请注明本博客链接链接 Displaying Bitmaps
Efficiently
高效显示
su1216
·
2013-09-13 17:00
优化
android
效率
cache
bitmap
android 高效显示Bitmap - 开发文档翻译
由于本人英文能力实在有限,不足之初敬请谅解 本博客只要没有注明“转”,那么均为原创,转贴请注明本博客链接链接 Displaying Bitmaps
Efficiently
高效显示
su1216
·
2013-09-13 17:00
android
优化
效率
cache
bitmap
android 高效显示Bitmap - 开发文档翻译
由于本人英文能力实在有限,不足之初敬请谅解 本博客只要没有注明“转”,那么均为原创,转贴请注明本博客链接链接 Displaying Bitmaps
Efficiently
高效显示
su1216
·
2013-09-13 17:00
优化
android
效率
cache
bitmap
android 有效加载大Bitmap - 开发文档翻译
由于本人英文能力实在有限,不足之初敬请谅解 本博客只要没有注明“转”,那么均为原创,转贴请注明本博客链接链接 Loading Large Bitmaps
Efficiently
有效加载大型
su1216
·
2013-08-07 18:00
android
优化
oom
bitmap
效率
android 有效加载大Bitmap - 开发文档翻译
由于本人英文能力实在有限,不足之初敬请谅解 本博客只要没有注明“转”,那么均为原创,转贴请注明本博客链接链接 Loading Large Bitmaps
Efficiently
有效加载大型
su1216
·
2013-08-07 18:00
android
优化
oom
bitmap
效率
android 有效加载大Bitmap - 开发文档翻译
由于本人英文能力实在有限,不足之初敬请谅解 本博客只要没有注明“转”,那么均为原创,转贴请注明本博客链接链接 Loading Large Bitmaps
Efficiently
有效加载大型
su1216
·
2013-08-07 18:00
优化
android
bitmap
oom
效率
处理来自UI线程的位图
原文自:http://android.eoe.cn/topic/ui BitmapFactory的decode()方法,在Load Large Bitmaps
Efficiently
hell0Android
·
2013-07-04 15:00
android ui
Android 开发
android线程
Loading Large Bitmaps
Efficiently
[有效率的加载大尺寸的位图]
LoadingLargeBitmapsEfficiently[有效率的加载大尺寸的位图]图片有不同的形状与大小。在大多数情况下它们的实际大小都比需要呈现出来的要大很多。例如,系统的Gallery程序会显示那些你使用设备camera拍摄的图片,但是那些图片的分辨率通常都比你的设备屏幕分辨率要高很多。考虑到程序是在有限的内存下工作,理想情况是你只需要在内存中加载一个低分辨率的版本即可。这个低分辨率的版
gg137608987
·
2013-07-02 14:00
上一页
1
2
3
4
5
下一页
按字母分类:
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
其他