环境:MacOS 10.13.6 虚拟机:VirtualBox6.0(VirtualBox-6.0.4-128413-OSX.dmg) Linux:Centos7(CentOS-7-x86_64-Minimal-1810.iso) 一:虚拟机安装 这个。。。。真没啥好说的。。。略过 二:虚拟机创建C ...
分类:
其他 时间:
2019-03-30 00:12:56
收藏:
0 评论:
0 赞:
0 阅读:
167
L2-004 这是二叉搜索树吗? (25 分) L2-004 这是二叉搜索树吗? (25 分) L2-004 这是二叉搜索树吗? (25 分) 一棵二叉搜索树可被递归地定义为具有下列性质的二叉树:对于任一结点, 其左子树中所有结点的键值小于该结点的键值; 其右子树中所有结点的键值大于等于该结点的键值 ...
分类:
其他 时间:
2019-03-30 00:12:33
收藏:
0 评论:
0 赞:
0 阅读:
277
POJ1012 - Joseph Joseph Description The Joseph's problem is notoriously known. For those who are not familiar with the original problem: from among n ...
分类:
其他 时间:
2019-03-30 00:12:14
收藏:
0 评论:
0 赞:
0 阅读:
184
创建序列化器,序列化管理器,closureSerializer //通过反射创建序列化对象 // Create an instance of the class with the given name, possibly initializing it with our conf def insta ...
分类:
其他 时间:
2019-03-30 00:11:40
收藏:
0 评论:
0 赞:
0 阅读:
177
线程(包括安全性和多线程等方面) 线程安全 1从原理来看(JMM(java内存模型)的设计) https://my.oschina.net/u/1778239/blog/1610185 https://my.oschina.net/u/1778239/blog/1613240 2具体的例子&线程安全 ...
分类:
其他 时间:
2019-03-30 00:11:13
收藏:
0 评论:
0 赞:
0 阅读:
189
Undo LogUndo Log 是为了实现事务的原子性,在MySQL数据库InnoDB存储引擎中,还用Undo Log来实现多版本并发控制(简称:MVCC)。- 事务的原子性(Atomicity)事务中的所有操作,要么全部完成,要么不做任何操作,不能只做部分操作。如果在执行的过程中发生了错误,要回 ...
分类:
数据库技术 时间:
2019-03-30 00:10:56
收藏:
0 评论:
0 赞:
0 阅读:
152
Python的课程开课至今,我对Python这一语言也有了大概的初步了解。其中最吸引我的一大特点便是语法简洁。实现相同的功能,Python的代码行数可能是别的语言的代码行数的五分之一,甚至十分之一。举个例子:分别用C语言和Python编写Hello程序。 C语言: #include <stdio.h ...
分类:
其他 时间:
2019-03-30 00:10:42
收藏:
0 评论:
0 赞:
0 阅读:
181
[LeetCode]20 Valid Parentheses 有效的括号 Description Given a string containing just the characters , , , , and , determine if the input string is valid. A ...
分类:
其他 时间:
2019-03-30 00:10:23
收藏:
0 评论:
0 赞:
0 阅读:
148
LED数码管 共阳极LED:0xc0,0xf9,0xa4,0xb0,0x99,0x92,0x82,0xf8,0x80,0x90,0x88,0x83,0xc6,0xa1,0x86,0x8e 共阴极LED:0x3f,0x06,0x5b,0x4f,0x66,0x6d,0x7d,0x07,0x7f,0x6f ...
分类:
其他 时间:
2019-03-30 00:09:36
收藏:
0 评论:
0 赞:
0 阅读:
218