-
Android实现自动、手动更新应用
代码简单、易懂、实用。
import java.io.File;
import java.io.FileOutputStream;
import java.io.IOException;
import java.io.InputStream;
import java.net.HttpURLConnection;
import java.net.MalformedURLException;
import java.net.URL;
import java.util.HashMap;
import android.app.AlertDialog;
import android.app.Dialog;
import android.app.AlertDialog.Builder;
import android.content.Context;
import android.content.DialogInterface;
import android.content.Intent;
import android.content.DialogInterface.OnClickListener;
import android.content.pm.PackageManager.NameNotFoundException;
import android.net.Uri;
import android.os.Environment;
import android.os.Handler;
import android.os.Message;
import android.view.LayoutInflater;
import android.view.View;
import android.widget.ProgressBar;
import android.widget.Toast;
/**
*@author coolszy
*@date 2012-4-26
*@blog http://blog.92coding.com
*/
public class UpdateManager
{
/
- 2022-03-30 02:32:04下载
- 积分:1
-
网络中的计算机
检查计算机是否网络化。
- 2023-08-13 01:30:03下载
- 积分:1
-
定义一个类实现银行帐户的概念,包括的变量有“帐号”和“存款余额”,包括的方法有“存款”、“取款”和“查询余额”。定义主类,创建帐户类的对象,并完成相应操作。...
定义一个类实现银行帐户的概念,包括的变量有“帐号”和“存款余额”,包括的方法有“存款”、“取款”和“查询余额”。定义主类,创建帐户类的对象,并完成相应操作。-Define a class implements the concept of bank accounts, including the variable of " account" and " deposits" , including the method of " deposits" , " withdrawals" and " query the balance." Define the main class, the class object to create an account and complete the corresponding operation.
- 2022-02-03 21:27:01下载
- 积分:1
-
VB读写ACCESS数据库,根据数据库中表的记录动态增加控件。
VB读写ACCESS数据库,根据数据库中表的记录动态增加控件。-VB to read and write ACCESS database, according to records of the database table dynamically increasing control.
- 2022-08-13 06:03:22下载
- 积分:1
-
应用程序向导已为您创建了此 Test_ADO 应用程序。此应用程序
不仅介绍了使用 Microsoft 基础类的基本知识,
而且是编写应用程序的起点。...
应用程序向导已为您创建了此 Test_ADO 应用程序。此应用程序
不仅介绍了使用 Microsoft 基础类的基本知识,
而且是编写应用程序的起点。-Application Wizard you have to create this Test_ADO applications. This application not only use Microsoft introduced the basic foundation of knowledge, but also to write applications starting point.
- 2022-05-12 23:22:17下载
- 积分:1
-
鼠标位置测试程序(基于对话框)
基于对话框类,可以输出鼠标位置坐标,常用于交互界面设计中
- 2022-06-13 22:55:11下载
- 积分:1
-
avi文件转h264
本工程实现AVI视频格式到h264视频格式的转换,此代码之为学习参考,不可用于商业行为,如有违反后果自负。
- 2022-09-26 17:40:03下载
- 积分:1
-
very good!
利用高斯消去法求解矩阵的,大家可以看看,多学习点东西,希望对你有用-very good!
- 2022-12-13 01:10:03下载
- 积分:1
-
";EVC高级编程及其应用开发";的源代码开发。
《EVC高级编程及其应用开发》源代码合集
开发工具 evc4.0-"EVC Advanced Programming and Application Development" source code development tools evc4.0 Collection
- 2022-02-16 05:48:49下载
- 积分:1
-
SDK中画笔的实现.还可以画直线,椭圆和矩形
SDK中画笔的实现.还可以画直线,椭圆和矩形-SDK in the realization of the brush. Can also draw a straight line, oval and rectangular
- 2022-10-10 03:45:03下载
- 积分:1