码迷,mamicode.com
首页 >  
搜索关键字:consider adding andr    ( 2368个结果
Android解析程序包时出现问题
Android用户下载我们wcc应用时,偶尔会出现“解析程序包出现问题”的的现象,以下是逐步排查的相关经验:1. 首先确保这个包本身没有问题。检测方法:其他手机采用同样的下载方式再下载一次。解决方案:android系统不支持包名包含中文文件名和全角字母符号,如果在应用程序中使用了,请做修改。andr...
分类:移动开发   时间:2014-09-17 15:08:22    阅读次数:196
3、Android中Activity的跳转
1、创建工程         file->new->android application 依次填入应用名称、工程名、包名 在工程目录下找到src/com.example.helloworld MainActivity.java 2、添加代码 package com.example.helloworld; import android.app.Activity; import andr...
分类:移动开发   时间:2014-09-17 13:42:52    阅读次数:253
为Android安装BusyBox —— 完整的bash shell【转】
http://www.cnblogs.com/xiaowenji/archive/2011/03/12/1982309.html大家是否有过这样的经历,在命令行里输入adb shell,然后使用命令操作你的手机或模拟器,但是那些命令都是常见Linux命令的阉割缩水版,用起来很不爽。是否想过在Andr...
分类:移动开发   时间:2014-09-16 21:55:51    阅读次数:273
hbase 单机安装问题
报zookeeper exception not foundI fixed this by editing the file "/usr/local/hbase-0.94.1/conf/hbase-env.sh" and adding the element "export HBASE_CLASSP...
分类:其他好文   时间:2014-09-16 18:47:20    阅读次数:144
Ubuntu上adb使用及问题解决
Ubuntu上adb使用及问题解决Adb包是从解压版eclipse解压而来(adb可脱离eclipse或sdk独立使用,直接将包拷走即可)然后做了个到/sbin/下的软链接(员工电脑已做),$sudoln–s/home/IT/sdk/platform-tools/adb/sbin/,可执行which命令进行查看:$whichadbAdb版本:1.0.31(andr..
分类:数据库   时间:2014-09-16 16:09:51    阅读次数:198
Codeforces Round #266 (Div. 2) D. Increase Sequence
Peter has a sequence of integers a1,?a2,?...,?an. Peter wants all numbers in the sequence to equal h. He can perform the operation of "adding one on the segment [l,?r]": add one to all elements of t...
分类:其他好文   时间:2014-09-16 14:18:20    阅读次数:259
Unique Paths II <leetcode>
Follow up for "Unique Paths":Now consider if some obstacles are added to the grids. How many unique paths would there be?An obstacle and empty space i...
分类:其他好文   时间:2014-09-16 10:38:30    阅读次数:236
oracle11g RAC1执行脚本结果
[root@testdb11a ~]# /u01/app/oraInventory/orainstRoot.sh Changing permissions of /u01/app/oraInventory.Adding read,write permissions for group.Removin...
分类:数据库   时间:2014-09-16 00:16:39    阅读次数:376
【转】移动web页面使用字体的思考
回想2年前刚开始接触手机项目,接到PSD稿后,发现视觉设计师们喜欢用微软雅黑作为中文字体进行设计,于是我写页面的时候也定义 font-family 为微软雅黑,后来发到线上后,细心的产品经理发现页面的字体不是微软雅黑,要求马上修改,我就惊呆了,还跟产品争执一番。后来了解到的手机系统 ios、andr...
分类:移动开发   时间:2014-09-15 19:09:19    阅读次数:220
LeetCode Solutions : Path Sum I & II
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. For example: Given the below binary...
分类:其他好文   时间:2014-09-15 17:54:12    阅读次数:229
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!