有了上面的基础,我们可以来解剖DFSOutputStream了。先看构造函数:
privateDFSOutputStream(String
src, longblockSize,
Progressable progress,
intbytesPerChecksum) throws IOException
DFSOutputStream(String...
分类:
其他好文 时间:
2015-06-11 16:56:55
阅读次数:
211
一般我们应该用"@+id/"来定义一个id,然后用@id来引用一个id,但是现在我发现apps/settings/res/layout/preferenc_progress.xml中有个"@+android:id/title",怎么理解它?怎么用?加上android:表示引用android.R.id...
分类:
移动开发 时间:
2015-06-10 19:25:32
阅读次数:
148
Oracle数据库,输入登录名和密码后,提示如下错误:ora-01033:oracle initialization or shutdown in progress; 第一种解决方法: 第一步,运行cmd? --? 注意【以管理员身份打开DOS窗口,要不然窗口打不开】 ...
分类:
数据库 时间:
2015-06-10 12:37:11
阅读次数:
407
xml文件代码部分<ProgressBar
android:id="@+id/firstprobar"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:max="200"
android:progress="100"
style="?android:attr/progressBarStyleHorizontal"
/>
<Button
android:id="@+id..
分类:
移动开发 时间:
2015-06-10 01:20:51
阅读次数:
127
相当简单,直接贴
先看主界面布局activity_custom_progress_main.xml
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical" android:layout_width="fill_parent"
an...
分类:
其他好文 时间:
2015-06-08 19:38:29
阅读次数:
145
http://www.cnblogs.com/Wayou/p/gmail_like_page_loading_progress_bar.html
http://developer.51cto.com/art/201404/436336.htm
这就是宇宙第一IDE Visual Studio的启动画面,学名叫Splash Screen(或者Splash Window)。同样,Jav...
分类:
Web程序 时间:
2015-06-05 10:13:50
阅读次数:
122
本文主要探讨Android平台提供的各种异步加载机制,包括它们的适用场景、使用方法等。1. AsynTaskAsynTask适用于最长可以持续几秒钟的短时间的操作,对于长时间的操作,建议使用java.util.concurrent包下的多线程框架。定义一个AsynTask时需要提供以下三个泛型参数的实际类型:
Params:被传递给后台线程执行的参数的类型
Progress:后台线程执...
分类:
移动开发 时间:
2015-06-03 17:37:38
阅读次数:
182
漂亮的提醒/加载对话框
sweet-alert-dialog
项目地址: https://github.com/pedant/sweet-alert-dialog
之前看到了这个效果非常不错但没有用过,今天给别人推荐使用,但是遇到了问题,导入后错误非常多,也没有库工程。于是自己认真看了一下,这是个AndroidStudio的工程,并且里面还依赖于materialish-progress工程...
分类:
移动开发 时间:
2015-06-02 21:58:31
阅读次数:
326
源码下载http://download.csdn.net/detail/kangaroo835127729/8755815
在上篇文章http://blog.csdn.net/crazy__chen/article/details/46278423中,我主要讲述了circular-progress-button状态切换的动画过程,接下来我们看一个最特殊的状态,就是加载状态,这个状态会显示一个圆环...
分类:
其他好文 时间:
2015-05-31 06:51:23
阅读次数:
116
dmytrodanylyk/circular-progress-button是github上一个开源的按钮控件,这个是链接https://github.com/dmytrodanylyk/circular-progress-button
下面是示例图,应该说作为按钮,设计非常的简洁大方,这篇文章就是来介绍一下这个circular-progress-button的源码,让大家明白这么漂亮的控件...
分类:
其他好文 时间:
2015-05-31 00:08:18
阅读次数:
370