home
achives
tags
gallery
friends
about
Wherelse Blog
Everything always needs to be studied to be understood
FreshRSS Half Months First Experience
2022-10-23
RSS is a long-established way of reading, but it's gradually declining, and now that recommendation algorithms are the n...
碎碎念
Invisible fiber optics for hidden cabling
2022-09-28
After graduating and returning home, my family has lived in a house for many years, and there was no network cable befor...
碎碎念
trilium notes, the note software that suits me at the moment
2022-09-07
Personal feeling I found this note/knowledge base software when I was searching for what services were running on everyo...
笔记
Password manager bitwarden service setup
2022-08-14
Bitwarden supports self-hosting and official website hosting. The official website service server is located outside the...
笔记
ffmpeg batch video compression, video stitching, video slicing
2022-05-31
Batch video compression Set bit rate and output location. @echo off :: Set the video or audio format to be processed bel...
笔记
matlab plot code skill point
2022-01-03
Set horizontal and vertical coordinate labels xlabel('Frequency','FontSize',16); %Set the abscissa as 'frequency', font ...
编程
matlab
office click to run version and volume authorization version visio coexist installation
2022-01-02
If you have already installed the Office 365 version of Office, or other Click-to-Run versions of Office, and then want ...
笔记
2021to2022
2022-01-01
The Next <! -- more --> At the beginning of last year, I set a few goals for the New Year, and as I expected, I di...
碎碎念
Matlab generates arbitrary frequency sine wave
2021-12-24
Generate a real sine wave A=1; %amplitude f=5; % frequency unit: Hz w=2*pi*f; % angular frequency phase=0; %phase T=1; %...
编程
matlab
Python: regular expression multi-line matching pattern
2021-12-17
The re.compile() function takes a flag argument re.DOTALL, which allows the dot (.) in a regular expression to match any...
python
编程
下一页