You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _posts/arts/2019-04-19-arts_week_3.md
+7-4Lines changed: 7 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,9 +7,9 @@ tags: arts
7
7
> **本周提纲:**
8
8
>
9
9
> 1. Algorithm: 删除排序数组中的重复项
10
-
> 2. Review: 一个谷歌工程师编码解决问题的过程
11
-
> 3. Tip: Jenkins REST API 触发任务执行
12
-
> 4. Share: 关于负载均衡的一切(58沈剑)
10
+
> 2. Review: 开发需要了解的编码/加密/哈希/盐/密钥扩展
11
+
> 3. Tip: NATAPP内网穿透
12
+
> 4. Share: InnoDB锁
13
13
14
14
<!-- more -->
15
15
@@ -55,9 +55,12 @@ class Solution:
55
55
56
56
## Review
57
57
58
-
[TDD Changed My Life](https://medium.com/javascript-scene/tdd-changed-my-life-5af0ce099f80)[测试驱动开发改变我的人生]
58
+
[What devs need to know about Encoding / Encryption / Hashing / Salting / Stretching](https://hackernoon.com/what-devs-need-to-know-about-encoding-encryption-hashing-salting-stretching-76a3da32e0fd)[开发需要了解的编码/加密/哈希/盐]
0 commit comments