/*ST*/

导航

2017年4月27日 #

[LeetCode] Longest Substring Without Repeating Characters

摘要: [题目] Given a string, find the length of the longest substring without repeating characters. Examples: Given "abcabcbb", the answer is "abc", which the 阅读全文

posted @ 2017-04-27 10:26 /*ST*/ 阅读(116) 评论(0) 推荐(0) 编辑

2017年3月18日 #

intellij idea打jar包时的注意事项

摘要: intellij idea项目在打包maven项目时,数据路径很容易出现问题。在IDE内直接运行不会报错,但打成jar包运行就会报错。 intellij打包的几种方式:http://www.cnblogs.com/qifengshi/p/6036870.html。其中后几种maven方法,Mac可能 阅读全文

posted @ 2017-03-18 14:35 /*ST*/ 阅读(624) 评论(0) 推荐(0) 编辑