自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+

小小程序员

记录程序员的成长

  • 博客(9)
  • 资源 (6)
  • 收藏
  • 关注

原创 android UTF8 JSON乱码解决

JSON乱码不可怕,折腾很久,之前使用的时间都没有遇到过。这次遇到解决的办法也比较简单。1.确认tomcat或者其它服务端和客户端使用同一编码一般而言都使用utf-8,当然有其它使用需求的按公司要求。2.桌面显示时请切换utf-8,很多浏览器没有自动切换chrome就没有切换json的功能,可以安装插件。我使用了Firefox,直接点击查看,换utf-8就可以了。3.android 解析时处理一般而

2016-02-29 19:48:23 3169

原创 Android Studio环境下关联Android源码

使用Android Studio中,遇到bug,设置没了,出现没有关联源码的解决办法。1、确认sdk目录下有源码文件,如果没有的话可以在sdk Manager里先下载2、打开Android Studio选File–>Other setting–>Default Project structrue3、点击sdks,再选择soucrePath点加号去选路径 路径指定到就好 至此,完成了关联,ctrl

2016-02-29 19:39:29 630

原创 Genymotion SMS

免费版无此功能我找好久都发现是灰的 想好久后才想到去官网看看什么情况,才发现免费版的没有此功能,只有付费版的才有此功能。这个功能不是经常用到,于是打开4.3的Emulator解决了,当然有破解后也可以实现,通过adb shell也是可以的。

2016-02-28 23:22:43 583

原创 Android Studio 运行代码时device不能识别genymotion设备

相信网上关于下载安装配置genymotion的教程很多(下面的a,b,c,d步骤都可以参考百度搜索出来的教程轻松搞定),但还有关键的最后一步设置才能最终成功,不幸的是,很多教程都没有提到它。所以我就遇到了问题,现在已经解决,整理粗来,给伙伴们参考。我的问题:我已经a. 安装了genymotion,b. 安装了genymotion shell,c. 安装了oracal VM VirtualBox,d.

2016-02-28 23:09:23 877

原创 Andndroid:ListView缓存机制及BaseAdapter

listview和gridView的显示和缓存机制三种方式大家都知道listview的格式是一定的 而数据源确是多重多样的 这时候 就需要一种适配器来把数据源转换成listview要显示的格式 baseAdapter就诞生了。listview和gridView的显示和缓存机制 大家都知道屏幕的大小是有限的 可是listview中的数据却可能很多 所以手机不能一下子展示所有的数据 它只会加载屏幕

2016-02-28 08:45:44 579

原创 Genymotion 2.6.0 with Google Service and ARM apps

如何安装和优化Genymotion 260 with android 44 51 60 with google appsGenymotion 2601. 前言为什么要安装这个呢?就是官方的Google Emulator是真的慢,而且安装了Intel 对google Anroid的优化HAXM也慢。还是比genymotion慢,而且HAXM针对是x86的android,所以有些软件根本安装不

2016-02-06 12:40:13 1510

原创 Atom packages installing error gyp trubingshot

很烦人,网上查找一大堆解决方案,这个问题不知道为什么会存在。有说是GFW导致,有说是没有安装python,VS工具引起的。但我都安装了,却还是不行。很头疼这个问题,反正解决起来很成问题,我的解决方式是手动安装,我也不想,直接在packages安装多方便呢?可惜就是apm command一直报错,只好用npm离线的方式。1. 目标环境  - Windows 10   - python 2.7 an

2016-02-05 13:22:39 961

原创 For test Code highlight

I do not believe the CSDN will put energy to implement all function in original xheiditor in MarkDown editorI hope csdn will do better to support markdown, because it is better!

2016-02-03 21:59:17 469

原创 解决 RecyclerView 在Android Studio已经导入情况下还无法实例引用问题

系统:Windows 10 IDE::android studio1. 问题:RecyclerView 在Android Studio已经导入情况下还无法实例引用问题由于RecyclerView是在v7下的support包中的,经常用到,以前项目使用都没有问题。但这次已经在depence加入了相应的库却不成功。无法引用到,用到的import android.support.v7.widget.Gr

2016-02-03 21:44:24 7162 2

The Busy Coder’s Guide to Android Development 8.4 epub

Version 8.4 Do you want current information about how to develop Android apps? This book covers the latest Android Studio version and the latest version of Android, plus all the information you need to get your apps working on older devices. And, with updates coming every couple of months via the Warescription, you will keep up to date. What’s New in Version 8.4? For those of you who have read previous editions of this book, here are some of the highlights of what is new in the prose in Version 8.4: Updated everything for Android Studio 2.3 Added a chapter on Stetho Added material on the Espresso Test Recorder to the chapter on Espresso Updated the coverage of consuming documents with a new “diceware” sample and the use of the CWAC-Document library Updated the chapter on RecyclerView to cover the new(-ish) built-in list divider option Fixed a bug in the Sensor/Monitor sample app in the chapter on sensors Added more material on working with removable storage to the chapter on files Other miscellaneous fixes and improvements Readers of the APK edition of the book who were running into crashes from the new double-tap gesture to hide and show the action bar should have better luck now.

2017-03-30

haxm-windows_v6_0_1

Android 模拟器一直以运行速度慢著称, 本文介绍使用 Intel HAXM 技术为 Android 模拟器加速, 使模拟器运行度媲美真机, 彻底解决模拟器运行慢的问题。 Intel HAXM (Hardware Accelerated Execution Manager) 使用基于 Intel(R) Virtualization Technology (VT) 的硬件加速, 因此需要 CPU 支持 VT , 而且仅限于 Intel CPU, 与 AMD CPU 无缘, Intel HAXM 的描述如下: 使用 Intel VT 技术; 为 Android x86 虚拟设备的模拟运行提供硬件加速; 与 Android SDK 集成; 硬件需求如下: 支持 VT-x, EM64T 以及 Execute Disable Bit 的 Intel 处理器; 至少 1GB 可用内存 支持的操作系统: Windows 7 (32/64-bit) Windows Vista (32/64-bit) Windows XP (32-bit only) OS X 10.6 or 10.7 (32/64-bit) Intel Hardware Accelerated Execution Manager (Intel® HAXM) is a hardware-assisted virtualization engine (hypervisor) that uses Intel Virtualization Technology (Intel® VT) to speed up Android* app emulation on a host machine. In combination with Android x86 emulator images provided by Intel and the official Android SDK Manager, Intel HAXM allows for faster Android emulation on Intel VT enabled systems. The following platforms are supported by Intel HAXM:

2016-01-21

2015计算机专业408考研试题 完整版 无水印版

2015计算机专业408考研试题 完整版 无水印版 2015计算机专业408考研试题 资料来源与王道计算机复习真题资料!已经部分优化并删除多余页面方便全真模拟真题考试,试题答案与试题分开,打印后方便做题!

2015-11-18

2015计算机考研统考408真题及解析 完全打印无水印

2015计算机专业考研真题:2015计算机考研统考408真题及解析 可以打印,无水印

2015-09-26

FPM10A指纹模块官方提供资料

FPM10A指纹模块官方提供资料 供应商提供的电子资料 为2015年最新资料,有中文和官方英语资料,开发过程中用到的可以下载尝试! 觉得不错的请加评论,前面一个要那么多积分,我这个免费哦!希望更多人可以看到!

2015-05-16

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除