diff --git "a/2023/11/09/\345\221\250\350\256\260/\345\221\250\350\256\260/index.html" "b/2023/11/09/\345\221\250\350\256\260/\345\221\250\350\256\260/index.html" index a11a349..11bc9ec 100644 --- "a/2023/11/09/\345\221\250\350\256\260/\345\221\250\350\256\260/index.html" +++ "b/2023/11/09/\345\221\250\350\256\260/\345\221\250\350\256\260/index.html" @@ -27,9 +27,9 @@ - + - + @@ -141,7 +141,7 @@ @@ -291,7 +294,7 @@
- +
@@ -339,7 +342,7 @@
- 1 分钟 + 2 分钟
diff --git "a/2023/11/09/\346\212\200\346\234\257\350\247\204\345\210\222/index.html" "b/2023/11/09/\346\212\200\346\234\257\350\247\204\345\210\222/index.html" index ef774b5..71f8d45 100644 --- "a/2023/11/09/\346\212\200\346\234\257\350\247\204\345\210\222/index.html" +++ "b/2023/11/09/\346\212\200\346\234\257\350\247\204\345\210\222/index.html" @@ -27,7 +27,7 @@ - + @@ -156,18 +156,18 @@ @@ -238,7 +238,7 @@

- +

diff --git "a/2024/03/28/linux/\345\270\270\347\224\250\345\221\275\344\273\244/index.html" "b/2024/03/28/linux/\345\270\270\347\224\250\345\221\275\344\273\244/index.html" index e24e453..f48b3ba 100644 --- "a/2024/03/28/linux/\345\270\270\347\224\250\345\221\275\344\273\244/index.html" +++ "b/2024/03/28/linux/\345\270\270\347\224\250\345\221\275\344\273\244/index.html" @@ -19,15 +19,15 @@ - + - + - + @@ -156,18 +156,18 @@ @@ -230,9 +230,15 @@

- - + + +

@@ -336,7 +342,7 @@

- 1 分钟 + 2 分钟
diff --git a/2024/03/29/python/flask/index.html b/2024/03/29/python/flask/index.html new file mode 100644 index 0000000..a315f82 --- /dev/null +++ b/2024/03/29/python/flask/index.html @@ -0,0 +1,394 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + | Hexo + + + + + + + + + + + + + + +
+ +
+
+
+ + +
+ + + +

Hexo

+ +
+

技术之路

+
+ + +
+ + + + + + + +
+ +
+ +
+ + + + + +
+ +
+ + + + + +
+ + + +
+ + + + + + + +
+

+ +

+ + +
+ + + + +
+
+ + + + + + +
+
+ + + + + + +
+
+
+ +
+ +
+ + + + +
+ + 0% +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/2024/04/01/python/faker/index.html b/2024/04/01/python/faker/index.html new file mode 100644 index 0000000..222117e --- /dev/null +++ b/2024/04/01/python/faker/index.html @@ -0,0 +1,405 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + | Hexo + + + + + + + + + + + + + + +
+ +
+
+
+ + +
+ + + +

Hexo

+ +
+

技术之路

+
+ + +
+ + + + + + + +
+ +
+ +
+ + + + + +
+ +
+ + + + + +
+ + + +
+ + + + + + + +
+

+ +

+ + +
+ + + + +

faker库

前言
+

https://github.com/joke2k/faker

+
+

工作中做单元测试, 用到了这个库, 因为只是一个生成fake数据的库, 所以我只做一个简单的使用的记录吧.

+
简单示例
1
2
3
4
5
6
7
8
9

from faker import Faker

if __name__ == '__main__':

fake = Faker('zn_CN') # 因为是中文所以, 选择zh_CN

print(fake.name())

+ +
1
孙杰
+ +
可用示例

如何查看faker的属性, 根据源码路径查看即可. provider->locale->属性

+

provider


locale


属性

+ +
+ + + + + +
+ + + +
+
+ +
+
+
+
+
+
+
+ + + + + + +
+
+
+ +
+ +
+ + + + +
+ + 0% +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/404/index.html b/404/index.html index 6fe6084..2fff48e 100644 --- a/404/index.html +++ b/404/index.html @@ -153,18 +153,18 @@ @@ -244,7 +244,7 @@

- 1 分钟 + 2 分钟

diff --git a/about/index.html b/about/index.html index ec6fa1a..d11dc0b 100644 --- a/about/index.html +++ b/about/index.html @@ -155,18 +155,18 @@ @@ -245,7 +245,7 @@

- 1 分钟 + 2 分钟

diff --git a/archives/2023/11/index.html b/archives/2023/11/index.html index 4e93310..a6a4719 100644 --- a/archives/2023/11/index.html +++ b/archives/2023/11/index.html @@ -152,18 +152,18 @@

Hexo

@@ -196,7 +196,7 @@

Hexo

- 嗯..! 目前共计 3 篇日志。 继续努力。 + 嗯..! 目前共计 5 篇日志。 继续努力。
@@ -276,7 +276,7 @@

Hexo

- 1 分钟 + 2 分钟
diff --git a/archives/2023/index.html b/archives/2023/index.html index c6e1392..7fc458f 100644 --- a/archives/2023/index.html +++ b/archives/2023/index.html @@ -152,18 +152,18 @@

Hexo

@@ -196,7 +196,7 @@

Hexo

- 嗯..! 目前共计 3 篇日志。 继续努力。 + 嗯..! 目前共计 5 篇日志。 继续努力。
@@ -276,7 +276,7 @@

Hexo

- 1 分钟 + 2 分钟
diff --git a/archives/2024/03/index.html b/archives/2024/03/index.html index 7a4b76e..19391be 100644 --- a/archives/2024/03/index.html +++ b/archives/2024/03/index.html @@ -152,18 +152,18 @@

Hexo

@@ -196,7 +196,7 @@

Hexo

- 嗯..! 目前共计 3 篇日志。 继续努力。 + 嗯..! 目前共计 5 篇日志。 继续努力。
@@ -204,6 +204,26 @@

Hexo

2024
+ +
diff --git a/archives/2024/04/index.html b/archives/2024/04/index.html new file mode 100644 index 0000000..96fa9e8 --- /dev/null +++ b/archives/2024/04/index.html @@ -0,0 +1,328 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +归档 | Hexo + + + + + + + + + + + + + + +
+ +
+
+
+ + +
+ + + +

Hexo

+ +
+

技术之路

+
+ + +
+ + + + + + + +
+ +
+ +
+ + + + + +
+ +
+ + + + + +
+
+
+ 嗯..! 目前共计 5 篇日志。 继续努力。 +
+ + +
+ 2024 +
+ + + + +
+
+ + + + +
+
+ +
+ +
+ + + + +
+ + 0% +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/archives/2024/index.html b/archives/2024/index.html index 43eab80..740b34d 100644 --- a/archives/2024/index.html +++ b/archives/2024/index.html @@ -152,18 +152,18 @@

Hexo

@@ -196,7 +196,7 @@

Hexo

- 嗯..! 目前共计 3 篇日志。 继续努力。 + 嗯..! 目前共计 5 篇日志。 继续努力。
@@ -204,6 +204,46 @@

Hexo

2024
+ + + +
diff --git a/archives/index.html b/archives/index.html index 3e45878..ea6ea86 100644 --- a/archives/index.html +++ b/archives/index.html @@ -152,18 +152,18 @@

Hexo

@@ -196,7 +196,7 @@

Hexo

- 嗯..! 目前共计 3 篇日志。 继续努力。 + 嗯..! 目前共计 5 篇日志。 继续努力。
@@ -204,6 +204,46 @@

Hexo

2024
+ + + +
diff --git a/atom.xml b/atom.xml index ec53125..66c8035 100644 --- a/atom.xml +++ b/atom.xml @@ -6,7 +6,7 @@ - 2024-03-28T09:32:33.711Z + 2024-04-01T02:08:11.349Z https://daveiw2034.github.io/ @@ -16,24 +16,57 @@ Hexo + + + + https://daveiw2034.github.io/2024/04/01/python/faker/ + 2024-04-01T02:08:11.349Z + 2024-04-01T02:08:11.349Z + + faker库

前言

https://github.com/joke2k/faker

工作中做单元测试, 用到了这个库, 因为只是一个生成fake数据的库, 所以我只做一个简单的使用的记录吧.

简单示例
1
2
3
4
5
6
7
8
9

from faker import Faker

if __name__ == '__main__':

fake = Faker('zn_CN') # 因为是中文所以, 选择zh_CN

print(fake.name())

1
孙杰
可用示例

如何查看faker的属性, 根据源码路径查看即可. provider->locale->属性

provider


locale


属性

]]> + + + + + <h4 id="faker库"><a href="#faker库" class="headerlink" title="faker库"></a>faker库</h4><h5 id="前言"><a href="#前言" class="headerlink" title="前言">< + + + + + + + + + + + https://daveiw2034.github.io/2024/03/29/python/flask/ + 2024-03-29T07:09:14.308Z + 2024-03-29T07:11:33.187Z + + + + + + + 常用linux命令 https://daveiw2034.github.io/2024/03/28/linux/%E5%B8%B8%E7%94%A8%E5%91%BD%E4%BB%A4/ 2024-03-28T09:30:00.000Z - 2024-03-28T09:32:33.711Z + 2024-04-01T02:08:11.354Z - vim vs more vs less

有关大文件打开的, 方式比较.

]]>
+ vim vs more vs less]]> - <h5 id="vim-vs-more-vs-less"><a href="#vim-vs-more-vs-less" class="headerlink" title="vim vs more vs less"></a>vim vs more vs less</h5><bloc + <h5 id="vim-vs-more-vs-less"><a href="#vim-vs-more-vs-less" class="headerlink" title="vim vs more vs less"></a>vim vs more vs less</h5> - + @@ -45,7 +78,7 @@ https://daveiw2034.github.io/2023/11/09/%E6%8A%80%E6%9C%AF%E8%A7%84%E5%88%92/ 2023-11-09T06:52:28.000Z - 2024-03-28T07:28:19.999Z + 2024-03-29T07:11:42.576Z 技术补完计划.
  1. java 基础 -> java 进阶 -> java 高级 -> spring -> spring boot.
    翁恺 [java 入门与进阶] https://markdown.com.cn
    java 并发编程.
    java 高级编程.
    spring guide.
    springboot guide.

  2. html css javascript
    MDN 扩充一下自己的技术栈. (非常好的技术栈.)
    javascript 高级编程. (红宝书.)
    vue 后续决定开vue框架. (因为比较简单, 而且中文资料齐全.)

  3. Docker -> Docker-Compose -> K8s
    应该是官网文档结合官网教程.
    https://docs.docker.com/
    https://www.docker.com/101-tutorial/

    最后 k8s
    https://kubernetes.io/zh-cn/docs/tutorials/
    https://github.com/guangzhengli

  4. leetcode 我觉得我还是要捡起来.
    慢慢捡起来. (开始从简单的开始刷, 后续上难的.)
    对经典数据结构复现.

  5. 语言扩展 go / rust / C.
    对这两个语言进行理解. (优先go, rust, C)

]]>
@@ -70,9 +103,9 @@ https://daveiw2034.github.io/2023/11/09/%E5%91%A8%E8%AE%B0/%E5%91%A8%E8%AE%B0/ 2023-11-09T06:52:28.000Z - 2024-03-28T07:22:05.566Z + 2024-03-29T07:13:17.603Z - zipkin jeager skywalking sentry

搭建了一下, zipkin jeager 看着有点简化.
综合下来还是skywalking比较合适.

选定skywalking

比较不错的网站

https://www.baeldung.com/

Faker 库是个什么库呢.
  1. 有点意思, 可以的.
  2. 试一试neovim helix (还是ide好用…哈哈哈)
SqlAlchemy sharding
  1. 官网
    说明: https://docs.sqlalchemy.org/en/20/orm/extensions/horizontal_shard.html#sqlalchemy.ext.horizontal_shard.ShardedQuery.set_shard
    例子: https://docs.sqlalchemy.org/en/20/_modules/examples/sharding/separate_tables.html
]]>
+ zipkin jeager skywalking sentry

搭建了一下, zipkin jeager 看着有点简化.
综合下来还是skywalking比较合适.

选定skywalking

比较不错的网站

https://www.baeldung.com/

Faker 库是个什么库呢.
  1. 有点意思, 可以的.
  2. 试一试neovim helix (还是ide好用…哈哈哈)
SqlAlchemy sharding
  1. 官网
    说明: https://docs.sqlalchemy.org/en/20/orm/extensions/horizontal_shard.html#sqlalchemy.ext.horizontal_shard.ShardedQuery.set_shard
    例子: https://docs.sqlalchemy.org/en/20/_modules/examples/sharding/separate_tables.html
flask

flask reinforce 相关知识的强化.

]]>
@@ -83,7 +116,7 @@ - +
diff --git a/baidusitemap.xml b/baidusitemap.xml index 9d4c601..51957ce 100644 --- a/baidusitemap.xml +++ b/baidusitemap.xml @@ -2,14 +2,22 @@ https://DaveIW2034.github.io/2024/03/28/linux/%E5%B8%B8%E7%94%A8%E5%91%BD%E4%BB%A4/ - 2024-03-28 + 2024-04-01 - https://DaveIW2034.github.io/2023/11/09/%E6%8A%80%E6%9C%AF%E8%A7%84%E5%88%92/ - 2024-03-28 + https://DaveIW2034.github.io/2024/04/01/python/faker/ + 2024-04-01 https://DaveIW2034.github.io/2023/11/09/%E5%91%A8%E8%AE%B0/%E5%91%A8%E8%AE%B0/ - 2024-03-28 + 2024-03-29 + + + https://DaveIW2034.github.io/2023/11/09/%E6%8A%80%E6%9C%AF%E8%A7%84%E5%88%92/ + 2024-03-29 + + + https://DaveIW2034.github.io/2024/03/29/python/flask/ + 2024-03-29 \ No newline at end of file diff --git a/categories/index.html b/categories/index.html index 76d9c30..dccb25b 100644 --- a/categories/index.html +++ b/categories/index.html @@ -155,18 +155,18 @@ @@ -210,10 +210,10 @@

- 目前共计 1 个分类 + 目前共计 2 个分类
@@ -252,7 +252,7 @@

- 1 分钟 + 2 分钟

diff --git "a/categories/\345\270\270\347\224\250linux\345\221\275\344\273\244/index.html" "b/categories/\345\270\270\347\224\250linux\345\221\275\344\273\244/index.html" new file mode 100644 index 0000000..d9fbbfe --- /dev/null +++ "b/categories/\345\270\270\347\224\250linux\345\221\275\344\273\244/index.html" @@ -0,0 +1,329 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +分类: 常用linux命令 | Hexo + + + + + + + + + + + + + + +
+ +
+
+
+ + +
+ + + +

Hexo

+ +
+

技术之路

+
+ + +
+ + + + + + + +
+ +
+ +
+ + + + + +
+ +
+ + + + + +
+
+
+

常用linux命令 + 分类 +

+
+ + +
+ 2024 +
+ + + +
+
+ + + + +
+
+ +
+ +
+ + + + +
+ + 0% +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git "a/categories/\346\212\200\346\234\257\350\247\204\345\210\222/index.html" "b/categories/\346\212\200\346\234\257\350\247\204\345\210\222/index.html" index c6c7bdf..08340e5 100644 --- "a/categories/\346\212\200\346\234\257\350\247\204\345\210\222/index.html" +++ "b/categories/\346\212\200\346\234\257\350\247\204\345\210\222/index.html" @@ -152,18 +152,18 @@ @@ -202,29 +202,6 @@

技术规划

-
- 2024 -
- -
-
- - -
- -
- - -
-
2023
@@ -280,7 +257,7 @@

技术规划 - 1 分钟 + 2 分钟
diff --git a/css/main.css b/css/main.css index bd14935..f5118d5 100644 --- a/css/main.css +++ b/css/main.css @@ -2578,7 +2578,7 @@ header.header { vertical-align: middle; } .links-of-author a::before { - background: #ff3e29; + background: #0baf17; display: inline-block; margin-right: 3px; transform: translateY(-2px); diff --git a/index.html b/index.html index 0e6d533..78c99ec 100644 --- a/index.html +++ b/index.html @@ -152,18 +152,18 @@

Hexo

@@ -192,6 +192,183 @@

Hexo

+
+ + + +
+ + + + + + + +
+

+ +

+ + +
+ + + + +
+

faker库

前言
+

https://github.com/joke2k/faker

+
+

工作中做单元测试, 用到了这个库, 因为只是一个生成fake数据的库, 所以我只做一个简单的使用的记录吧.

+
简单示例
1
2
3
4
5
6
7
8
9

from faker import Faker

if __name__ == '__main__':

fake = Faker('zn_CN') # 因为是中文所以, 选择zh_CN

print(fake.name())

+ +
1
孙杰
+ +
可用示例

如何查看faker的属性, 根据源码路径查看即可. provider->locale->属性

+

provider


locale


属性

+ + +
+ + + + + +
+
+ +
+
+
+ + + + + + + +
+ + + +
+ + + + + + + +
+

+ +

+ + +
+ + + + +
+ + +
+ + + + + +
+
+ +
+
+
+ + + + + + +
@@ -225,9 +402,15 @@

- - + + +

@@ -523,7 +706,7 @@
- 1 分钟 + 2 分钟
diff --git a/search.xml b/search.xml index ef60944..32f85ef 100644 --- a/search.xml +++ b/search.xml @@ -1,5 +1,16 @@ + + 常用linux命令 + /2024/03/28/linux/%E5%B8%B8%E7%94%A8%E5%91%BD%E4%BB%A4/ + vim vs more vs less

]]> + + 常用linux命令 + + + 常用linux命令 + + 技术规划 /2023/11/09/%E6%8A%80%E6%9C%AF%E8%A7%84%E5%88%92/ @@ -37,23 +48,32 @@
SqlAlchemy sharding
  1. 官网
    说明: https://docs.sqlalchemy.org/en/20/orm/extensions/horizontal_shard.html#sqlalchemy.ext.horizontal_shard.ShardedQuery.set_shard
    例子: https://docs.sqlalchemy.org/en/20/_modules/examples/sharding/separate_tables.html
+
flask
+

flask reinforce 相关知识的强化.

+
]]> - 日常记录 + 周记
- 常用linux命令 - /2024/03/28/linux/%E5%B8%B8%E7%94%A8%E5%91%BD%E4%BB%A4/ - vim vs more vs less
-

有关大文件打开的, 方式比较.

+ + /2024/04/01/python/faker/ + faker库
前言
+

https://github.com/joke2k/faker

+

工作中做单元测试, 用到了这个库, 因为只是一个生成fake数据的库, 所以我只做一个简单的使用的记录吧.

+
简单示例

from faker import Faker

if __name__ == '__main__':

fake = Faker('zn_CN') # 因为是中文所以, 选择zh_CN

print(fake.name())

+ +
孙杰
+ +
可用示例

如何查看faker的属性, 根据源码路径查看即可. provider->locale->属性

+

provider


locale


属性

]]>
- - 技术规划 - - - 常用linux命令 - + + + + /2024/03/29/python/flask/ + diff --git a/sitemap.txt b/sitemap.txt index af73a0c..8b0dccc 100644 --- a/sitemap.txt +++ b/sitemap.txt @@ -1,11 +1,15 @@ https://daveiw2034.github.io/2024/03/28/linux/%E5%B8%B8%E7%94%A8%E5%91%BD%E4%BB%A4/ -https://daveiw2034.github.io/2023/11/09/%E6%8A%80%E6%9C%AF%E8%A7%84%E5%88%92/ +https://daveiw2034.github.io/2024/04/01/python/faker/ https://daveiw2034.github.io/2023/11/09/%E5%91%A8%E8%AE%B0/%E5%91%A8%E8%AE%B0/ +https://daveiw2034.github.io/2023/11/09/%E6%8A%80%E6%9C%AF%E8%A7%84%E5%88%92/ +https://daveiw2034.github.io/2024/03/29/python/flask/ https://daveiw2034.github.io/404/index.html https://daveiw2034.github.io/tags/index.html https://daveiw2034.github.io/about/index.html https://daveiw2034.github.io/categories/index.html https://daveiw2034.github.io/ -https://daveiw2034.github.io/tags/%E6%97%A5%E5%B8%B8%E8%AE%B0%E5%BD%95/ https://daveiw2034.github.io/tags/%E5%B8%B8%E7%94%A8linux%E5%91%BD%E4%BB%A4/ +https://daveiw2034.github.io/tags/%E6%97%A5%E5%B8%B8%E8%AE%B0%E5%BD%95/ +https://daveiw2034.github.io/tags/%E5%91%A8%E8%AE%B0/ +https://daveiw2034.github.io/categories/%E5%B8%B8%E7%94%A8linux%E5%91%BD%E4%BB%A4/ https://daveiw2034.github.io/categories/%E6%8A%80%E6%9C%AF%E8%A7%84%E5%88%92/ diff --git a/sitemap.xml b/sitemap.xml index 62d87ff..4a6e80d 100644 --- a/sitemap.xml +++ b/sitemap.xml @@ -4,16 +4,16 @@ https://daveiw2034.github.io/2024/03/28/linux/%E5%B8%B8%E7%94%A8%E5%91%BD%E4%BB%A4/ - 2024-03-28 + 2024-04-01 monthly 0.6 - https://daveiw2034.github.io/2023/11/09/%E6%8A%80%E6%9C%AF%E8%A7%84%E5%88%92/ + https://daveiw2034.github.io/2024/04/01/python/faker/ - 2024-03-28 + 2024-04-01 monthly 0.6 @@ -22,7 +22,25 @@ https://daveiw2034.github.io/2023/11/09/%E5%91%A8%E8%AE%B0/%E5%91%A8%E8%AE%B0/ - 2024-03-28 + 2024-03-29 + + monthly + 0.6 + + + + https://daveiw2034.github.io/2023/11/09/%E6%8A%80%E6%9C%AF%E8%A7%84%E5%88%92/ + + 2024-03-29 + + monthly + 0.6 + + + + https://daveiw2034.github.io/2024/03/29/python/flask/ + + 2024-03-29 monthly 0.6 @@ -67,31 +85,45 @@ https://daveiw2034.github.io/ - 2024-03-29 + 2024-04-01 daily 1.0 + + https://daveiw2034.github.io/tags/%E5%B8%B8%E7%94%A8linux%E5%91%BD%E4%BB%A4/ + 2024-04-01 + weekly + 0.2 + + https://daveiw2034.github.io/tags/%E6%97%A5%E5%B8%B8%E8%AE%B0%E5%BD%95/ - 2024-03-29 + 2024-04-01 weekly 0.2 - https://daveiw2034.github.io/tags/%E5%B8%B8%E7%94%A8linux%E5%91%BD%E4%BB%A4/ - 2024-03-29 + https://daveiw2034.github.io/tags/%E5%91%A8%E8%AE%B0/ + 2024-04-01 weekly 0.2 + + https://daveiw2034.github.io/categories/%E5%B8%B8%E7%94%A8linux%E5%91%BD%E4%BB%A4/ + 2024-04-01 + weekly + 0.2 + + https://daveiw2034.github.io/categories/%E6%8A%80%E6%9C%AF%E8%A7%84%E5%88%92/ - 2024-03-29 + 2024-04-01 weekly 0.2 diff --git a/tags/index.html b/tags/index.html index 5c471c7..e973449 100644 --- a/tags/index.html +++ b/tags/index.html @@ -155,18 +155,18 @@ @@ -210,10 +210,10 @@

- 目前共计 2 个标签 + 目前共计 3 个标签
@@ -252,7 +252,7 @@

- 1 分钟 + 2 分钟

diff --git "a/tags/\345\221\250\350\256\260/index.html" "b/tags/\345\221\250\350\256\260/index.html" new file mode 100644 index 0000000..00ebe79 --- /dev/null +++ "b/tags/\345\221\250\350\256\260/index.html" @@ -0,0 +1,329 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +标签: 周记 | Hexo + + + + + + + + + + + + + + +
+ +
+
+
+ + +
+ + + +

Hexo

+ +
+

技术之路

+
+ + +
+ + + + + + + +
+ +
+ +
+ + + + + +
+ +
+ + + + + +
+
+
+

周记 + 标签 +

+
+ + +
+ 2023 +
+ + + +
+
+ + + + +
+
+ +
+ +
+ + + + +
+ + 0% +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git "a/tags/\345\270\270\347\224\250linux\345\221\275\344\273\244/index.html" "b/tags/\345\270\270\347\224\250linux\345\221\275\344\273\244/index.html" index 56541b5..6afc2ae 100644 --- "a/tags/\345\270\270\347\224\250linux\345\221\275\344\273\244/index.html" +++ "b/tags/\345\270\270\347\224\250linux\345\221\275\344\273\244/index.html" @@ -152,18 +152,18 @@ @@ -257,7 +257,7 @@

常用linux命令 - 1 分钟 + 2 分钟

diff --git "a/tags/\346\227\245\345\270\270\350\256\260\345\275\225/index.html" "b/tags/\346\227\245\345\270\270\350\256\260\345\275\225/index.html" index 8fa026e..04096f1 100644 --- "a/tags/\346\227\245\345\270\270\350\256\260\345\275\225/index.html" +++ "b/tags/\346\227\245\345\270\270\350\256\260\345\275\225/index.html" @@ -152,18 +152,18 @@ @@ -226,26 +226,6 @@

日常记录 - -

@@ -277,7 +257,7 @@

日常记录 - 1 分钟 + 2 分钟