-
基于手机移动端的快递查询系统
物流行业正面临飞速发展,也迎来了日益激烈的竞争局面。客户需求也呈现多元化、个性化的趋势。传统的物流运作方式,已经满足不了我们大家的需求。移动互联网如今成为当今世界上发展最快、市场潜力最大、前景最诱人的业务。针对目前物流行业的现状,物流快递企业的核心竞争力是执行效服务水平、管理能力和成本管控急需一套全面提升的方案。在此背景下,将传统快递物流与移动互联网结合,打造一套移动物流快递信息化平台正是适时之举。现在淘宝、京东等电商的兴起,导致物流行业不断壮大发展,快递行业的业务也在日益发展。
- 2023-05-31 14:05:04下载
- 积分:1
-
fluent 模拟激光铺粉PBF熔覆过程 udf
【实例简介】fluent 模拟激光铺粉PBF熔覆过程 udf
含有热源加载及铺粉函数
- 2022-01-09 00:32:31下载
- 积分:1
-
android简单控制跳转
android小案例简单的实现控制跳转 可以拼合其他的部分成为自己的代码!
- 2022-05-27 16:36:59下载
- 积分:1
-
android简单的糗百
自定义listview用于显示糗百数据,使用异步任务进行加载网络数据,使用json解析进行解析获取的数据
- 2022-04-28 17:16:21下载
- 积分:1
-
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与webapi交互
web api 服务器端写法
- 2014-03-31下载
- 积分:1
-
android 后台发送邮件实例源码下载
该实例用的是android下使用qq邮箱在后台发送Email
- 2013-10-23下载
- 积分:1
-
android 群聊实例源码下载
android 群聊实例源码下载
- 2015-01-28下载
- 积分:1
-
5.4-SQLite
Android 编程之数据库 SQLlite学习例子(an example for the learning of Android database)
- 2012-06-24 03:44:23下载
- 积分:1
-
fileEncryption
android手机文件加密软件,使用sms4算法,文件保险箱(android phone files encryption software, use sms4 algorithms, file safe)
- 2015-06-29 17:33:05下载
- 积分:1