码迷,mamicode.com
首页 >  
搜索关键字:consider adding andr    ( 2368个结果
Bitmap和Drawable相互转换方法
很多开发者表示,不知道Android的Drawable和Bitmap之间如何相关转换。下面给大家两种比较简单高效的方法。 一、Bitmap转Drawable Bitmap bm=xxx; //xxx根据你的情况获取 BitmapDrawable bd=BitmapDrawable(bm); Andr...
分类:其他好文   时间:2014-07-22 22:58:15    阅读次数:158
GC基础和性能相关(转自MSDN)
PerformanceNow that we have a basic model for how things are working, let's consider some things that could go wrong that would make it slow. That wil...
分类:其他好文   时间:2014-07-22 22:51:16    阅读次数:258
第一篇文章
很坚决package com.kale.imageview02;import android.app.Activity;import android.graphics.Bitmap;import android.graphics.drawable.BitmapDrawable;import andr...
分类:其他好文   时间:2014-07-19 20:04:37    阅读次数:263
MyEclipse9,MyEclipse10 安装ADT
Eclipse安装ADT 时步骤是开 Eclipse IDE,进入菜单中的 "Help" -> "Install New Software" ,点击Add...确定返回后,在work with后的下拉列表中选择我们刚才添加的ADT,我们会看到下面出有Developer Tools,展开它会有Andr...
分类:系统相关   时间:2014-07-18 23:14:53    阅读次数:364
Control character in cookie value, consider BASE64 encoding your value , java操作cookie遇到中文会报错的解决方案
项目当中用到cookie保存中文,但是会报如下错误:Control character in cookie value, consider BASE64 encoding your value大概意思是保存到cookie当中的值存在控制字符,无法保存。但实际上数据是不存在这种问题的。再看后面的那句话...
分类:编程语言   时间:2014-07-18 18:31:32    阅读次数:303
【leetcode刷题笔记】Path Sum
Given a binary tree and a sum, determine if the tree has a root-to-leaf path such that adding up all the values along the path equals the given sum.Fo...
分类:其他好文   时间:2014-07-18 18:28:44    阅读次数:231
HDUJ 1151 Air Raid 最大匹配
Air Raid Time Limit: 2000/1000 MS (Java/Others)    Memory Limit: 65536/32768 K (Java/Others) Total Submission(s): 3035    Accepted Submission(s): 1972 Problem Description Consider a town where...
分类:其他好文   时间:2014-07-17 20:12:53    阅读次数:250
nodejs安装错误Node.js configure error: No acceptable C compiler found!解决
Node.js configure error: No acceptable C compiler found! Please make sure you have a C compiler installed on your system and/or consider adjusting the CC environment variable if you ...
分类:Web程序   时间:2014-07-16 17:32:10    阅读次数:952
B - Adding Reversed Numbers
B - Adding Reversed Numbers Time Limit:2000MS     Memory Limit:65536KB     64bit IO Format:%lld & %llu Submit Status Description The Antique Comedians of Malidinesia prefer comedies to...
分类:其他好文   时间:2014-07-16 17:16:04    阅读次数:207
android的ViewPager和Animation的一些使用(一)
android的ViewPager是一个可以支持手势来切换View的控件,很适合来做用户引导的页面: 如果有4张图,那么我们这样来写Layout: <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/whats_new_main_view" andr...
分类:移动开发   时间:2014-07-16 10:07:52    阅读次数:304
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!