登录
首页 » Java » Apress-Pro-Android-Apps-Performance-Optimization-

Apress-Pro-Android-Apps-Performance-Optimization-

于 2012-11-26 发布 文件大小:2356KB
0 156
下载积分: 1 下载次数: 5

代码说明:

  I thank the team at Apress who made this book possible: Steve Anglin, Corbin Collins, Jim Markham, and Jill Steinberg. Working with all of them was a real pleasure and I can with confidence recommend them to any author. I also want to thank the tech reviewers: Charles Cruz, Shane Kirk, and Eric Neff. They provided invaluable feedback, often catching mistakes I would not have seen even after dozens of readings. To all my friends whom I did not get to see as often as I would have liked while I was working on this book, I give my thanks too: Marcely, Mathieu, Marilen, Maurice, Katie, Maggie, Jean-René, Ruby, Greg, Aline, Amy, and Gilles, I promise I will make up for the lost time. Last but not least, I owe a lot to three people: Eddy Derick, Fabrice Bernard, and Jean-Louis Gassée. Sometimes all it takes is an injured toe and a broken suitcase.

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

发表评论

0 个回复

  • android 幸运大转盘 实例源码下载
    手动滑动转盘。
    2014-09-01下载
    积分:1
  • LauncherActivitySample
    一段代码。关于安卓开发的,希望能够帮到各位安卓开发人员(Piece of code. Andrews development, I hope to be able to help you Android developers)
    2013-03-13 17:43:23下载
    积分:1
  • 页面静态化demo
    应用背景页面静态化,网站静态化可以以此做扩展,此例是一个demo,非常好用,欢迎大家分享。关键技术页面静态化,jsp,html,网站静态化技术,可用于展示型网站,对展示型网站页面信息做一个静态化处理,可以提高网站访问速度,减小服务器的压力。
    2022-01-26 03:01:40下载
    积分:1
  • gps地理定位
    安卓获取简单的安卓系统的定位服务,能够获得地理坐标信息,以及通过谷歌地图进行地理定位,是安卓教程中的一个简单的应用开发,适用于初学者来学习。
    2023-06-22 01:55:03下载
    积分:1
  • BluetoothDemo蓝牙
    BluetoothDemo如何操作手机蓝牙发送文件? 1、判断是否选择了文件?    知识点1:TextUtils类用来处理一些和文本有关的操作。 2、根据选择的文件路径传送文件    1)根据文件路径创建File对象    2)判断File对象是否真实存在,且是文件    3)使用Intent传递文件 a、传递文件之前要设置使用蓝牙的权限)  
    2022-05-31 01:30:01下载
    积分:1
  • Solar MPPT light:PIC16F1509运用的一个MPPT例子
    【实例简介】Solar MPPT light:PIC16F1509运用的一个MPPT例子 这是一个PIC16F1509运用的一个MPPT例子 采用c写的程序,总体可以运用,需要根据自己的需求再修改
    2022-01-19 00:31:30下载
    积分:1
  • iOSDiner 例子源码下载(商业)
    iOSDiner 例子源码下载(商业)
    2015-02-27下载
    积分:1
  • pork
    说明:  在高斯白噪声信道下,采用qpsk调制的ofdm系统的源码,(In Gaussian white noise channel, the source code of ofdm system using qpsk modulation,)
    2019-03-27 19:31:57下载
    积分:1
  • eWebeditorJSP王志峰修改版
    说明:  eWebEditor JSP Version
    2020-06-22 15:40:02下载
    积分:1
  • java 为图片添加水印 示例
    为图片添加水印 【核心代码】 /*** 添加水印* @param imagePath      图片绝对路径* @param watermarkPath  水印图片绝对路径* @param position  水印图片位置* @return 生成水印图片的绝对路径*/public static String addWatermark(String imagePath, String watermarkPath, String position) {logger.info("为图片({})在位置{}添加水印({})", imagePath, position, watermarkPath);if (StringUtils.isNotBlank(imagePath) && StringUtils.isNotBlank(watermarkPath)) {File image = new File(imagePath);File watermark = new File(watermarkPath);Position pos = getPostion(position);if (image.isFile() && image.exists() && watermark.isFile()) {try {BufferedImage bi = ImageIO.read(image);Builder builder = Thumbnails.of(imagePath);BufferedImage watermarkImg = ImageIO.read(watermark);File newWatermark = null;// 原图的宽或高是水印图片宽或高的2倍及以上,则直接打上水印原图;否则缩略水印图片,以原图宽或高的二分之一if (bi.getWidth() / watermarkImg.getWidth()
    2017-10-13下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载