移动平台-周排行
安装apt-get updateapt-get install nagios* perlapt-get install --no-install-recommends pnp4nagiosapt-get install apache2 apache2-utils php5 php-pear修改np....
分类:移动平台 时间:2015-07-11 10:30:18 收藏:0 阅读:256
http://my.oschina.net/u/1244156/blog/3806471、volley项目地址 https://github.com/smanikandan14/Volley-demo(1) JSON,图像等的异步下载;(2) 网络请求的排序(scheduling)(3) 网络请求的...
分类:移动平台 时间:2015-07-11 11:48:09 收藏:0 阅读:288
//// AppDelegate.m// UI2_IOS坐标系//// Created by zhangxueming on 15/6/29.// Copyright (c) 2015年 zhangxueming. All rights reserved.//#import "AppDele...
分类:移动平台 时间:2015-07-11 11:53:08 收藏:0 阅读:124
相关图片上传麻烦,原文件到我的博客上传的文件里下载。1、通讯录应用介绍通讯录应用是Android自带的应用程序,我们看到此应用的时候,可能只认为这是一个应用,用数据库存储数据,但是实际上不是这样的。通讯录是ContentProvider的应用,通讯录由两部分组成:(1)com.android.pro...
分类:移动平台 时间:2015-07-11 11:54:58 收藏:0 阅读:193
设置透明效果 大概有三种1、用android系统的透明效果Java代码 android:background="@android:color/transparent" 例如 设置按钮Java代码 2、用ARGB来控制Java代码 半透明 透明 3、设置alphaJava代码 View v = ...
分类:移动平台 时间:2015-07-11 12:06:28 收藏:0 阅读:259
由于在android studio刚推出市场的时候,我已有下载和体验,当时的studio界面相对简单,没有在1.3或1.2版本的密集的功能点,而且但是使用studio还蛮新奇的,由于配置一个项目需要耗费点时间和高度的联网性,很快我就没有再接触了,直到现在1.3版本的推出,相对稳定了很多,我才开始要放弃Eclipse,进而转战studio.下载好studio,安照安装提示进行安装,新建一个工程,失败。...
分类:移动平台 时间:2015-07-11 12:09:49 收藏:0 阅读:414
这周在公司App即将发布,根据UI的要求,再次对界面进行UI交互的调整。总结了一下小知识细节。...
分类:移动平台 时间:2015-07-11 12:14:29 收藏:0 阅读:461
在开始这篇文章之前,。首先,我们在总结前两篇文章Handler, Looper和MessageQueue像一些关键点:0)在创建线程Handler之前,你必须调用Looper.prepare(), 创建一个线程局部变量Looper,然后调用Looper.loop() 进入轮循。1)当Handler创...
分类:移动平台 时间:2015-07-11 13:27:09 收藏:0 阅读:320
eclipse导入java和android sdk源码,帮助文档 http://blog.csdn.net/ashelyhss/article/details/37993261 JavaDoc集成到Eclipse的帮助中 http://blog.chinaunix.net/uid-90129-id-...
分类:移动平台 时间:2015-07-11 13:27:59 收藏:0 阅读:376
在Eclipse自己主动编译兄弟习惯,刚搬到Android Studio。当然,错过这个功能,自己主动编译每次执行意味着更短的时间。Android Studio里面事实上也是有自己主动编译功能的,只是个人认为还是不如Eclipse好使。详细设置看下图:把图中的checkbox的勾点上就可以。 ...
分类:移动平台 时间:2015-07-11 14:50:49 收藏:0 阅读:246
public Bitmap resizedBitmap(Bitmap bitmap, int screenW, int tv_count) { int width = bitmap.getWidth(); int height = bitmap.getHeight(); int newWidt...
分类:移动平台 时间:2015-07-11 14:51:09 收藏:0 阅读:140
//// ThirdViewController.h// UI1_ViewController视图切换及Appdelegate//// Created by zhangxueming on 15/7/3.// Copyright (c) 2015年 zhangxueming. All rig...
分类:移动平台 时间:2015-07-11 15:03:29 收藏:0 阅读:217
原创Blog,转载请注明出处 blog.csdn.net/hello_hwc 欢饮关注我的iOS SDK详解专栏 http://blog.csdn.net/column/details/huangwenchen-ios-sdk.html前言:NSCalendar 和 NSDate?Components是有关iOS 时间相关API很重要的两个类。最近刚好用到,这里就整理下。概念 NSCalend...
分类:移动平台 时间:2015-07-11 15:08:49 收藏:0 阅读:406
Trapping Rain Water Given n non-negative integers representing an elevation map where the width of each bar is 1, compute how much water it is able to trap after raining. For example,  Given [0...
分类:移动平台 时间:2015-07-11 15:09:19 收藏:0 阅读:1008
由于在jniLibs目录下移除了x86的相关so文件,后来又因为需要在PC模拟器上调试,将该文件夹恢复后,增加了天地图的sdk,却忘记将libMapEngine.so文件同时拷贝至x86目录下,导致如下错误:07-11 06:50:02.684 2092-2092/com.yeahgis.dc...
分类:移动平台 时间:2015-07-11 16:27:59 收藏:0 阅读:707
ContentProvider是Android四大组件之一,它用来封装数据,并通过ContentResolver接口将数据提供给其他应用。只有当需要在多个应用之间共享数据时才会用到ContentProvider。多个应用共享数据时,如何区分是哪个应用中的那部分数据呢?ContentProvider通...
分类:移动平台 时间:2015-07-11 16:32:39 收藏:0 阅读:148
转自:http://blog.csdn.net/zengyangtech/article/details/7019439 Android PDF 阅读器 http://sourceforge.net/projects/andpdf/files/ 个人记账工具 OnMyMeans http://sou...
分类:移动平台 时间:2015-07-11 16:39:49 收藏:0 阅读:238
在Android开发之bindService()通信的基础上,实现bindService()方法侦听service内部状态。实现侦听service内部状态,使用的是回调机制1.首先实现一个接口1 public static interface CallBack{2 void...
分类:移动平台 时间:2015-07-11 17:59:39 收藏:0 阅读:249
错误信息如下:Error:Could not find any version that matches com.android.support:appcompat-v7:22+.Searched in the following locations:https://jcenter.bintray....
分类:移动平台 时间:2015-07-11 17:59:49 收藏:0 阅读:984
转载自: http://blog.csdn.net/shimiso/article/details/6788375Android移动开发平台现在不是一个“火”字能形容的,今年Android平台在市场占有率上相比去年取得的886%增长!如果我只看增长率,iPhone据统计才有61%的增长。而创造了山寨...
分类:移动平台 时间:2015-07-11 18:00:59 收藏:0 阅读:194
1139013911392139313948121
上一页162412下一页
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!