一、Reading Confucius is respected by most Chinese as the greatest teacher of all time. Perhaps the most important word he taught was "ren," which means ...
分类:
其他好文 时间:
2020-08-31 13:28:53
阅读次数:
75
本文主要介绍ceph中paxos处理的不同阶段,以及关于paxos的问题在ceph中的贯穿角色。本文以paxos相关问题展开,本文重点为**Paxos决议流程**。本章节属于ceph中较为复杂的章节,需要不断的探索、分析。
分类:
其他好文 时间:
2020-08-28 14:39:06
阅读次数:
45
VS2019+OpenCV4.0 在完成分类器的训练,直接predict是没有问题的,但是保存xml文件后,再用以下的语句加载训练好的xml模型,predict出现了问题。 svm->save("svm.xml") svm->load<SVM>("trained-svm.xml"); OpenCV ...
分类:
其他好文 时间:
2020-08-20 19:00:30
阅读次数:
99
常见Linux系统目录/bin:存放常用的命令/sbin:root用的命令存放/boot:存放的是启动Linux时使用的一些核心文件/dev:设备的意思,存放Linux的外部设备/etc:存放所有系统管理所需要的配置文件和子目录,相当于windows的c:\windows目录/home:用户的家目录/lib:存放系统最基本的动态链接共享库,库文件/media:系统会自动识别一些设备u盘,识别后Li
分类:
其他好文 时间:
2020-08-18 13:44:00
阅读次数:
81
官网下载最新的版本的Python3 https://www.python.org/downloads/release/python-385/ 安装pkg包 Mac默认的版本是2.7,所以需要配置版本为最新版本3.x 查看Python3的路径 which python3 编辑本地环境变量 vim ~/ ...
分类:
编程语言 时间:
2020-08-17 16:43:44
阅读次数:
126
Leetcode.76 Minimum Window Substring Given a string S and a string T, find the minimum window in S which will contain all the characters in T in compl ...
分类:
编程语言 时间:
2020-08-11 15:56:40
阅读次数:
64
A real case which is related to Automatic Delta Handling I use a ticket which I am struggling with recently to start this blog. It took me almost the ...
分类:
Web程序 时间:
2020-08-06 13:09:48
阅读次数:
101
SSM整合 供备忘和查询 前期准备 新建Maven项目,添加web支持 导入必要依赖 <dependencies> <!--Junit测试--> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version ...
分类:
其他好文 时间:
2020-08-05 00:05:13
阅读次数:
65
下载安装程序 wget https://www.apachefriends.org/xampp-files/7.4.8/xampp-linux-x64-7.4.8-0-installer.run (window版本:https://www.apachefriends.org/xampp-files/ ...
分类:
系统相关 时间:
2020-07-30 22:10:03
阅读次数:
93