Mermaid support test
Test for mermaid and iframe
2022-5-26
updated: Mermaid support has be removed because loading mermaid.min.js costs too much time. It will be re-eabled once needed.
Test for mermaid and iframe
2022-5-26
updated: Mermaid support has be removed because loading mermaid.min.js costs too much time. It will be re-eabled once needed.
这个博客已经荒废了很久。由于定位上是一个偏向技术型的博客,记录学习中遇到的一些问题,所以我一般不会把学术研究内容或浅显的问题写在博客里。此外由于不想花钱和时间搭服务器,也不想花时间学习更多的建站知识,所以选择了 github pages 这一平台。本文就如何搭建 github pages 以及提高大陆地区的访问速度做一个简单介绍。
Kennard-Stone (KS) and SPXY algorithms are common sample split algorithms in the chemometrics field. Unlike random split, these two methods are based on the so called "maximum minimum distance", which means the split result of KS and SPXY are definite instead of random. This article will briefly introduce these 2 algorithms and provide the python implementation.
在仪器使用过程中,工作站电脑应以稳定作为首要目标,这也意味着一些其他服务最好放在其他电脑上,如文件共享等。可采用以下的网络架构来实现文件的共享和外部访问。
随着互联网的快速发展和入网设备的增多,公网IPv4地址越来越稀罕。试想一下,如果你在家里或者在单位里搭建了一套网络服务,比如NAS,如果没有公网ip,又改如何在外连接呢?
家里装修比较早,只接入了一根网线,也就只能接一个无线路由器。由于我的房间在楼下,无线路由器在楼上,信号质量有点捉襟见肘,而且不同设备间使用局域网时也会掉线,实在影响使用体验。
实验室服务器为Ubuntu 14.04.5系统,性能自然不用说,Matlab却只有2013b和2012a的版本,让本地使用2016a的同志们感到不舒服,因为有些函数还是有很大修改的(比如matlabpool)。在实验室同志的强烈要求下,给服务器装了Matlab2017a版本(2016a的版本没找到破解版~)。