摘要: 1.关闭项目又打开在Java文件中报乱码。file中都改成UTF-8编码,两个都改,而不是GBK。2.新建项目的rendering problem,解决方案:在Theme前面加一个Base。(style.xml文件中) 阅读全文
posted @ 2015-10-14 12:17 Jennifer8385 阅读(125) 评论(0) 推荐(0)
摘要: 题目:mplement atoi to convert a string to an integer.Hint: Carefully consider all possible input cases. If you want a challenge, please do not see below... 阅读全文
posted @ 2015-10-08 07:41 Jennifer8385 阅读(275) 评论(0) 推荐(0)
摘要: 这题花了3小时……116行代码,已经突破我目前的编码纪录题目:Given two binary strings, return their sum (also a binary string).For example,a = "11"b = "1"Return "100". 分析:1.第一反应是采用... 阅读全文
posted @ 2015-10-07 20:13 Jennifer8385 阅读(340) 评论(0) 推荐(0)
摘要: 题目:Given a string s consists of upper/lower-case alphabets and empty space characters ' ', return the length of last word in the string.If the last wo... 阅读全文
posted @ 2015-10-07 15:48 Jennifer8385 阅读(517) 评论(0) 推荐(0)