Fork me on GitHub
上一页 1 ··· 19 20 21 22 23 24 25 26 27 ··· 41 下一页
摘要: Merge two sorted linked lists and return it as a new list. The new list should be made by splicing together the nodes of the first two lists. Subscrib 阅读全文
posted @ 2016-10-18 23:09 LinkinStar 阅读(289) 评论(0) 推荐(0) 编辑
摘要: 之前我有博客也尝试过使用redis,在实际的项目中确实作用挺大的。至少对于数据的频繁读取来说都起着至关重要的作用。 但是随着技术的学习,慢慢的业务要复杂起来,以后也许会用到redis集群,所以在这边查询了一些资料,做了一些思考和理解。 如果有问题,请提出,虚心接受,认真学习。 一般的redis逻辑 阅读全文
posted @ 2016-10-17 16:47 LinkinStar 阅读(9325) 评论(5) 推荐(0) 编辑
摘要: It was worse because I was tired; 更糟糕的是因为我疲惫了。 I still couldn't sleep with the wind echoing around the house. 窒息的风绕着整幢房子,我仍然睡不着。 It was worse because 阅读全文
posted @ 2016-10-17 14:25 LinkinStar 阅读(208) 评论(0) 推荐(0) 编辑
摘要: org.springframework.transaction.NoTransactionException: No transaction aspect-managed TransactionStatus in scope 使用spring事务注解的时候遇到过这个问题吗? 下面我们来看两种写法,第 阅读全文
posted @ 2016-10-16 16:43 LinkinStar 阅读(15747) 评论(3) 推荐(0) 编辑
摘要: 很多时候对于新的开发人员最容易犯得错误就是细节问题。对于如何在业务逻辑上面的细节上面出错,有很多要考虑的地方,但是如何保证不出错呢?需要把每一个考虑到的点都能列出来。然后按照列出来的点来考虑和编程可能对于细节出错上面有很大的帮助。然后是总结有那几种不同形式的业务逻辑,然后那些事通用的,那些是需要考虑 阅读全文
posted @ 2016-10-14 22:27 LinkinStar 阅读(490) 评论(0) 推荐(0) 编辑
摘要: Given a string, find the first non-repeating character in it and return it's index. If it doesn't exist, return -1. Examples: 除了两次for循环,暂时没有想到N时间复杂度的解 阅读全文
posted @ 2016-10-13 23:09 LinkinStar 阅读(155) 评论(0) 推荐(0) 编辑
摘要: 黑天鹅 《黑天鹅》是2010年由达伦·阿伦诺夫斯基执导的美国电影。 剧情简介 围绕娜塔莉·波曼饰演的妮娜,一位纽约的芭蕾舞演员展开,她与母亲——退休的芭蕾舞演员艾丽卡居住在一起,她的生活只有舞蹈以及野心勃勃的职业目标。好机会终于降临,当导演托马斯(文森特·卡塞尔)决定为新一季《天鹅湖》挑选新演员时, 阅读全文
posted @ 2016-10-12 20:26 LinkinStar 阅读(257) 评论(0) 推荐(0) 编辑
摘要: 首先要明白的java的方法传递的究竟是什么? 对于基本类型,传递的是基本类型的值,而对于引用类型传递的是地址。 所以无论是什么,传递的都是值,因为你可以把地址理解成9x0000这种,也是一个值。 所以传递的都是值。 那么方法中什么时候会改变原来的值,什么时候不会呢? 1、只要是基本类型,传递的是值, 阅读全文
posted @ 2016-10-11 23:05 LinkinStar 阅读(4717) 评论(0) 推荐(1) 编辑
摘要: The next day was better… and worse. 明天会更好也会更坏。 It was better because it wasn't raining yet, though the clouds were dense and opaque. 更好是因为不会再下雨了,但云层依然 阅读全文
posted @ 2016-10-11 16:51 LinkinStar 阅读(179) 评论(0) 推荐(0) 编辑
摘要: "Never mind, then," he said hastily in a voice like velvet. 别介意,他用天鹅绒般的声音急切的说道 "I can see that it's impossible. Thank you so much for your help." 我明白了 阅读全文
posted @ 2016-10-10 12:21 LinkinStar 阅读(197) 评论(0) 推荐(0) 编辑
上一页 1 ··· 19 20 21 22 23 24 25 26 27 ··· 41 下一页