摘要: 转眼2017已过半,回想半年来的经历,有许多感慨。在一个公司待得时间长了,人就会变得惫懒,很多事情提不起精神去学习研究,自感职业发展道路也到一个瓶颈,急需突破。知识层面的东西自己研究基本上都是浅尝辄止,很难深入进去,一是因为自己底蕴不够,遇到各种难题没法攻克,很容易放弃,没有持之以恒的坚持;二是因为 阅读全文
posted @ 2017-08-24 00:34 shisw 阅读(100) 评论(0) 推荐(0) 编辑
摘要: You are given two non-empty linked lists representing two non-negative integers. The digits are stored in reverse order and each of their nodes contai 阅读全文
posted @ 2017-07-15 19:35 shisw 阅读(135) 评论(0) 推荐(0) 编辑
摘要: 知道LeetCode很长时间了,一直想要尝试解决这些问题,但都没坚持下来。 这次下定决心,把leetCode里的题写一遍,留下这个帖子,做个见证! 阅读全文
posted @ 2017-04-01 14:55 shisw 阅读(82) 评论(0) 推荐(0) 编辑
摘要: 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 have ex 阅读全文
posted @ 2017-04-01 14:55 shisw 阅读(98) 评论(0) 推荐(0) 编辑
摘要: 转自:五年java人的一点感悟恍然间,发现自己在这个行业里已经摸爬滚打了五年了,原以为自 己就凭已有的项目经验和工作经历怎么着也应该算得上是一个业内比较资历的人士了,但是今年在换工作的过程中却遭到了重大的挫折。详细过程我就不再叙述,在 此,只想给大家说一说被拒绝的原因,看看大家有没有相似的经历,和类... 阅读全文
posted @ 2015-11-05 15:09 shisw 阅读(1173) 评论(0) 推荐(0) 编辑
摘要: string "PAYPALISHIRING" is written in a zigzag pattern on a given number of rows like this: (you may want to display this pattern in a fixed font for ... 阅读全文
posted @ 2015-07-13 19:00 shisw 阅读(104) 评论(0) 推荐(0) 编辑
摘要: Given a string S, find the longest palindromic substring in S. You may assume that the maximum length of S is 1000, and there exists one unique longes... 阅读全文
posted @ 2015-07-11 08:00 shisw 阅读(108) 评论(0) 推荐(0) 编辑
摘要: here are two sorted arrays nums1 and nums2 of size m and n respectively. Find the median of the two sorted arrays. The overall run time complexity sho 阅读全文
posted @ 2015-07-10 15:59 shisw 阅读(151) 评论(0) 推荐(0) 编辑
摘要: Given a string, find the length of the longest substring without repeating characters. Examples: Given "abcabcbb", the answer is "abc", which the leng 阅读全文
posted @ 2015-03-25 22:15 shisw 阅读(129) 评论(0) 推荐(0) 编辑
摘要: 引自:SQL Server 并发性系列(三)读写分离提高 SQL Server 并发性在一些大型的网站或者应用中,单台的SQL Server 服务器可能难以支撑非常大的访问压力。很多人在这时候,第一个想到的就是一个解决性能问题的利器——负载均衡。遗憾的是,SQL Server 的所有版本,包括201... 阅读全文
posted @ 2014-10-16 18:14 shisw 阅读(1028) 评论(0) 推荐(0) 编辑