摘要: 采用封锁解决并发一致性问题 阅读全文
posted @ 2019-04-30 20:01 yjxyy 阅读(850) 评论(0) 推荐(0) 编辑
摘要: 在并发环境下,事务的隔离性很难保证,因此会出现很多并发一致性的问题。 阅读全文
posted @ 2019-04-30 19:51 yjxyy 阅读(589) 评论(0) 推荐(0) 编辑
摘要: You are given an n x n 2D matrix representing an image.Rotate the image by 90 degrees (clockwise). 阅读全文
posted @ 2019-04-30 18:57 yjxyy 阅读(216) 评论(0) 推荐(0) 编辑
摘要: Given a set of candidate numbers (`candidates`) (without duplicates) and a target number (`target`), find all unique combinations in `candidates` where the candidate numbers sums to `target`. 阅读全文
posted @ 2019-04-30 18:54 yjxyy 阅读(190) 评论(0) 推荐(0) 编辑
摘要: Suppose an array sorted in ascending order is rotated at some pivot unknown to you beforehand. 阅读全文
posted @ 2019-04-30 18:24 yjxyy 阅读(160) 评论(0) 推荐(0) 编辑
摘要: 输入一个正整数数组,把数组里所有数字拼接起来排成一个数,打印能拼接出的所有数字中最小的一个。 阅读全文
posted @ 2019-04-30 18:21 yjxyy 阅读(133) 评论(0) 推荐(0) 编辑
摘要: 求出1~13的整数中1出现的次数,并算出100~1300的整数中1出现的次数 阅读全文
posted @ 2019-04-30 18:18 yjxyy 阅读(146) 评论(0) 推荐(0) 编辑
摘要: 给一个数组,返回它的最大连续子序列的和 阅读全文
posted @ 2019-04-30 18:15 yjxyy 阅读(104) 评论(0) 推荐(0) 编辑