1:用户登录界面 login.jsp "> My JSP 'login.jsp' starting page --> 用户名字: 用户...
分类:
编程语言 时间:
2015-07-17 20:23:07
阅读次数:
279
Problem Definition:Write an algorithm to determine if a number is "happy".A happy number is a number defined by the following process: Starting with a...
分类:
移动开发 时间:
2015-07-17 17:54:55
阅读次数:
111
Consider the following "magic" 3-gon ring, filled with the numbers 1 to 6, and each line adding to nine.
Working clockwise, and starting from the group of three with the numerically lowest exte...
分类:
其他好文 时间:
2015-07-17 10:06:11
阅读次数:
231
By starting at the top of the triangle below and moving to adjacent numbers on the row below, the maximum total from top to bottom is 23.
3
7 4
2 4 6
8 5 9 3
That is, 3 + 7 + 4 + 9 = 23.
Find th...
分类:
其他好文 时间:
2015-07-16 09:52:17
阅读次数:
155
题目:By starting at the top of the triangle below and moving to adjacent numbers on the row below, the maximum total from top to bottom is 23.
3
7 4
2 4 6
8 5 9 3
That is, 3 + 7 + 4 + 9 = 23.
Find...
分类:
其他好文 时间:
2015-07-16 09:47:47
阅读次数:
157
CENTOS下创建FTP登录用户yum install vsftpd2.启动/重启/关闭vsftpd服务器[root@localhost ftp]# /sbin/service vsftpd restartShutting down vsftpd: [ OK ]Starting vsftpd for...
分类:
其他好文 时间:
2015-07-16 02:03:09
阅读次数:
102
题目:Given a sorted array of integers, find the starting and ending position of a given target value.Your algorithm's runtime complexity must be in the ...
分类:
其他好文 时间:
2015-07-14 17:38:45
阅读次数:
128
Happy Number问题描述Write an algorithm to determine if a number is “happy”.A happy number is a number defined by the following process: Starting with any positive integer, replace the number by the sum of...
分类:
移动开发 时间:
2015-07-14 13:41:51
阅读次数:
126
LeetCode——4Sum & 总结
有人对 Leetcode 上 2Sum,3Sum,4Sum,K Sum问题作了总结:
http://blog.csdn.net/nanjunxiao/article/details/12524405
对于同类问题做了代码模型:int i = starting; //头指针
int j = num.size() - 1; //尾指针...
分类:
其他好文 时间:
2015-07-13 20:44:02
阅读次数:
98
从github下载下来之后运行,遇到的问题就是下面这个Error:Execution failed for task ':imagepipeline:ndk_build_bitmaps'.
> A problem occurred starting process 'command 'ndk-build.cmd''首先配置一下NDK的系统环境变量NDK_HOME,并且将其添加到PATH里面 不会的看...
分类:
移动开发 时间:
2015-07-13 18:33:46
阅读次数:
252