题目描述:The string"PAYPALISHIRING"is written in a zigzag pattern on a given number of rows like this: (you may want to display this pattern in a fixed fo...
分类:
其他好文 时间:
2015-09-13 17:19:51
阅读次数:
184
In file included from mod_shib_20.cpp:68:mod_shib.cpp:118: warning: deprecated conversion from string constant to 'char*'mod_shib.cpp: In member funct...
分类:
其他好文 时间:
2015-09-11 20:34:54
阅读次数:
157
题目来源:https://leetcode.com/problems/zigzag-conversion/题意分析: 这道题目是字符串处理的题目。输入一个字符串和一个数字,将字符串填入倒Z形输入字符串,然后按照列读取字符,得到一个新的字符,输出这个字符。例如:字符串"PAYPALISHIRING",...
分类:
编程语言 时间:
2015-09-10 19:08:53
阅读次数:
189
在介绍android工具之前,先理清android中出现的文件格式: java:android源码 class:java编译后生成; dex: 由dx工具编译class而成,由dalvik执行; smali:和dex的关系如同汇编代码和opcode; 先看下,android源...
分类:
移动开发 时间:
2015-09-09 21:25:17
阅读次数:
275
android基本架构Android其本质就是在标准的Linux系统上增加了Java虚拟机Dalvik,并在Dalvik虚拟机上搭建了一个JAVA的application framework,所有的应用程序都是基于JAVA的application framework之上。 Android主要应用于A...
分类:
移动开发 时间:
2015-09-09 13:03:27
阅读次数:
257
问题 3:./system/rootlib/helloworld -qws ,程序运行起来,仍报错 ?????????? QIconvCodec::convertFromUnicode: using Latin-1 for conversion, iconv_open failed ???????????...
分类:
其他好文 时间:
2015-09-08 18:38:54
阅读次数:
392
Dalvik是Google公司自己设计用于Android平台的Java虚拟机。Dalvik虚拟机是Google等厂商合作开发的Android移动设备平台的核心组成部分之一。它可以支持已转换为 .dex格式的Java应用程序的运行,.dex格式是专为Dal...
分类:
其他好文 时间:
2015-09-07 14:32:27
阅读次数:
150
开始吧...Ubuntu 14.04 LTS 下 android 2.3.5 源码编译过程1. 错误 dalvik/vm/native/dalvik_system_Zygote.c:191:19: error: storage size of ‘rlim’ isn’t known struct rl...
分类:
移动开发 时间:
2015-09-02 00:18:38
阅读次数:
1022
https://leetcode.com/problems/zigzag-conversion/The string"PAYPALISHIRING"is written in a zigzag pattern on a given number of rows like this: (you may...
分类:
其他好文 时间:
2015-09-01 21:23:47
阅读次数:
230
# Built application files*.apk*.ap_# Files for the Dalvik VM*.dex# Java class files*.class# Generated filesbin/gen/# Gradle files.gradle/build/# Local...
分类:
移动开发 时间:
2015-08-29 00:34:33
阅读次数:
743