码迷,mamicode.com
首页 >  
搜索关键字:progress    ( 1003个结果
2015年4月 15款免费jQuery插件
15款jQuery的插件:jQMeter、Prism Effect Slider、Fixed Background Effect、Animated Dropdown Mega Menu、Audio Recording、jQuery Progress Tracker、Hover Effects Bui...
分类:Web程序   时间:2015-04-07 11:39:57    阅读次数:160
【翻译自mos文章】监控flashback database 的进度
监控flashback database 的进度...
分类:数据库   时间:2015-04-05 13:21:41    阅读次数:222
Codeforces 509F Progress Monitoring (区间dp 或 记忆化搜索)
Codeforces 509F Progress Monitoring (区间dp 或 记忆化搜索)...
分类:其他好文   时间:2015-04-03 21:05:50    阅读次数:179
get progress Using CopyFileExW in Qt
#include?<QApplication> #include?<QFileDialog> #include?<QLineEdit> #include?<QPushButton> #include?<QLabel> #include?<QGridLayout> #include?<QThread> #include?<QPointer> #include?<QState...
分类:其他好文   时间:2015-04-03 11:42:20    阅读次数:309
【Ambari】Agent总体概览
Agent是Ambari一个核心模块,主要负责在集群节点上执行命令(install/start/stop)和上报状态(liveness/progress/alert)。要理解实现细节甚至修改源代码,首先要有总体宏观的认识。笔者粗略浏览了一下Agent代码,认为可以从三大基本抽象入手,来描绘总体的概览。抽象Agent定义了三个基本抽象,也是三个抽象类:Resource表示Agent可操作的对象,每个R...
分类:其他好文   时间:2015-04-01 23:50:43    阅读次数:218
Android--横向progressbar设置与实现
转载请注明出处,谢谢~~许多人都问这个横向的progressbar不行啊,我只能说肯定是哪没设置对,下面我就贴贴我的设置,仅供参考。...
分类:移动开发   时间:2015-04-01 15:27:07    阅读次数:132
ProgressBar
RoundedprogresswithinRoundedprogressbar<ProgressBarandroid:id="@+id/progress"style="@android:style/Widget.ProgressBar.Horizontal"android:layout_width="match_parent"android:layout_height="match_parent"android:layout_alignParentLeft="true"android:layout_ce..
分类:其他好文   时间:2015-04-01 13:34:16    阅读次数:110
ORA-01033: ORACLE initialization or shutdown in progress问题
这是Oracle12c中笔者遇到的一个错误提示:ORA-01033: ORACLE initialization or shutdown in progress错误的中文意思是:Oracle初始化未成功或者已经在进程中关闭。经过分析:笔者是试图访问Oracle12c中的PDB数据库,但是PDB默认情...
分类:数据库   时间:2015-03-30 22:57:07    阅读次数:198
通过改变uiview的layer的frame来实现进度条
#import @interface ProgressView : UIView@property(nonatomic,assign)CGFloat progress;@property(nonatomic,strong)UIColor *layColor;@end#import "Progress...
分类:其他好文   时间:2015-03-30 22:56:27    阅读次数:128
Android Progress进度条代码,进度条刷新问题探讨
转载注明出处,Lee http://blog.csdn.net/hnulwt/article/details/44462177 今天看到讨论说关于进度条走的慢的问题。实际问题是这样的:后台执行的程序速度会很快,但是在界面上感觉得到进度条是走的比较慢的。为此,做了一个小实验,代码上实验在1秒的时间 通过俩种方式增加进度条至100%(每隔10ms增加1%和 每隔250ms增加25%),验证哪种方式给人...
分类:移动开发   时间:2015-03-19 20:26:52    阅读次数:391
1003条   上一页 1 ... 83 84 85 86 87 ... 101 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!