前段时间在使用ImageLoader异步加载服务端返回的图片时总是出现java.io.FileNotFoundException:
http://xxxx/l046/10046137034b1c0db0.jpgat
libcore.net.http.HttpURLConnectionImpl.get...
分类:
移动开发 时间:
2014-05-22 04:48:45
阅读次数:
493
1 综述Separating touching objects in an image is one
of the more difficult image processing operations. The watershed transform is
often applied to this...
分类:
其他好文 时间:
2014-05-22 04:27:23
阅读次数:
497
出现找不到xib指定的图片,需要指定图片的完整路径,不能只是图片名详见:http://vocaro.com/trevor/blog/2012/10/21/xcode-groups-vs-folder-references/An
image stored as a folder reference w...
分类:
移动开发 时间:
2014-05-22 03:44:48
阅读次数:
491
无意间在微博上发现这篇有意思的文章 想拿过来和博客园的朋友们分享下
工具就是我们熟悉的Google 浏览器、火狐浏览器注:以下仅适用于 Chrome/Firefox 等网络浏览器。1、Ctrl+Shift+T
打开最近关闭的标签页2、在图片上按住S时点击鼠标右键,启动Google Image搜索.....
分类:
其他好文 时间:
2014-05-22 00:03:20
阅读次数:
318
1.编程思想在于:
使用background-position属性(设置背景图像的起始位置)。这个属性设置背景原图像(由 background-image
定义)的位置,背景图像如果要重复,将从这一点开始。 2.CSS基础介绍: 1.如何定位背景图像:body{ background-image:u...
分类:
Web程序 时间:
2014-05-21 23:59:18
阅读次数:
573
Image image =
Image.FromFile(@"C:\Users\swkj\Documents\Visual Studio
2012\Projects\WebApplication9\WindowsFormsApplication1\ali.jpg");//这是你图片文件的 ...
分类:
其他好文 时间:
2014-05-21 22:27:59
阅读次数:
263
Shader "Tranparent/cutout/diffuse" { Properties
{ // _Color ("Main Color", Color) = (1,1,1,1) _MainTex ("Base (RGB) Trans (A)",
2D) = "white" {} _C...
分类:
其他好文 时间:
2014-05-21 21:42:16
阅读次数:
279
作者:刘昊昱
博客:http://blog.csdn.net/liuhaoyutz
Android版本:4.4.2
本文我们来分析AndroidUI线程即主线程是怎样实现对消息的处理的。
UI线程的实现类定义在frameworks/base/core/java/android/app/ActivityThread.java文件中。我们来看Android对ActivityThread...
分类:
移动开发 时间:
2014-05-21 10:06:31
阅读次数:
434
源码地址:点击打开链接
Android-Universal-Image-Loader的广泛使用,我们有必要好好研究下他,对于我们使用,和进步都有很多的帮助,
从架构图上看,该项目分为五大部分。
1、Displayer,显示图片模块。这部分主要作用显示图片的,包括好几种显示图片的方式,如切边显示图片等。
通过调用display(Bitmap bitmap, ImageAware ...
分类:
移动开发 时间:
2014-05-21 08:48:44
阅读次数:
361
为ipad制作web应用程序的启动画面时发现个问题,只能显示竖屏图,横屏图出不来
分类:
移动开发 时间:
2014-05-21 03:56:25
阅读次数:
298