登录
首页 » Java » RequestProxyAuthentication

RequestProxyAuthentication

于 2013-10-25 发布 文件大小:1KB
0 266
下载积分: 1 下载次数: 10

代码说明:

  Request Proxy Authentication for Andriod.

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

发表评论

0 个回复

  • 实现画廊图片滑动
    实现图片水平滑动和预览功能,主要的技术就是android、里面的gallery技术,好看实用,可以植入很多页面里面,高大上
    2023-09-03 01:10:04下载
    积分:1
  • Java的软件架构设计模式
    在Java的软件架构设计模式(Software Architecture Design Patterns in Java)书中的所有代码分章节给出,方便快捷,可以结合原书更好的了解JAVA,适合学习借鉴。
    2023-07-14 10:20:03下载
    积分:1
  • Gallery和GridView显示图片
    先用一个TabHost将一个Activity分为左右两边,左边菜单点击后用上面一个ImageSwitcher下面一个Gallery显示图片,右边菜单点击后,先用GridView显示网格状的小图片,点击图片之后会跳转到另外一个界面,以全屏的方式显示图片。同时所有图片都支持点击大图显示,长按删除功能。
    2022-04-14 13:00:30下载
    积分:1
  • TweenAnimation
    说明:  学习TweenAnimation动画让一张图片360度旋转(Learn TweenAnimation animation to make a picture rotate 360 degrees)
    2020-06-11 08:48:26下载
    积分:1
  • SPBU 仿真
    这个程序是使用 java netbeans 创建的加油站模拟应用程序。此应用程序基于基于对象的编程系统。在提出此项申请进行尽可能密切与工具 / 机器加油机动车辆。开始测量工具、 计算器和可以打开和关闭的加油软管。希望这款应用可以帮助,所以接受这样的爱情 !
    2022-07-25 22:14:44下载
    积分:1
  • java声程序
    资源描述通过java语言实现的发声程序,通过传入文字 让程序读出声音来,而且不需要任何的播放器;很类似于一个java版的播放器。
    2023-06-17 17:50:04下载
    积分:1
  • 太空入侵者
    嗨,这我我的太空侵略者游戏。它tooks那么多时间去做,所以我希望你会喜欢它。太空侵略者是一个二维的固定射击游戏,游戏中玩家控制的激光炮通过水平移动它在屏幕的底部,并在射击降外星人。这样做的目的是打败五排11外星人-一些版本设有不同数目 - 即水平移动来回在屏幕上,因为它们前进朝向屏幕的底部。玩家打败外星人,并赚取点,通过与激光炮射击吧。随着越来越多的外国人被击败,外国人的运动和游戏中的音乐既加快。打败外星人带来另一波是比较困难的,一个循环可继续没有结束
    2022-02-22 01:12:03下载
    积分:1
  • 学生信息管理系统
    资源描述学生信息管理系统,能够实现增删改查等功能
    2022-07-16 10:55:34下载
    积分: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
  • huffmancoding
    哈夫曼编码的自适应。
    2022-03-13 17:18:49下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载