1、需要准备的工具,eclipse,cdt(c++)插件,cygwin(unix)和
android ndk.
在cygwin的etc目录下将ndk的路径引入到profile文件中,可以在cygwin的任何目录都可以访问到ndk,不同的ndk路径PATH的写法不同. :
${ORIGINAL_P.....
分类:
移动开发 时间:
2014-06-16 08:52:50
阅读次数:
393
最简单粗暴直接了当的pascal,C,C++数据类型取值范围我怒了,百度半天都是废话连天。。。。基本数据类型如下不啰嗦(Pascal,C,C++)Pascal(好用的加粗)Byte
0 .. 255 Shortint -128 .. 127Smallint-32768 .. 32767 Word ....
分类:
编程语言 时间:
2014-06-16 07:52:52
阅读次数:
219
Question:Given a stringsand a dictionary of
wordsdict, determine ifscan be segmented into a space-separated sequence of one
or more dictionary words.F...
分类:
其他好文 时间:
2014-06-16 07:32:47
阅读次数:
186
Question:Given a stringsand a dictionary of
wordsdict, add spaces insto construct a sentence where each word is a valid
dictionary word.Return all suc...
分类:
其他好文 时间:
2014-06-16 06:22:37
阅读次数:
246
DocOptimizer
是一个文档优化工具,它通过移除Excel中多余的单元格;将嵌入的OLE替换成图片;移除文档中的隐藏信息;优化文档中的图片等等手段,将Office或PDF文件压缩20%-90%.
压缩过的文件和源文件看起来完全一样,Word还是Word,PPT还是PPT, 只是文件大小从几M...
分类:
其他好文 时间:
2014-06-12 09:07:33
阅读次数:
186
public class CancleCsOfferTest extends BaseTest {
protected final Log log = LogFactory.getLog(this.getClass()); public User
currOperator;//绝大多数的时候都有登录...
分类:
其他好文 时间:
2014-06-12 08:26:44
阅读次数:
213
p5OO 第五章 面向对象 (基础篇)Notes(1), Constructor / this /
String String str1 = "hello"; 解释 : 是把一个在堆内存空间的使用权给了 str1 对象。 String str2 =
"hello"; str1 == str2 是 t...
分类:
编程语言 时间:
2014-06-12 06:42:11
阅读次数:
421