Compare commits

...

22 Commits

Author SHA1 Message Date
ed0ec0e19f update
All checks were successful
Deploy Pages / Generate-Pages (push) Successful in 32s
2025-05-10 00:58:50 +08:00
b41c22191a update 2025-05-10 00:56:24 +08:00
6f1c3f62cc add position rolling
All checks were successful
Deploy Pages / Generate-Pages (push) Successful in 35s
2025-05-10 00:50:10 +08:00
ta
006563916c update
All checks were successful
Deploy Pages / Generate-Pages (push) Successful in 31s
2025-04-25 16:58:46 +08:00
ta
cc5ac5d9b6 update
All checks were successful
Deploy Pages / Generate-Pages (push) Successful in 34s
2025-04-25 16:56:44 +08:00
ta
c5a1b5f2a8 update
All checks were successful
Deploy Pages / Generate-Pages (push) Successful in 35s
2025-04-25 16:20:57 +08:00
ta
a66ebb6a9e update
All checks were successful
Deploy Pages / Generate-Pages (push) Successful in 34s
2025-04-25 15:25:54 +08:00
ta
5e43a07e30 feat: add swimming class
All checks were successful
Deploy Pages / Generate-Pages (push) Successful in 34s
2025-04-25 15:22:14 +08:00
ta
993d2c7586 update img
All checks were successful
Deploy Pages / Generate-Pages (push) Successful in 36s
2025-04-25 14:56:53 +08:00
03219fba82 update
All checks were successful
Deploy Pages / Generate-Pages (push) Successful in 36s
2025-04-20 22:08:19 +08:00
fe5ffd121e update
All checks were successful
Deploy Pages / Generate-Pages (push) Successful in 40s
2025-04-20 22:05:35 +08:00
41fb1d3fde update
All checks were successful
Deploy Pages / Generate-Pages (push) Successful in 36s
2025-04-20 21:46:47 +08:00
9516b00362 update 2025-04-20 21:41:49 +08:00
8db288834f update
All checks were successful
Deploy Pages / Generate-Pages (push) Successful in 35s
2025-04-20 21:38:44 +08:00
4e98d74dd8 feat: update img
All checks were successful
Deploy Pages / Generate-Pages (push) Successful in 35s
2025-04-20 21:33:08 +08:00
0bc54c2d64 feat: update info
All checks were successful
Deploy Pages / Generate-Pages (push) Successful in 36s
2025-04-20 21:10:28 +08:00
a7a432c3b0 fix: incorrect run number for url of failed email 2025-04-20 16:40:36 +08:00
714e298056 fix: email url incorrect run number
All checks were successful
Deploy Pages / Generate-Pages (push) Successful in 33s
2025-04-20 16:38:28 +08:00
7b665d7aae feat: change mail send server
All checks were successful
Deploy Pages / Generate-Pages (push) Successful in 34s
2025-04-20 16:31:17 +08:00
54aae2294d feat: add post
All checks were successful
Deploy Pages / Generate-Pages (push) Successful in 30s
2025-04-20 16:28:25 +08:00
d6e854b9b0 feat: change blog url 2025-04-20 16:19:44 +08:00
77f1098d51 fix: callback url err
All checks were successful
Deploy Pages / Generate-Pages (push) Successful in 28s
2025-04-20 16:16:51 +08:00
16 changed files with 142 additions and 58 deletions

View File

@ -15,18 +15,18 @@ jobs:
contents: write
steps:
# - name: Send mail
# uses: https://github.com/dawidd6/action-send-mail@v3
# with:
# server_address: smtp.exmail.qq.com
# server_port: 465
# secure: true
# username: "${{ secrets.QQ_SMTP_USERNAME }}"
# password: "${{ secrets.QQ_SMTP_TOKEN }}"
# subject: 博客部署启动
# to: zhangmx67@mail2.sysu.edu.cn
# from: Gitea Actions
# body: 博客自动化部署开始执行, 前往 ${{ gitea.server_url }}/Maysion/blog/actions/runs/${{ gitea.run_id }} 查看执行日志
- name: Send mail
uses: https://github.com/dawidd6/action-send-mail@v3
with:
server_address: smtp.qq.com
server_port: 465
secure: true
username: "${{ secrets.QQ_SMTP_USERNAME }}"
password: "${{ secrets.QQ_SMTP_TOKEN }}"
subject: 博客部署启动
to: zhangmx67@mail2.sysu.edu.cn
from: Gitea Actions
body: 博客自动化部署开始执行, 前往 ${{ gitea.server_url }}/Maysion/blog/actions/runs/${{ gitea.run_number }} 查看执行日志
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node.js
@ -60,30 +60,30 @@ jobs:
commit_options: "--no-verify"
token: "${{ secrets.TOKEN }}"
- name: Call API to Update Caddy
run: curl https://upd.masyionz.cn/update/blog.maysionz.cn
# - name: Send mail On Success
# if: success()
# uses: https://github.com/dawidd6/action-send-mail@v3
# with:
# server_address: smtp.exmail.qq.com
# server_port: 465
# secure: true
# username: "${{ secrets.QQ_SMTP_USERNAME }}"
# password: "${{ secrets.QQ_SMTP_TOKEN }}"
# subject: 博客部署成功
# to: zhangmx67@mail2.sysu.edu.cn
# from: Gitea Actions
# body: 博客自动化部署执行成功, 前往 https://blog.maysionz.cn 查看
# - name: Send mail On Fail
# if: failure()
# uses: https://github.com/dawidd6/action-send-mail@v3
# with:
# server_address: smtp.exmail.qq.com
# server_port: 465
# secure: true
# username: "${{ secrets.QQ_SMTP_USERNAME }}"
# password: "${{ secrets.QQ_SMTP_TOKEN }}"
# subject: 博客部署失败
# to: zhangmx67@mail2.sysu.edu.cn
# from: Gitea Actions
# body: 博客自动化部署执行失败, 前往 ${{ gitea.server_url }}/Maysion/blog/actions/runs/${{ gitea.run_id }} 查看执行日志
run: curl https://upd.maysionz.cn/update/blog.maysionz.cn
- name: Send mail On Success
if: success()
uses: https://github.com/dawidd6/action-send-mail@v3
with:
server_address: smtp.qq.com
server_port: 465
secure: true
username: "${{ secrets.QQ_SMTP_USERNAME }}"
password: "${{ secrets.QQ_SMTP_TOKEN }}"
subject: 博客部署成功
to: zhangmx67@mail2.sysu.edu.cn
from: Gitea Actions
body: 博客自动化部署执行成功, 前往 https://blog.maysionz.cn 查看
- name: Send mail On Fail
if: failure()
uses: https://github.com/dawidd6/action-send-mail@v3
with:
server_address: smtp.exmail.qq.com
server_port: 465
secure: true
username: "${{ secrets.QQ_SMTP_USERNAME }}"
password: "${{ secrets.QQ_SMTP_TOKEN }}"
subject: 博客部署失败
to: zhangmx67@mail2.sysu.edu.cn
from: Gitea Actions
body: 博客自动化部署执行失败, 前往 ${{ gitea.server_url }}/Maysion/blog/actions/runs/${{ gitea.run_number }} 查看执行日志

View File

@ -23,12 +23,12 @@ avatar:
img: /img/avatar.png
social:
fab fa-github: https://github.com/Linloir || GitHub
fas fa-envelope: mailto:jonathanzhang.st@gmail.com || Email
fab fa-github: https://github.com/Doriyz || GitHub
fas fa-envelope: mailto:zhangmx67@mail2.sysu.edu.cn || Email
index_img: /img/index.jpg
default_top_img: /img/top.jpg
archive_img: /img/top.jpg
index_img: /img/index.png
default_top_img: /img/top.png
archive_img: /img/top.png
footer_img: transparent
mask:
@ -39,9 +39,9 @@ subtitle:
effect: true
loop: true
sub:
- "我, 技术, 生活与值得分享的一切"
- "Run fast, Laugh hard, and Be kind"
- "从这里, 瞥见时间流过的痕迹"
- "在隆冬,我终于知道,我身上有一个不可战胜的夏天。"
- "Everything is impossible."
# - ""
cover:
index_enable: false

View File

@ -3,17 +3,17 @@
## Source: https://github.com/hexojs/hexo/
# Site
title: 時痕
subtitle: "Linloir's Blog"
description: "我、技术、生活与值得分享的一切"
keywords: "Linloir, blog, technology, life, share, Linloir's Blog, 時痕, 霖落, 博客, 技术, 生活, 分享"
author: Linloir
title: 吱吱喳喳
subtitle: "Maysion's Blog"
description: "欢迎来到我的树洞"
keywords: "Maysion, blog, share, Maysion's Blog, 博客, 技术, 生活, 学习, 分享"
author: Maysion
language: zh-CN
timezone: Asia/Shanghai
# URL
## Set your site url here. For example, if you use GitHub Page, set url as 'https://username.github.io/project'
url: https://blog.linloir.cn
url: https://blog.maysionz.cn
permalink: :year/:month/:day/:title/
permalink_defaults:
pretty_urls:

View File

@ -1,6 +1,6 @@
- class_name: 关于我
link_list:
- name: GitHub
link: https://github.com/Linloir
- name: BiliBili
link: https://space.bilibili.com/57762388
link: https://github.com/Doriyz
# - name: BiliBili
# link: https://space.bilibili.com/57762388

View File

@ -0,0 +1 @@
使用git管理但暂时不发布的内容

View File

@ -0,0 +1,8 @@
---
title: Hello World.
date: 2025-04-20 16:25:51
tags:
categories:
---
Hello World.

View File

@ -0,0 +1,25 @@
---
title: 【重载】利用仓位滚动法在同只股票上来回套利
date: 2025-05-10 00:48:00
tags: "股票投资"
categories:
---
找到一只自己熟悉的优质个股或ETF这只个股需满足以下几点要求
1.这只股票没有消失的风险
2.这只股票所处的行业是未来可期的行业。
3.这只股票没有被暴炒过,不会长期单边下跌。
4.从周线、月线上看W走势的最好。
5.最好是央企或行业龙头或者行业ETF。
找好标的后,不可追高建仓,逢低分批建仓,把自己的资金分成十份,三份分三次建好底仓,底仓建好后,如遇上涨,卖出一份后等侍,如果之后回调,先让它跌两天之后,再买入两份,此时四成仓位,等待,如果上涨,卖出一成仓,如果没有上涨,继续下跌可以加一成仓位,此时,五成仓位了,要注意观察了,如果再下跌,可以再加一成仓位,六成仓位了,不要再加了,要不然容易重仓套死,六成仓位后耐心等待上涨。上涨后,一边涨一边卖,跌的时候一份一份买的,涨的时候就一份一份卖,买的时候一笔一笔记录好,卖的时候一笔一笔对照,卖出价要高于买入价。三成底仓可以长期不动,最高仓位六、七成仓位,永远留三、四成仓位资金应对突发利空。
这种方法听起来很复杂,如果有悟性的人,非常非常简单,只要做好交易记录就行,有记录才不会出错,低买高卖。跌多少才买入,涨多少才卖出,这就要根据股票的股性来决定了。
炒股要有悟性,活学活用,活学活用。长期这样做下来,熟能生巧,到时候,赚钱就像呼吸一样简单。真的没有吹牛。
> 原链接: https://www.xiaohongshu.com/explore/681c3e9800000000210194d5?xsec_token=ABZxDNqlVFrKcFSf7pwXBphoJ9eNkH7PunZatijRAxTgs=&xsec_source=pc_collect

View File

@ -0,0 +1,50 @@
---
title: 蛙泳入门指南
date: 2025-04-25 15:00:00
tags:
categories:
---
---
# 蛙泳入门指南:五个阶段带你从怕水到会游
## 第一阶段和水做朋友1-2节课
新手最常见的误区就是跟水较劲。这个阶段我们不急着学动作,重点解决三个问题:
- 敢把脸埋进水里(从吐泡泡开始)
- 能在水中漂浮(想象自己是片树叶)
*小贴士:洗澡时练习用嘴吸气、鼻子呼气,能省下不少课时费*
## 第二阶段腿的学问2-3节课
蛙泳70%的推进力来自腿部动作。常见问题包括:
- "收翻蹬夹"做成"青蛙踢"(腿外撇太大)
- 蹬腿时膝盖分开(应该像潜艇螺旋桨)
- 忘记夹腿动作(白白浪费动力)
我们会用池边分解练习帮你找到肌肉记忆。
## 第三阶段手的艺术1-2节课
手部动作要记住:
1. 外划不超过肩宽
2. 内收要贴紧身体
3. 前伸要完全伸直
## 第四阶段呼吸的节奏1-2节课
换气不是抬头,是"提肩"!重点练习:
- 划手与呼吸的配合时机
- 避免过度后仰(喝水的罪魁祸首)
- 保持身体流线型
## 第五阶段:整体协调(因人而异)
把前四个阶段串起来时,你会经历:
1. 动作散架期(手忙脚乱)
2. 呼吸紊乱期(换气不顺)
3. 渐入佳境期(找到节奏)
P.S. 记得带泳衣和浴巾,别的都不用操心。第一次来不用紧张,水很浅,我也很友好。

Binary file not shown.

Before

Width:  |  Height:  |  Size: 90 KiB

After

Width:  |  Height:  |  Size: 39 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 190 KiB

After

Width:  |  Height:  |  Size: 51 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 159 KiB

BIN
source/img/index.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 530 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 190 KiB

BIN
source/img/top.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 351 KiB

View File

@ -284,7 +284,7 @@ aside:
enable: true
icon: fab fa-github
text: Follow Me
link: https://github.com/xxxxxx
link: https://github.com/Doriyz
card_announcement:
enable: true
content: This is my Blog

View File

@ -144,7 +144,7 @@ hexo.extend.filter.register('before_generate', () => {
enable: true,
icon: 'fab fa-github',
text: 'Follow Me',
link: 'https://github.com/xxxxxx'
link: 'https://github.com/Doriyz'
}
},
card_announcement: {