摘要:
题目描述: Given a string, find the length of the longest substring without repeating characters. 解题思路: 这个题我认为还是比较有难度的,解题的关键在于理解对于一串数字a[0],a[1],……a[m],……a[ 阅读全文
posted @ 2016-06-05 18:38
godlei
阅读(228)
评论(0)
推荐(0)
摘要:
最近因为项目的要求,需要使用httpclient来发送请求。但是查阅了许多博客,大家发送请求的方法各不相同。原因是因为httpclient的jar包的不同版本,其内部方法也不相同。因此抛开具体用到的jar包而直接复制方法是没有意义的,很容易出现找不到方法的情况。所以在此给出用到的jar包,和在这个j 阅读全文
posted @ 2016-06-05 14:46
godlei
阅读(7223)
评论(1)
推荐(2)
摘要:
题目描述: You are given two linked lists representing two non-negative numbers. The digits are stored in reverse order and each of their nodes contain a s 阅读全文
posted @ 2016-06-05 14:31
godlei
阅读(253)
评论(0)
推荐(1)
摘要:
1.修改端口号 打开tomcat的service.xml文件; 找到<Connector connectionTimeout="20000" port="8080" protocol="HTTP/1.1" redirectPort="8443"/>这句话,把8080改为你想要设置的端口号即可。 2. 阅读全文
posted @ 2016-06-05 11:04
godlei
阅读(411)
评论(0)
推荐(0)
摘要:
这是一个很久之前遇到的问题,就是用从官网下下载的jbpm组件,它的jbpm.jpdl.mysql.sql不能正常运行。其原因是该sql文件中有一句语句有错误。现在附上正确的jbpm.jpdl.mysql.sql文件代码: 阅读全文
posted @ 2016-06-05 10:50
godlei
阅读(294)
评论(0)
推荐(1)
摘要:
问题描述: Given a data stream input of non-negative integers a1, a2, ..., an, ..., summarize the numbers seen so far as a list of disjoint intervals. 解题思路 阅读全文
posted @ 2016-06-05 10:25
godlei
阅读(805)
评论(0)
推荐(2)

浙公网安备 33010602011771号