参考网址:http://www.cnblogs.com/devinzhang/archive/2012/02/13/2350070.html 1 /* 2 * Params 启动任务执行的输入参数,比如HTTP请求的URL。 3 * Progress 后台任务执行的百分比。 4 * ...
分类:
移动开发 时间:
2015-01-15 21:54:51
阅读次数:
152
在测试hive0.14.0ontez时遇到的问题比较多:1.在使用cdh5.2.0+hive0.14.0+tez-0.5.0测试时,首先遇到下面的问题java.lang.NoSuchMethodError:org.apache.tez.dag.api.client.Progress.getFailedTaskAttemptCount()I
atorg.apache.hadoop.hive.ql.exec.tez.TezJobMonitor.printS..
分类:
其他好文 时间:
2015-01-15 01:50:47
阅读次数:
441
circular progress button可以让button实现进度条,效果和动画都做的很赞,只是有点小bug。需要注意的是按钮上的文字不能太大,否则会出现错位。项目的地址:https://github.com/dmytrodanylyk/circular-progress-button下面我...
分类:
其他好文 时间:
2015-01-12 20:43:31
阅读次数:
120
光标属性:cursor:pointer|wait|help|progress; 光标变成手掌|转圈|问号|带箭头的问号边框属性:border-color:red;border-width:20px;border-style:none|solid|dotted|dashed|double|inset....
分类:
其他好文 时间:
2015-01-10 22:16:02
阅读次数:
236
带进度条显示的按钮, 其效果如下所示:其由三部分动画组成: 初始状态->圆环状态->完成状态.0. 实现从初始到圆环的简单实现:继承自button 类, 设置其背景public class CircleButton extends Button implements View.OnClickList...
分类:
其他好文 时间:
2015-01-09 12:15:28
阅读次数:
122
Progress reporting is a key activity of project management. The project manager issues regular reports of progress against budget, schedule and scope....
分类:
其他好文 时间:
2015-01-08 19:43:35
阅读次数:
217
/*Boost 对时间和日期的处理 提供了timer和data_time 库*/
//有关timer库提供了简易的度量时间和进度显示的功能可以用于性能测试等需要计时的任务
/*
timer 的三个组件 计时器类timer progress_timer和进度指示类progress_display
timer 可测量时间的流逝,提供毫秒级的计时精确度
#include
#inc...
分类:
其他好文 时间:
2015-01-06 12:00:30
阅读次数:
149
1. 初始化:var deferred=$.Deferred();2. Deferred对象的三种动作是resolve, reject, 和 notify,分别对应内部时间done, fail, 和 progress; 具体使用时,定义done()的操作,然后使用对应的resolve()来进行触发;...
分类:
Web程序 时间:
2015-01-06 09:51:15
阅读次数:
139
1.launch.js代码:
// launch: update files
var __failCount = 0;
var AssetsManager = cc.Scene.extend({
_am: null,
_progress: null,
_percent: 0,
_percentByFile: 0,
run: function () {
...
分类:
Web程序 时间:
2015-01-03 14:41:19
阅读次数:
294