-
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
-
汇编语言开发工具程序
汇编语言开发工具程序-compilation of language development tools procedures
- 2022-05-16 19:44:30下载
- 积分:1
-
C++一级实践课上完成的实践作业,异质树的实现
C++一级实践课上完成的实践作业,异质树的实现-a practical lesson on the practice of completion of operations, the realization of heterogeneity tree
- 2022-02-03 06:41:32下载
- 积分:1
-
procedures with the greedy algorithm to solve 0
该程序用贪心算法来求解0-1背包问题 采用贪婪准则:每次选择p/w最大的物品放入背包。-procedures with the greedy algorithm to solve 0-1 knapsack problem using greed criteria : Each choice p/w largest goods Add backpack.
- 2022-05-19 21:23:22下载
- 积分:1
-
Java微信认证——access_token定时刷新——微信支付
主要是微信接入,access_token定时获取,微信支付
- 2022-07-11 01:09:30下载
- 积分:1
-
FSQP算法,用于非线性优化,c源码
FSQP算法,用于非线性优化,c源码-FSQP algorithm for nonlinear optimization, c FOSS
- 2022-07-18 01:30:46下载
- 积分:1
-
利用SetWindowsHookEx方法,建立SHELL钩子,对所有打开关闭的进程进行记录。...
利用SetWindowsHookEx方法,建立SHELL钩子,对所有打开关闭的进程进行记录。-Using SetWindowsHookEx for ways to build SHELL hook, closed to all open records process.
- 2023-02-05 01:15:03下载
- 积分:1
-
模拟发射塔信号,像波浪一层一层往外扩,最后 消失不见
模拟发射塔信号,像波浪一层一层往外扩,最后 消失不见-analog signal transmission tower, like waves from one overseas expansion, finally disappears.
- 2022-07-11 17:00:14下载
- 积分:1
-
库存系统
库存管理系统是所有计算排序的详细信息和产品详细信息、 销售详细信息的过程,在此系统中保存的股票的详情。
- 2022-05-30 06:12:49下载
- 积分:1
-
Transfer word document to pdf, when no longer need to manually open the word, bu...
转移word文档到pdf时不必再手动打开word,但使用的还是word本身的功能,只是方便了点-Transfer word document to pdf, when no longer need to manually open the word, but the use of the word itself is still functional, but convenient point
- 2023-02-27 14:10:03下载
- 积分:1