Commit Graph

1522 Commits

Author SHA1 Message Date
CyC2018
5640334d7b auto commit 2018-09-23 10:06:19 +08:00
CyC2018
bb1d703412 auto commit 2018-09-23 00:56:49 +08:00
朱智慧
c7ce8a05a5
[BUG_FIX] 修改名称错误,事务特性为 ACID 2018-09-19 15:54:20 +08:00
CyC2018
27fdb171e2 Merge branch 'master' of https://github.com/CyC2018/InterviewNotes 2018-09-19 13:28:54 +08:00
CyC2018
642411cdc6 auto commit 2018-09-19 12:56:03 +08:00
郑永川
09294c46a7
Merge pull request #425 from youmark/master
Fix issues in House Robber and Minimum Path Sum sample code
2018-09-19 09:38:25 +08:00
Jingui Ren
177a432595
mask计算错误
当mask = 11011000的时候,mask |= mask >> 2这个时候的值应该为11111110
2018-09-18 10:31:09 +00:00
Yutong Wang
497812bd42
Fix a bug in the Minimum Path Sum solution
Check boundary
2018-09-17 23:40:06 -07:00
Yutong Wang
e3c63b6637
Simplify House Robber solution 2018-09-17 21:50:19 -07:00
CyC2018
f89ef4cf59 auto commit 2018-09-18 09:42:24 +08:00
CyC2018
57a741092b auto commit 2018-09-18 09:33:33 +08:00
CyC2018
338d0bff7f auto commit 2018-09-18 09:31:50 +08:00
CyC2018
170f0fc3eb auto commit 2018-09-14 22:14:52 +08:00
CyC2018
325595d41b auto commit 2018-09-14 22:13:46 +08:00
CyC2018
4746326269 Merge branch 'master' of https://github.com/CyC2018/Interview-Notebook 2018-09-14 21:36:50 +08:00
CyC2018
60ed4f498c auto commit 2018-09-14 21:35:10 +08:00
Yif_Corleone
f2e8961f37
Java 基础 “隐式类型转换”中++和+=效果一样,也会执行隐式的类型转换 2018-09-14 14:13:33 +08:00
Yif_Corleone
b751fc8023
Java 基础,对final关键字补充构造器相关点 2018-09-14 11:32:07 +08:00
郑永川
c40a346a00
Merge pull request #413 from zyt312074545/master
Update 数据库系统原理.md
2018-09-13 20:47:22 +08:00
郑永川
697705031d
Merge pull request #416 from yif-hong/patch-2
String poll笔误修改 227~272行
2018-09-13 19:01:29 +08:00
Yif_Corleone
d167aaf996
String poll笔误修改 227~272行 2018-09-13 18:24:14 +08:00
Yif_Corleone
b88cef16b9
Java 基础 219行笔误
应是 s5 == s6
2018-09-13 18:08:37 +08:00
Yongtao Zhang
07dff03dd4
Update 数据库系统原理.md
高性能 MYSQL 在事务隔离级别中还有一个概念为加锁读。
2018-09-11 14:32:05 +08:00
CyC2018
3c6be1aa1e auto commit 2018-09-10 16:11:36 +08:00
CyC2018
e697abdc3d auto commit 2018-09-10 16:01:25 +08:00
blueli
5c5c056de6
Update Java 基础.md 2018-09-10 15:45:26 +08:00
CyC2018
90440d840d auto commit 2018-09-08 10:14:41 +08:00
CyC2018
f6e6808afe auto commit 2018-09-07 12:54:04 +08:00
CyC2018
0fbafacb9b auto commit 2018-09-07 11:16:10 +08:00
Elong
24c4864bfb
Update 设计模式.md
枚举代码风格修正
2018-09-07 11:07:21 +08:00
CyC2018
187f0bd023 auto commit 2018-09-07 11:01:47 +08:00
CyC2018
732420780c auto commit 2018-09-07 10:39:03 +08:00
CyC2018
941f8e352c auto commit 2018-09-06 18:38:45 +08:00
郑永川
f439ed1e46
Merge branch 'master' into master 2018-09-06 18:33:02 +08:00
peierlong
bd7d42b516 修复代码运行报错 2018-09-06 18:26:39 +08:00
CyC2018
3c08c153be auto commit 2018-09-06 18:24:01 +08:00
CyC2018
cb1f03082e Merge branch 'master' of https://github.com/CyC2018/Interview-Notebook 2018-09-06 18:21:44 +08:00
CyC2018
1365bc4efe auto commit 2018-09-06 18:13:57 +08:00
郑永川
ed2a71f539
Merge pull request #403 from yugandharbandi/master
Added the mentioned cases for Reader-Writer problem
2018-09-06 18:13:52 +08:00
郑永川
4ad77551dc
Merge pull request #401 from peierlong/master
单例模式添加枚举实现
2018-09-06 18:03:37 +08:00
郑永川
990efe2d32
Merge pull request #404 from duang123/patch-1
Update 计算机操作系统.md
2018-09-06 17:18:47 +08:00
zixiao
6e61d32e20 the difference of new and malloc 2018-09-06 11:27:22 +08:00
duang123
59fda4cc63
Update 计算机操作系统.md
线程间通信也要做好同步,参考自UNP卷2 p4
2018-09-06 09:21:14 +08:00
Bandi Yugandhar
4ee1497ade
Update 计算机操作系统.md 2018-09-05 22:22:22 +05:30
Bandi Yugandhar
4fa8a6b8d6
Update and rename notes/计算机操作系统.md to notes/计算机操作系统.md 2018-09-05 21:50:08 +05:30
CyC2018
a015b11038 auto commit 2018-09-05 17:22:45 +08:00
peierlong
9aebc4660f 单例模式添加枚举实现 2018-09-05 16:59:23 +08:00
CyC2018
93090ab6a7 auto commit 2018-09-04 00:04:01 +08:00
CyC2018
13f44993d8 auto commit 2018-09-03 22:47:07 +08:00
CyC2018
d44274c7cc auto commit 2018-09-03 22:37:06 +08:00
CyC2018
137710c645 auto commit 2018-09-03 22:34:58 +08:00
CyC2018
64b26639c8 Merge branch 'master' of https://github.com/CyC2018/Interview-Notebook 2018-09-03 10:39:19 +08:00
CyC2018
9e3ae3e8e6 auto commit 2018-09-03 10:36:55 +08:00
CyC2018
6ea965a9ef auto commit 2018-09-02 22:31:20 +08:00
CyC2018
39965a71db auto commit 2018-09-02 10:59:51 +08:00
CyC2018
9308a2a496 auto commit 2018-09-01 17:34:48 +08:00
CyC2018
7ec044276a auto commit 2018-09-01 17:09:59 +08:00
CyC2018
66bc75d5d1 auto commit 2018-09-01 15:07:50 +08:00
CyC2018
f3d69c363f auto commit 2018-09-01 01:23:33 +08:00
CyC2018
1a1a3f0c8b Merge branch 'master' of https://github.com/CyC2018/Interview-Notebook 2018-09-01 01:22:58 +08:00
CyC2018
0b2d8ac6fd auto commit 2018-09-01 01:22:24 +08:00
CyC2018
b99d1d5237 auto commit 2018-08-30 20:28:09 +08:00
CyC2018
3edd3984f4 auto commit 2018-08-30 20:25:57 +08:00
showCodes
90e46ab379
Update Java 虚拟机.md 2018-08-30 11:02:33 +08:00
Zhiwei Tian
5426af758e
mistakes 2018-08-28 23:22:13 +08:00
CyC2018
06190f2f19 auto commit 2018-08-28 22:55:26 +08:00
CyC2018
03bb846a22 auto commit 2018-08-28 22:02:30 +08:00
郑永川
b1febdca1b
Merge pull request #386 from ziyitony/patch-1
增加了空分复用技术的例子
2018-08-28 21:54:23 +08:00
CyC2018
46f19d913c auto commit 2018-08-28 21:52:21 +08:00
郑永川
0867a68e27
Merge pull request #389 from Yilia05/patch-1
Update 剑指 offer 题解.md
2018-08-28 21:49:56 +08:00
MasterSJ
0fd224b3ab 循环中查找的空格,如果填充的也是空格就死循环了 2018-08-28 13:31:55 +08:00
YiliaZhang
785f48ba52
Update 剑指 offer 题解.md
5. 替换空格   在for (int i = 0; i < str.length( ); i++)中,str还在一直append,for循环出不去,最终会报OOM
2018-08-27 23:21:40 +08:00
ziyitony
4e4c0c2da1
Update 计算机操作系统.md 2018-08-27 00:00:14 +08:00
ziyitony
60e2aa5551
增加了空分复用技术的例子
1.3 小节增加了虚拟内存作为空分复用的例子
2018-08-26 23:52:20 +08:00
CyC2018
9e98742585 auto commit 2018-08-26 23:17:04 +08:00
CyC2018
322a6c58bf auto commit 2018-08-26 20:53:07 +08:00
CyC2018
dce6d0ee3f auto commit 2018-08-26 19:57:38 +08:00
CyC2018
1c85575ed1 auto commit 2018-08-26 16:17:09 +08:00
CyC2018
e57025b873 auto commit 2018-08-26 15:41:50 +08:00
CyC2018
b75f85c617 auto commit 2018-08-26 13:12:11 +08:00
CyC2018
ca9dec515e Merge branch 'master' of https://github.com/CyC2018/Interview-Notebook 2018-08-25 23:14:36 +08:00
CyC2018
4f3fa83fc2 auto commit 2018-08-25 23:12:21 +08:00
newbieof410
cf2e79d832
Update MySQL.md
修改笔误
2018-08-24 10:35:57 +08:00
CyC2018
762c3c698c auto commit 2018-08-23 21:37:51 +08:00
CyC2018
673c9aa04a auto commit 2018-08-21 20:44:53 +08:00
CyC2018
25cd99a8d0 auto commit 2018-08-21 20:14:05 +08:00
CyC2018
d461027654 auto commit 2018-08-21 20:05:55 +08:00
郑永川
dab9968c69
Merge pull request #379 from peierlong/patch-3
Update Java 并发.md
2018-08-21 19:55:32 +08:00
郑永川
ab315f1da3
Merge pull request #380 from wangxujian-laixuzhui/patch-1
选择不稳定,如2,2,1,第一个2会和1交换
2018-08-21 19:53:40 +08:00
wangxujian-laixuzhui
cd354fb46c
快排不稳定,如221,第一个2会和1交换 2018-08-21 18:29:57 +08:00
Elong
db08ad2cda
Update Java 并发.md
文字描述修改的更加严谨一些
2018-08-21 15:11:03 +08:00
CyC2018
67322b7a32 auto commit 2018-08-20 20:32:42 +08:00
RocXing
d10ec622b0
补字 2018-08-20 18:46:03 +08:00
zhang xuelong
7186c28cc5
修改拼写错误 2018-08-19 18:33:49 +08:00
CyC2018
dc05f51681 Merge branches 'master' and 'master' of https://github.com/CyC2018/InterviewNotes 2018-08-17 21:22:04 +08:00
CyC2018
c6b517553a auto commit 2018-08-17 21:19:16 +08:00
郑永川
1c2be4682e
Merge pull request #373 from wangxujian-laixuzhui/patch-1
增加线程三种实现方式的比较
2018-08-17 21:18:24 +08:00
CyC2018
9f1e252e36 auto commit 2018-08-16 22:34:21 +08:00
wangxujian-laixuzhui
56a271b433
增加线程三种实现方式的比较 2018-08-16 08:49:34 +08:00
CyC2018
3da8d737e6 auto commit 2018-08-15 22:55:12 +08:00
CyC2018
aa4dfe2ea7 auto commit 2018-08-15 22:38:23 +08:00
CyC2018
a14c6fd5fd auto commit 2018-08-15 22:27:28 +08:00
CyC2018
d655c65eff auto commit 2018-08-15 22:23:46 +08:00
CyC2018
6478389db1 auto commit 2018-08-15 22:16:30 +08:00
CyC2018
0fb30502e0 auto commit 2018-08-15 21:44:50 +08:00
CyC2018
9e1c1c51c3 auto commit 2018-08-15 19:39:49 +08:00
CyC2018
7f1134e672 auto commit 2018-08-14 23:09:22 +08:00
CyC2018
adda522043 auto commit 2018-08-14 21:10:49 +08:00
CyC2018
489fad2ead Merge branch 'master' of https://github.com/CyC2018/InterviewNotes 2018-08-14 21:10:24 +08:00
CyC2018
819060dc94 auto commit 2018-08-14 21:07:46 +08:00
郑永川
8fffe40cb7
Merge pull request #369 from zzkyeee/master
修改CyclicBarrier部分错误
2018-08-14 21:06:11 +08:00
zhangzhikai
3056dea7b2 修改CyclicBarrier部分错误 2018-08-14 14:49:12 +08:00
zhangzhikai
7fc6ceac3c 修改CyclicBarrier部分错误 2018-08-14 14:45:21 +08:00
郑伟
2abb5464c8
自选锁 -> 自旋锁 2018-08-14 01:03:00 +08:00
CyC2018
5bbc6c381f auto commit 2018-08-13 22:22:55 +08:00
CyC2018
4a8835bf2e auto commit 2018-08-13 22:03:33 +08:00
CyC2018
ddb9e86224 auto commit 2018-08-13 20:44:07 +08:00
CyC2018
7746f5d72f auto commit 2018-08-13 19:57:04 +08:00
CyC2018
5438ab4b60 auto commit 2018-08-13 17:40:07 +08:00
no one
4b569bd08c
Update Java 容器.md
更正错别字 LUR 为LRU
2018-08-13 16:45:09 +08:00
CyC2018
4168b1ccab auto commit 2018-08-13 14:47:06 +08:00
CyC2018
01a916cce7 auto commit 2018-08-13 14:40:05 +08:00
CyC2018
9a4f6ea86c auto commit 2018-08-12 22:53:28 +08:00
CyC2018
0d34f6ec14 auto commit 2018-08-07 17:52:24 +08:00
CyC2018
19d6a24e7b auto commit 2018-08-07 12:40:02 +08:00
CyC2018
f591af33a0 Merge branch 'master' of https://github.com/CyC2018/InterviewNotes 2018-08-07 12:38:40 +08:00
CyC2018
a17a00fb22 auto commit 2018-08-07 12:37:46 +08:00
CyC2018
8c67483fe9 auto commit 2018-08-07 11:12:35 +08:00
Elong
a06245c01c
Update Java 容器.md
8和16的二进制表示问题
2018-08-07 10:39:08 +08:00
CyC2018
b98c2a7094 auto commit 2018-08-06 23:23:25 +08:00
CyC2018
86c26a7cf6 auto commit 2018-08-06 22:29:40 +08:00
CyC2018
ea1c200cde auto commit 2018-08-06 00:29:53 +08:00
CyC2018
4bee3f40f5 auto commit 2018-08-06 00:17:57 +08:00
CyC2018
beb7a82703 Merge branch 'master' of https://github.com/CyC2018/Interview-Notebook 2018-08-06 00:14:12 +08:00
CyC2018
6e9e1d675e auto commit 2018-08-06 00:13:34 +08:00
郑永川
e6475eb3bc
Merge pull request #357 from aikin/patch-1
add refactoring kata into 重构.md
2018-08-05 23:32:03 +08:00
CyC2018
1366a2e149 auto commit 2018-08-05 17:37:04 +08:00
aikin
bd3f5ca243 add refactoring kata into 重构.md 2018-08-05 17:36:53 +08:00
CyC2018
eace8369dd auto commit 2018-08-05 16:35:58 +08:00
CyC2018
288fb85d92 auto commit 2018-08-05 15:29:23 +08:00
luocaodan
cef2ed9ef8
Update 算法.md 2018-08-04 23:06:47 +08:00
CyC2018
e610e0fb10 auto commit 2018-08-04 19:21:15 +08:00
CyC2018
fc97755cac auto commit 2018-08-04 18:32:17 +08:00
CyC2018
336fa4f50f auto commit 2018-08-04 17:00:36 +08:00
CyC2018
b9f9e9807e auto commit 2018-08-04 16:59:09 +08:00
郑永川
ff7187aeb8
Merge pull request #353 from peierlong/patch-1
Update Java 基础.md
2018-08-04 16:19:49 +08:00
luocaodan
bb6d5e4979
Update Java 虚拟机.md
应该是jre目录下,而不是jdk目录
2018-08-04 11:23:03 +08:00
Elong
0e7655e7ae
Update Java 基础.md
equals()方法的文字描述修改
2018-08-03 18:42:53 +08:00
CyC2018
480a8070cd auto commit 2018-08-03 00:12:55 +08:00
Zoctan
1d99676008
增加 ”参数传递“ 中一点内容 2018-08-02 22:40:04 +08:00
luocaodan
726366858b
Update Java 并发.md 2018-08-02 18:28:38 +08:00
Keqi Huang
ef9dc26fb6
Update Java 虚拟机.md 2018-08-02 08:10:35 +08:00
Keqi Huang
2abde21661
Update Java 虚拟机.md 2018-08-02 08:03:42 +08:00
CyC2018
4ab241fd81 auto commit 2018-08-02 00:25:48 +08:00
CyC2018
5c47b6e9f5 Merge branch 'master' of https://github.com/CyC2018/Interview-Notebook 2018-08-02 00:25:16 +08:00
CyC2018
ef16ad9ed6 auto commit 2018-08-02 00:24:52 +08:00
郑永川
66b5883cf5
Merge pull request #347 from Lisanaaa/patch-1
Java 函数重写时,子类的返回值类型要等于或者小于父类的返回值
2018-08-01 20:04:19 +08:00
fighter
fa13575bfb fix typos 2018-08-01 18:20:48 +08:00
Keqi Huang
428975aef0
Java 函数重写时,子类的返回值类型要等于或者小于父类的返回值 2018-08-01 00:56:41 +08:00
CyC2018
5c6d152dba auto commit 2018-08-01 00:20:53 +08:00
CyC2018
872c209987 auto commit 2018-08-01 00:15:26 +08:00
CyC2018
7515d4a8df auto commit 2018-07-31 23:30:59 +08:00
fighter
b1bbd3d418 change XSRF to CSRF 2018-07-31 17:30:04 +08:00
CyC2018
75e5fd8be6 auto commit 2018-07-31 00:30:14 +08:00
CyC2018
c74a55ae0c Merge branch 'master' of https://github.com/CyC2018/Interview-Notebook 2018-07-30 23:24:33 +08:00
CyC2018
f8600a4611 auto commit 2018-07-30 23:22:52 +08:00
fighterhit
8a42a419be
Update Linux.md 2018-07-30 15:26:33 +08:00
CyC2018
e525c61651 auto commit 2018-07-29 15:24:29 +08:00
CyC2018
dc45cfc147 auto commit 2018-07-29 14:12:07 +08:00
CyC2018
65a50dbc7e auto commit 2018-07-29 12:38:35 +08:00
CyC2018
6d8cef8cd1 auto commit 2018-07-29 11:24:25 +08:00
CyC2018
4ba3fdf7f2 auto commit 2018-07-28 01:08:20 +08:00
CyC2018
4c1c3ba35e auto commit 2018-07-28 01:05:53 +08:00
CyC2018
28e05ef54f auto commit 2018-07-27 00:49:18 +08:00
CyC2018
0bdaffd59c auto commit 2018-07-27 00:08:08 +08:00
CyC2018
e56ff5aafb auto commit 2018-07-27 00:03:49 +08:00
CyC2018
41176bb717 auto commit 2018-07-26 23:12:25 +08:00
CyC2018
8a77f76a2c auto commit 2018-07-24 23:30:36 +08:00
CyC2018
6f12a3ff8b auto commit 2018-07-23 23:41:17 +08:00
CyC2018
00626f99dd auto commit 2018-07-23 22:34:27 +08:00
CyC2018
d6a733ca8d auto commit 2018-07-19 23:39:27 +08:00
CyC2018
c9718335fa auto commit 2018-07-12 00:01:21 +08:00
CyC2018
e6e95ab78c auto commit 2018-07-11 23:26:24 +08:00
郑永川
5d197ffff3
Merge pull request #311 from xiangflight/master
已解决冲突,增加单例的另一种实现
2018-07-11 07:29:03 +08:00
xiangflight
2c322e3221 修改措辞 2018-07-10 11:02:40 +08:00
xiangflight
0e97ccce3b 增加了单例的静态内部类实现方法 2018-07-10 10:59:38 +08:00
CyC2018
f82bb76d92 auto commit 2018-07-09 23:41:41 +08:00
CyC2018
717b510f8a Merge branch 'master' of https://github.com/CyC2018/InterviewNotes 2018-07-09 23:41:08 +08:00
CyC2018
48e52d251b auto commit 2018-07-09 23:40:46 +08:00
xiangflight
beb95085f0 修改几处笔误 2018-07-09 19:43:57 +08:00
Joe
57b138500d
错别字修改
奔溃->崩溃
2018-07-03 16:40:45 +08:00
Raymon
96ab659bf4
Update MySQL.md
typo
2018-07-02 12:50:53 +08:00
zach
feb230afda
update socket
单词错误
2018-07-02 11:53:34 +08:00
CyC2018
9439942f26 auto commit 2018-06-30 19:33:37 +08:00
CyC2018
34a463b688 auto commit 2018-06-30 18:49:48 +08:00
CyC2018
327a02eb72 auto commit 2018-06-30 16:08:42 +08:00
CyC2018
b83f485246 auto commit 2018-06-30 14:47:13 +08:00
CyC2018
8568b121cb auto commit 2018-06-30 14:11:16 +08:00
CyC2018
7194925d41 auto commit 2018-06-30 13:07:02 +08:00
CyC2018
5ab835ab9e auto commit 2018-06-30 12:39:23 +08:00