登录
首页 » Java » TestXalan

TestXalan

于 2013-11-21 发布 文件大小:1KB
0 128
下载积分: 1 下载次数: 9

代码说明:

  Test Suite Source Code for Andriod.

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • android 异步 执行 任务 例子 附讲解
    Rules::The AsyncTask instance must be created in UI thread. .execute must be invoked on the UI thread.Never call  objMyTask.onPreExecute(), objMyTask.doInBackground(), objMyTask.onProgressUpdate(),  objMyTask.onPostExecute manually.The AsyncTask can be executed only once (an exception will be thrown if a second execution is attempted.)AsyncTask have Four Main Method... onPreExecute()  doInBackground() onProgressUpdate() onPostExecute()  onPreExecute-This method is called first when you start AsyncTask using objAsync.execute().And mostly this method is use for initializing dialog(ProgressDialog,CustomDialog) and showing. doInBackground-The main purpose of AsyncTask is accomplished by this method.Any non-UI thread process is running in this method.Such as Rss Feed Reader,Image and video Uploading and Downloading.You cant handle your View in this method.Because this method is non-UI thread.While any background process is running if you want to handle UI therea are  onProgressUpdate method. after completion of process this method send result to OnPostExecute. onProgressUpdate-While backgrounding task is running ,you can handle your UI using this method .Such as status of downloading or uploading task.and this method is called from  doInBackground.Using publishProgress() you can call onProgressUpdate method to update UI while process is running. onPostExecute -This method is called after the background computation finishes.The result of background process in passed in this method as parameters.And now you can dismiss progress dialog ,to indicate that background task is completed. You can cancel AsyncTask using objAsyncTask.cancel().then you just check in doInBackground, if (isCancelled()) { break; } else {        //continue... } See this Image For more Clear.
    2013-07-05下载
    积分:1
  • Android BLE示例程序
    Android BLE示例程序
    2014-09-25下载
    积分:1
  • java实现的网络白版
    应用背景基于java的网络白板,支持多线程。可以画直线,矩形等图形。关键技术多线程机制和socket网络通信,以及同步机制。
    2023-03-05 06:40:04下载
    积分:1
  • matlab UWB 系统平台仿真
    超宽带系统链路matlab仿真程序自己编写的超宽带系统简单仿真平台,有简单界面.包括可替换的脉冲成型(半余弦脉冲)、IEEE802.15.3a的修正SV信道、最大似然信道估计、 Rake接收机等模块,可以实现monte carlo仿真求误码率。可添加多址接入、编码等功能(维特比编解码、帧同步的程序由本人同学编写)。入口主程序uwbsim.m编解码程序:bin2deci.m;bini2deci.m;deci2bin.m;VITRBI.m信道及信道估计:ch_est.m;channel.m;channelgenerator.m;conv_m. m;sigfold.m;UWB_SV_chann
    2020-05-26下载
    积分:1
  • android 语言设置快捷
    Android手机语言输入法快捷方法。用Eclipse开发了一种Android输入法设置应用。输入法选择上比较方便。没有选择输入法的时候也可以跳转输入法。
    2023-05-31 19:25:03下载
    积分:1
  • Android 万年历源码
    Android 万年历源码
    2015-03-13下载
    积分:1
  • 基于Java的压力测试工具 静态和动态资源例如静态文件、Java 小服务程序、CGI 脚本、Java 对象、数据库, FTP 服务器
    JMeter的作用 1.能够对HTTP和FTP服务器进行压力和性能测试, 也可以对任何数据库进行同样的测试(通过JDBC)。 2.完全的可移植性和100% 纯java。 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报 打分 发表评论 暂无评论
    2022-07-17 01:30:43下载
    积分:1
  • Android-PC
    Android与PC服务,可以在Android系统上时限PC 的通信服务(failed to translate)
    2013-05-06 20:09:38下载
    积分:1
  • 微信打飞机
    用java描述的当前很火的卫星平台上的一款小游戏——打飞机!!! 下载源码后,启动myeclipse  导入工程进入整个工作区,即可运行!! 在下已经青紫测验过  运行无压力  然后效果与手机上是一样一样的
    2022-06-18 02:03:48下载
    积分:1
  • 基于多属性的加密算法
    加密技术是一种众所周知的技术,它可以在因特网和因特网上提供多媒体内容传输的安全性
    2022-02-04 09:06:58下载
    积分:1
  • 696518资源总数
  • 105885会员总数
  • 31今日下载