Posts
All the articles I've posted.
-
Password
Published: at 12:02 AMUnderstand identification and authentication, Learn how passwords are protected
-
GDPR - 通用数据保护法规
Published: at 01:02 AMGDPR (General Data Protection Regulation) 是欧盟关于数据保护的法规,它协调了整个欧盟的数据隐私法,保护并增强了欧盟公民的数据隐私,重塑了欧盟处理数据隐私的方式。
-
Gale-Shapley Algorithms - 稳定匹配问题
Published: at 12:25 PM简称“GS 算法”,也称为延迟接受算法。是 Gale 和 Shapley 为了寻找一个稳定匹配而设计出的市场机制。运行时间在算法输入的大小上是线性的。根据其使用方式,它可以找到对匹配一侧的参与者或另一侧的参与者最佳的解决方案。
-
COMPSCI 316: Lectrue 3
Published: at 01:18 AM- Understand computer security
-
1-计算机安全概述
Published: at 01:52 PM参考书目:Computer Security: Principles and Practice, Fourth Edition, by William Stallings and Lawrie Brown. Pearson Higher Ed USA. ISBN 1292220635.
-
集乐-统一多媒体文件资源管理器
Published: at 01:24 PM项目地址:[https://github.com/Ywrby/JiLe](https://github.com/Ywrby/JiLe)
-
集乐-统一多媒体文件资源管理器-开发记录
Published: at 05:18 AM市面上常见的多媒体资源管理器并不少见,比如很有名的本地电子书管理工具-Calibre,图片管理工具-Eagle,以及音频爱好者喜爱的foobar2000。它们在各自的领域内都完美解决了诸多痛点,但人的需求是在不断变化的,互联网的环境也是在不断发生改变的。
-
IndexedDB浏览器数据库基本概念
Published: at 12:15 AM -
25-两级页表
Published: at 01:16 AM某计算机系统按字节寻址,支持32位的逻辑地址,采用分页存储管理,页面大小为4KB,页表项长度为4B。
-
24-基本分页存储管理
Published: at 03:13 AM从之前文章介绍的两种连续分配管理方式中我们可以看到: