- 博客(9)
- 资源 (2)
- 收藏
- 关注
原创 Android平台增加新定义的按键
这次我们是需要通过触摸屏产生一个虚拟按键信息上报,而且需求是不能是系统中原有的按键,由于本人菜鸟完全不会,只能不停网上搜索,还好还能找到了一个很有参考意义的文章 (Android下添加新定义的自定义键值和按键处理流程),但是由于不知道哪个是原创,所以就只列出名字。但是文章里面有部分文件的名字不符,因此也走了不少弯路,特将自己这次的调试写出,希望能给和我一样的菜鸟同学提供参考(本人使用的MSM890...
2018-03-02 11:44:52
2096
原创 求字符串中连续无重复子字符串的最大长度 (Longest Substring Without Repeating Characters)
题目来源:https://leetcode.com/problems/longest-substring-without-repeating-characters/#/descriptionGiven a string, find the length of the longest substring without repeating characters.Examples:
2017-03-31 15:25:48
577
原创 查找字符串中的最长回文 (Longest Palindromic Substring)
题目来源:https://leetcode.com/problems/longest-palindromic-substring/#/descriptionGiven a string s, find the longest palindromic substring in s. You may assume that the maximum length of s is
2017-03-31 10:51:15
896
原创 二进制字符串值加法实现 (Add Binary )
题目来源:https://leetcode.com/problems/add-binary/#/descriptionGiven two binary strings, return their sum (also a binary string).For example,a = "11"b = "1"Return "100"题意为传入两个二进制的字符串,需要输出这两个
2017-03-30 14:54:46
895
原创 求数组内子数组最大的和(Maximum Subarray )
来源:https://leetcode.com/problems/maximum-subarray/#/descriptionFind the contiguous subarray within an array (containing at least one number) which has the largest sum.For example, given the array [-2,
2017-03-30 14:37:55
1217
原创 迷失的自我
<br /> 有的时候,我真的希望这一切只是一场梦,梦醒来后我还有机会重新来过,然而人生不是铅笔字,橡皮檫不掉。毕业已经一年了,回想起这一年来心里面似乎只有苦涩,有种想痛哭一场的冲动。现在已经是一年来的第四份工作了,而现在我依然什么都没有,没有学到东西,没有获得工作经验,有的似乎只是忧伤。大学四年是荒废而过的,作为计算机专业的学生,我却什么都不知道,不知道学计算机能做什么应该做什么,没有职业规划,没有人生目标,不会编程,不会维护系统,不会管理网络。因为感到什么都没学会,所以前面一直找门槛低的销售来做但性格
2010-06-08 15:19:00
538
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人