前言 事务,是描述一组操作的抽象,比如对数据库的一组操作,要么全部成功,要么全部失败。事务具有4个特性:Atomicity(原子性),Consistency(一致性),Isolation(隔离性),Durability(持久性)。在实际开发中,我们对事务应用最多就是在数据库操作这一环,特别是Spri ...
分类:
编程语言 时间:
2019-03-20 09:12:15
阅读次数:
164
js的单线程和异步 前言 说到js的单线程(single threaded)和异步(asynchronous),很多同学不禁会想,这不是自相矛盾么?其实,单线程和异步确实不能同时成为一个语言的特性。js选择了成为单线程的语言,所以它本身不可能是异步的,但js的宿主环境(比如浏览器,Node)是多线程 ...
分类:
编程语言 时间:
2019-03-20 00:43:23
阅读次数:
200
这个写法只为熟悉一下map的基本操作,复杂度不符合要求。 异或操作可还行 ...
分类:
其他好文 时间:
2019-03-19 01:37:01
阅读次数:
197
原题地址https://leetcode.com/problems/single-number-ii/ 题目描述Given an array of integers, every element appears three times except for one. Find that single ...
分类:
其他好文 时间:
2019-03-18 18:44:33
阅读次数:
189
A abstract 抽象的 abstract base class (ABC)抽象基类 abstract class 抽象类 abstraction 抽象、抽象物、抽象性 access 存取、访问 access function 访问函数 access level访问级别 account 账户 a ...
分类:
其他好文 时间:
2019-03-18 16:47:00
阅读次数:
215
78、ViewtheexhibitandexaminethestructureoftheCUSTOMERStable.Whichtwotaskswouldrequiresubqueriesorjoinstobeexecutedinasinglestatement?A.findingthenumberofcustomers,ineachcity,whosecreditlimitismorethant
分类:
其他好文 时间:
2019-03-18 11:42:05
阅读次数:
180
77、Which two statements are true about sequences created in a single instance database? (Choose two.) A. When the MAXVALUElimit for the sequence is re ...
分类:
其他好文 时间:
2019-03-18 10:21:12
阅读次数:
161
COMP0004 Coursework Part IIIPurpose: To develop an application with a GUI to display data.Submission: There is a single submission deadline for all th ...
分类:
其他好文 时间:
2019-03-17 20:07:05
阅读次数:
151
C - Digital Roots Description The digital root of a positive integer is found by summing the digits of the integer. If the resulting value is a single ...
分类:
其他好文 时间:
2019-03-17 19:39:55
阅读次数:
179
Description The Leiden University Library has millions of books. When a student wants to borrow a certain book, he usually submits an online loan form ...
分类:
其他好文 时间:
2019-03-16 20:47:16
阅读次数:
102