static void jindutiao_ZF(Args _args){ RunBaseProgress progress; integer i,j;; i = 10000; progress = new...
分类:
其他好文 时间:
2014-10-29 16:37:43
阅读次数:
139
对于Windows Phone 7应用发布给用户来说,微软使用的是Zune卖场,Windows Phone Marketplace发布需要人工审核,相对于Android应用上线的时间会很长,一般需要经历以下阶段:1. Submission in Progress 提交队列中,一般该状态目前停留时间为...
分类:
移动开发 时间:
2014-10-29 10:22:21
阅读次数:
231
今天整理电脑文件,误删了数据库文件,导致连接数据库时报错:ora-01033:oracle initialization or shutdown in progress在DOS窗口下恢复文件过程记录如下:Microsoft Windows [版本 6.1.7601]版权所有 (c) 2009 Mic...
分类:
数据库 时间:
2014-10-26 14:14:03
阅读次数:
341
原型:AsyncTaskParams 表示传入参数类型Progress表示处理参数类型Result表示返回类型 1 new AsyncTask() { 2 3 @Override 4 protected void onCancelled() { 5 ...
分类:
移动开发 时间:
2014-10-24 00:14:08
阅读次数:
215
rsync是(限制为100kBytes/s):#rsync-auvzP--bwlimit=100本地的文件远程的文件参数说明:v:详细提示a:以archive模式操作,复制目录、符号连接,等价于-rlptgoD。z:压缩u:只进行更新,防止本地新文件被重写,注意两者机器的时钟的同时P:是综合了--partial--progress两个..
分类:
其他好文 时间:
2014-10-23 21:02:58
阅读次数:
224
============问题描述============ 最近在做一个应用,实时检测网络信号,日志是系统自动抓取,一个服务检测日志达到一定条件,开始压缩归档,我用asynctask去检测网络信号,将信号值通过progress更新到前台,应用启动后,开启一个服务去检测日志情况。现在的问题是日志达到条件...
分类:
移动开发 时间:
2014-10-22 00:48:29
阅读次数:
236
一、java program progress of excuting:show in next picture
How about the java virtual machine is it,what situation is in the jvm,or how to worke is going?
If you want to slov...
分类:
编程语言 时间:
2014-10-21 23:20:36
阅读次数:
467
https://github.com/ManolescuSebastian/Custom-Progress-Dialog-Android
分类:
移动开发 时间:
2014-10-21 13:46:47
阅读次数:
4062
今天登录oracle时遇到oracle initialization or shutdown in progress 这个错误提示,在网上搜了下,试了非常多方法,最后结合几种方法结合,成功攻克了问题!问题原因:我将曾经备份的一个数据库文件误删除,又一次登录数据库载入数据时提示错误操作步骤:1.先在w...
分类:
数据库 时间:
2014-10-20 16:49:17
阅读次数:
163
(function($)?{
$.fn.typewriter?=?function(cb)?{
this.each(function()?{
var?$ele?=?$(this),?str?=?$ele.html(),?progress?=?0;
$ele.html(‘‘);
var?timer?=?setInterval(funct...
分类:
其他好文 时间:
2014-10-18 03:11:38
阅读次数:
191