自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(5)
  • 资源 (1)
  • 收藏
  • 关注

原创 【LeetCode】Maximum Product Subarray

Total Accepted: 7579 Total Submissions: 47716 My Submissions Question Solution Find the contiguous subarray within an array (containing at least one number) which has the largest product.For examp

2014-10-17 11:33:43 678

原创 【LeetCode】Remove Element

Remove ElementTotal Accepted: 27425 Total Submissions: 82536 My Submissions Question Solution Given an array and a value, remove all instances of that value in place and return the new length.Th

2014-10-16 18:08:44 587

原创 【PostgreSQL】PostgreSQL hstore类型数据增删改查

1、登陆数据库2、创建数据库hstore,并安装extension3、建表4、插入数据5、查找数据6、更新数据7、删除数据8、常规查询9、将key值转为set输出。10、将key值转为array输出。11、将value值转为set输出。12、将value值转为array输出。13、将hstore值转为array输出。14、查询age为20

2014-10-15 19:14:45 4213

原创 【activiti】常用API

1、根据流程实例ID获取一个流程的所有任务。HistoricTaskInstanceQuery taskQuery = historyService.createHistoricTaskInstanceQuery();taskQuery.processInstanceId(processInstanceId); List taskInfos = taskQuery.list();

2014-10-11 18:28:11 968

原创 【LeetCode】Length of Last Word

Length of Last Word Total Accepted: 20470 Total Submissions: 69655 My SubmissionsGiven a string s consists of upper/lower-case alphabets and empty space characters ' ', return the length of last w

2014-10-10 17:38:26 637

时间转换工具

将时间转换为13位毫秒,例如2014-01-14 12:43:20转为13位毫秒是1389674600000,同时也支持将1389674600000转换为2014-01-14 12:43:20

2014-01-14

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除