Given a linked list, return the node where the cycle begins. If there is no cycle, return null. Follow up:Can you solve it without using extra space?这...
分类:
其他好文 时间:
2014-12-02 14:55:22
阅读次数:
195
Fragment和ActionBar都是Android3.0之后出现的,Fragment,碎片,主要是为了支持更多的UI设计在大屏幕设备上,如平板。因为现在设备的屏幕越来越大,使用Fragment可以更灵活的管理视图层次的变化。像Activity一样,可以创建Fragment来包含View,进行布局,但是Fragment必须嵌入在Activity中,不能单独存在,而且一个Activity可以嵌入多...
分类:
移动开发 时间:
2014-12-02 10:37:24
阅读次数:
368
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 tree and sum...
分类:
其他好文 时间:
2014-12-01 22:37:27
阅读次数:
146
GooglePlay上的一道逆向题,一共有5关难度,选择相应的难度,输入Name和Serial后,点击submit后,可提示是否通关成功。如图。程序总体结构分析利用ApkIDE对com.me.keygen.activity进行逆向后,发现MainActivity.smali的validateSerial()方法用于判断是否通关,该方法又调用KeyV..
分类:
移动开发 时间:
2014-12-01 19:30:25
阅读次数:
408
Action Bar是一种新増的导航栏功能,在Android 3.0之后加入到系统的API当中.
一、Action Bar 功能
1 .标识了用户当前操作界面的位置
2. 提供了额外的用户动作
3. 界面导航等功能。
二、使用ActionBar的好处:
它可以给提供一种全局统一的UI界面,使得用户在使用任何一款软件时都懂得该如何操作,并且ActionBar还可以自动适应...
分类:
移动开发 时间:
2014-12-01 19:21:09
阅读次数:
264
使用DataSet对象访问数据库 当对DataSet对象进行操作时,DataSet对象会产生副本,所以对DataSet里的数据进行编辑操作不会直接对数据库产生影响,而是将DataRow的状态设置为added、deleted或changed,最终的更新数据源动作将通过DataAdapter对象的up....
分类:
数据库 时间:
2014-12-01 14:09:15
阅读次数:
221
ZOJ 1711 Sum It Up(DFS啊 )...
分类:
其他好文 时间:
2014-11-30 23:21:11
阅读次数:
219
一、HTML的介绍Hyper Text Mark-up Language 超文本标记语言,是一种描述性标记语言(不是编程语言),主要用于描述网页(可以有图像,文字,声音,等..)但没有交互性HTML运行原理: 1.本地运行:html文件用浏览器打开 2.远程访问运行:本地浏览器访问远程服务器(如.....
分类:
Web程序 时间:
2014-11-30 21:28:07
阅读次数:
268
Follow up for N-Queens problem.Now, instead outputting board configurations, return the total number of distinct solutions.#include#include#includeusi...
分类:
其他好文 时间:
2014-11-30 21:22:31
阅读次数:
163
微软在11月中旬的Connect()研讨会中公布了一系列 2015年的发展规划,今天在MSDN Blog上看到了一篇比较全的相关文章合集,这里转录一下,感兴趣的朋友可以看看。
Announcements
Opening up Visual Studio and .NET to Every Devel...
分类:
Web程序 时间:
2014-11-30 21:17:37
阅读次数:
333