上一页 1 ··· 3 4 5 6 7
摘要: 这是一个很久之前遇到的问题,就是用从官网下下载的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)
摘要: 题目描述: Given an array of integers, return indices of the two numbers such that they add up to a specific target. You may assume that each input would h 阅读全文
posted @ 2016-06-04 21:43 godlei 阅读(210) 评论(0) 推荐(0)
上一页 1 ··· 3 4 5 6 7