题目
Find the contiguous subarray within an array (containing at least one number) which has the largest sum.
For example, given the array [?2,1,?3,4,?1,2,1,?5,4],
the contiguous subarray [4,...
分类:
其他好文 时间:
2014-06-19 12:08:20
阅读次数:
270
【测试步骤】:
1、进入短信界面
2、菜单-设置
3、修改短信中心号码(Set the SIM's smsc number) 保存
【测试结果】:提示保存成功,但是号码没有改变,退出重新进入设置才会看到号码更新
【预期结果】:提示保存成功,号码变为修改过的号码
相关Activity:通过Logcat中I/ActivityManager( 896):我们可以定位到该类-Messag...
分类:
其他好文 时间:
2014-06-19 11:47:49
阅读次数:
315
原题地址:https://oj.leetcode.com/problems/remove-duplicates-from-sorted-list-ii/题意:Given
a sorted linked list, delete all nodes that have duplicate number...
分类:
编程语言 时间:
2014-06-16 10:40:35
阅读次数:
340
划分子网方法:1.你所选择的子网掩码将会产生多少个子网?:2 的x 次方(x
代表掩码位数)2.每个子网能有多少主机?: 2 的y 次方-2(y 代表主机位数)3.有效子网是?:有效子网号=256-10 进制的子网掩码(结果叫做block
size 或base number)4.每个子网的广播地址是...
分类:
其他好文 时间:
2014-06-16 10:39:33
阅读次数:
330
Oracle数据类型字符类型CHAR 、 NCHAR VARCHAR2 、 NVARCHAR2
LONG NUMBER 数值类型NUMBER 日期类型TIMESTAMPRAW、LONG RAW 其它类型LOBBFILEXML
TYPE及用户自定义类型1、CHAR及VARCHAR2类型如果对某个CH....
分类:
数据库 时间:
2014-06-16 09:09:12
阅读次数:
321
上一节介绍了jfinal框架的简单搭建,这节通过一个小例子了解jfinal的结构和特点先上图1、建数据库(我用的是oracle数据库,其他的相对也差不多)--
Create tablecreate table CLASSES( classesid NUMBER not null, cl...
分类:
其他好文 时间:
2014-06-16 00:56:24
阅读次数:
857
ptmxDESCRIPTION The file /dev/ptmx is a
character file with major number 5 and minor number 2, usually of mode 0666 and
owner.group of...
分类:
其他好文 时间:
2014-06-16 00:55:41
阅读次数:
310
1729 is the natural number following 1728 and
preceding 1730. It is also known as theHardy-Ramanujan numberafter a famous
anecdote of the British math...
分类:
其他好文 时间:
2014-06-16 00:45:35
阅读次数:
173
big():创建一个标记,将这个字符串的字体变大blink():创建一个标记,使字符串具有闪烁效果bold():创建一个标记,使字符串加粗显示fixed():创建一个标记,使字符串固定倾斜显示italics():创建一个标记,使字符串以斜体显示small():创建一个标记,使字符串以小号字体显示su...
分类:
编程语言 时间:
2014-06-13 17:52:37
阅读次数:
370