Latest
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.
如何搭建github pages以及提高访问速度
这个博客已经荒废了很久。由于定位上是一个偏向技术型的博客,记录学习中遇到的一些问题,所以我一般不会把学术研究内容或浅显的问题写在博客里。此外由于不想花钱和时间搭服务器,也不想花时间学习更多的建站知识,所以选择了 github pages 这一平台。本文就如何搭建 github pages 以及提高大陆地区的访问速度做一个简单介绍。
Kennard-Stone algorithm and SPXY algorithm with python implementation
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.
Windows下创建共享文件夹并映射网络驱动器
在仪器使用过程中,工作站电脑应以稳定作为首要目标,这也意味着一些其他服务最好放在其他电脑上,如文件共享等。可采用以下的网络架构来实现文件的共享和外部访问。
Frp内网穿透及HTTP代理的实现
随着互联网的快速发展和入网设备的增多,公网IPv4地址越来越稀罕。试想一下,如果你在家里或者在单位里搭建了一套网络服务,比如NAS,如果没有公网ip,又改如何在外连接呢?
Openwrt下实现无线中继
家里装修比较早,只接入了一根网线,也就只能接一个无线路由器。由于我的房间在楼下,无线路由器在楼上,信号质量有点捉襟见肘,而且不同设备间使用局域网时也会掉线,实在影响使用体验。