本文主要参考《计算机操作系统(第四版)》(西安电子科技大学出版社)以及清华大学操作系统公开课(向勇、陈渝),整理操作系统的基本概念,供自己复习查阅。 操作系统 操作系统(Operating System,OS) 是计算机硬件之上的第一层软件,是现代计算机系统中最基本和最重要的系统软件。 目标 1. ...
分类:
其他好文 时间:
2019-11-14 13:48:31
阅读次数:
93
原文链接:https://docs.opencv.org/4.1.2/d4/d8c/tutorial_py_shi_tomasi.html 如有错误欢迎指出~谢谢 Goal In this chapter, We will learn about the another corner detecto ...
分类:
其他好文 时间:
2019-11-12 13:02:36
阅读次数:
95
<!DOCTYPE html> <html> <head> <meta charset="utf-8"/> <title>mqtt</title> <p>官方文档参考网址:https://docs.emqx.io/tutorial/v3/cn/client_dev/javascript.html</ ...
分类:
Web程序 时间:
2019-11-12 11:12:35
阅读次数:
188
<!DOCTYPE html> <html> <head> <meta charset="utf-8"/> <title>登录</title> <p>登录操作 输入为 密码</p> <style> #message { height: 520px; border-bottom: 1px solid ...
分类:
Web程序 时间:
2019-11-12 10:50:47
阅读次数:
95
本文转自:https://github.com/jasonGeng88/blog本系列文章将整理到我在GitHub上的《Java面试指南》仓库,更多精彩内容请到我的仓库里查看https://github.com/h2pl/Java-Tutorial喜欢的话麻烦点下Star哈文章将同步到我的个人博客:www.how2playlife.com本文是微信公众号【Java技术江湖】的《不可轻视的Java网
分类:
编程语言 时间:
2019-11-12 01:06:41
阅读次数:
87
原文链接 https://docs.opencv.org/4.1.2/dc/d0d/tutorial_py_features_harris.html 阅读文档学习opencv 如有问题,大家指出~~ Goal In this chapter, We will understand the conce ...
分类:
其他好文 时间:
2019-11-10 19:39:13
阅读次数:
106
本文基于 "https://github.com/h2pl/Java Tutorial" 的总结 Java7 HashMap(数组+链表) Java7 ConcurrentHashMap(段(数组+链表)+ ReentrantLock) Java8 HashMap (数组+链表+红黑树) ( 如果链 ...
分类:
编程语言 时间:
2019-11-10 19:34:07
阅读次数:
73
原文链接 https://docs.opencv.org/4.1.2/df/d54/tutorial_py_features_meaning.html 阅读英文文档开始理解opencv图像识别。有翻译不对的地方,大家指正~谢谢 Goal In this chapter, we will just t ...
分类:
其他好文 时间:
2019-11-10 15:59:07
阅读次数:
105
本文基于 "https://github.com/h2pl/Java Tutorial" 的总结 ReentrantReadWriteLock(读写锁)源码分析 "BlockingQueu 阻塞队列" ArrayBlockingQueue(数组。有界) LinkedBlockingQueue(链表。 ...
分类:
编程语言 时间:
2019-11-10 14:00:04
阅读次数:
89
参考链接:https://docs.python.org/zh-cn/3/tutorial/venv.html 1.创建一个目录: mkdir dir 2.进入目录: cd dir/ 3. 执行 python -m venv . 4. source ./bin/activate 生效 ...
分类:
编程语言 时间:
2019-11-10 13:32:44
阅读次数:
73