My Links
Link navigator:
本站: https://www.tsunamicloud.eu.org/
Github: https://github.com/Tsunamicloud
ChatGPT: https://chat.tsunamicloud.eu.org/
GPT4: https://chatdev.tsunamicloud.eu.org/
FileChat: https://filechat.tsunamicloud.eu.org/
To be implemented:
语音转文本服务WebUI: https://audio.tsunamicloud.eu.org/
Regular Expression
元字符12345/ 这是斜杠\ 这是反斜杠- 横杠不是元字符_ 下划线不是元字符* . ? + $ ^ [ ] ( ) { } | \ / 这些是元字符,匹配这些符号需要转义。转义用反斜杠
匹配123456789101112131415161718^ 匹配字符串的开始$ 匹配字符串的结束. 匹配除换行符以外的任意字符\w 匹配字母或数字或下划线或汉字\d 匹配数字\b 匹配单词的开始或结束\s 匹配任何空白字符,包括空格、制表符、换页符。等价于 [\f\n\r\t\v]\f 匹配一个换页符\n 匹配一个换行符\r 匹配一个回车符\x20 匹配一个空格\W 匹配任意不是字母,数字,下划线,汉字的字符\D 匹配任意非数字的字符\B 匹配不是单词开头或结束的位置\S 匹配任意不是空白符的字符[^x] 匹配除了x以外的任意字符[^aeiou] 匹配除了aeiou这几个字母以外的任意字符
重复匹配123456* 重复零次或更多次+ 重复一次或更多次? 重复零次或一次{n} 重复n次{n, ...
Test Post 07-About cover
set cover in Post Front-matter
and also be cautious that picture url shoudn’t contain strange characters
Test Post 06-Figure banner test 2
Be cautious: Typora settings may change absolute path to relative path, resulting in figures being corrupted![](https://cdn.staticaly.com/gh/Tsunamicloud/FigureBed01@main/img/LY-zs (112).jpg)
Test Post 03-What happened to README.md?
Ansewer of the last post:
Yes ,visibility doesn’t seem to have influence on readability.
Everytime I execute hexo deploy in gitbash, the README.md file I created via GitHub would be wiped out.
Test Post 02-Visibility test
I switched the visibility of Github repo to private, see if vercel deploy can still be successful.
Test Post 01
Hello, this is tsunami. And here’s my first post
This’s a level 3 heading
This is a quote using “>”
Hello World
Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.
Quick StartCreate a new post1$ hexo new "My New Post"
More info: Writing
Run server1$ hexo server
More info: Server
Generate static files1$ hexo generate
More info: Generating
Deploy to remote sites1$ hexo deploy
More info: Deployment