Update docs and sort content

This commit is contained in:
github-actions[bot]
2024-11-28 16:49:52 +00:00
parent a6c1509af9
commit 8c96d24f6a
79 changed files with 219 additions and 94 deletions

View File

@ -1,6 +1,6 @@
---
title: ChainForge简单介绍
date: 2024-05-22T00:00:00.000Z
date: 2024-05-22
author: KazooTTT
type: Post
status: Published
@ -64,7 +64,7 @@ github地址
## TODO
1. 内部环境运行
2. 内网环境proxy [Add Custom Providers - ChainForge Documentation](https://chainforge.ai/docs/custom_providers/ 提供了自定义llm
2. 内网环境proxy [Add Custom Providers - ChainForge Documentation](<https://chainforge.ai/docs/custom_providers/> 提供了自定义llm
## 参考

View File

@ -1,6 +1,6 @@
---
title: 可以免费领取tokens的大模型服务
date: 2024-06-20T00:00:00.000Z
date: 2024-06-20
author: KazooTTT
type: Post
status: Published

View File

@ -1,6 +1,6 @@
---
title: 使用cursor生成git commit msg
date: 2024-11-12T00:00:00.000Z
date: 2024-11-12
author: KazooTTT
tags:
- 笔记
@ -38,7 +38,7 @@ category: 编程-git
---
我是这样,在暂存前使用 command
我是这样,在暂存前使用 command
[x.com](https://x.com/FaiChou_zh/status/1855775123271459192)

View File

@ -1,6 +1,6 @@
---
title: 已经发布的分支在本地重命名之后如何推送到远程
date: 2024-10-16T00:00:00.000Z
date: 2024-10-16
author: KazooTTT
type: Post
status: Published

View File

@ -1,6 +1,6 @@
---
title: 在vtk.js中stl和json的互相转化
date: 2024-11-22T00:00:00.000Z
date: 2024-11-22
author: KazooTTT
type: Post
status: Published

View File

@ -8,7 +8,7 @@ description: >-
"^0.80.1"。解决此问题的方法是删除node_modules目录移除该依赖然后重新安装依赖。
rinId: 10
finished: true
date: 2024-02-07T00:00:00.000Z
date: 2024-02-07
category: 编程-web3
tags:
- expo 错误angular cliwebpacknpm metro-core

View File

@ -6,7 +6,7 @@ description: >-
本内容涉及ERC20代币的部署与学习具体参考GitHub上的meterio/tokenERC20项目地址为https://github.com/meterio/tokenERC20。
rinId: 12
finished: true
date: 2024-02-07T00:00:00.000Z
date: 2024-02-07
category: 编程-web3
tags:
- tokenERC20

View File

@ -8,7 +8,7 @@ description: >-
v2的详细解析为学习和研究Web3提供了丰富的资料。
rinId: 13
finished: true
date: 2024-02-07T00:00:00.000Z
date: 2024-02-07
category: 编程-web3
tags:
- 比特币

View File

@ -1,6 +1,6 @@
---
title: antd switch组件错误使用案例
date: 2024-10-12T00:00:00.000Z
date: 2024-10-12
author: KazooTTT
tags:
- bug

View File

@ -1,6 +1,6 @@
---
title: fetch 报错排查 SocketError other side closed
date: 2024-02-03T00:00:00.000Z
date: 2024-02-03
author: KazooTTT
tags:
- 网络

View File

@ -1,6 +1,6 @@
---
title: __dirname is not defined in ES module scope
date: 2024-05-29T00:00:00.000Z
date: 2024-05-29
author: KazooTTT
type: Post
status: Published

View File

@ -1,6 +1,6 @@
---
title: npm scope公共包
date: 2024-02-18T00:00:00.000Z
date: 2024-02-18
author: KazooTTT
tags:
- npm

View File

@ -1,6 +1,6 @@
---
title: npm发包失败的原因
date: 2024-02-18T00:00:00.000Z
date: 2024-02-18
author: KazooTTT
tags:
- npm
@ -17,7 +17,7 @@ category: 编程-前端-node
# Npm发包失败的原因
## 可能的原因
## 可能的原因
1. 当前的账号没有发包权限。比如没有某个包或者某个scope的权限
2. 当前的包名不符合规范。需要URL-safe characters

View File

@ -9,6 +9,13 @@ description: >-
本文详细介绍了npm和npx的区别包括它们的定义、使用场景和具体用法。npm是Node.js的默认包管理器用于安装、卸载和升级包而npx是一个命令行工具允许用户直接运行项目中的二进制文件无需全局安装。文章通过实例说明了两者在实际开发中的应用如使用npm安装ant
design以及使用npx创建nextjs项目。
category: 编程-前端-node
tags:
- npm
- npx
- Node.js
- 包管理器
- CLI
- package manager
---
# Npm和npx的区别
@ -48,7 +55,7 @@ pnpm create next-app
> npm“Node 包管理器”)是 JavaScript 运行时 Node.js 的默认程序包管理器。
> npm 由两个主要部分组成:
>
>
> 1. 用于发布和下载程序包的 CLI命令行界面工具
> 2. 托管 JavaScript 程序包的  [在线存储库](https://www.npmjs.com/)

View File

@ -1,6 +1,6 @@
---
title: search params 请求参数
date: 2024-11-13T00:00:00.000Z
date: 2024-11-13
author: KazooTTT
type: Post
status: Published

View File

@ -1,6 +1,6 @@
---
title: open graph简述
date: 2024-04-09T00:00:00.000Z
date: 2024-04-09
author: KazooTTT
tags: []
finished: true

View File

@ -1,6 +1,6 @@
---
title: 如何实现在markdown中渲染iframe
date: 2024-04-01T00:00:00.000Z
date: 2024-04-01
author: KazooTTT
tags: []
finished: true

View File

@ -1,6 +1,6 @@
---
title: 对于a标签的download属性
date: 2024-10-15T00:00:00.000Z
date: 2024-10-15
author: KazooTTT
type: Post
status: Published
@ -24,7 +24,7 @@ description: download属性是如何定义的以及注意事项。 不能设置
如何定义没有值?
`<a download> ` 或者 `<a download="">`
`<a download>` 或者 `<a download="">`
---

View File

@ -1,6 +1,6 @@
---
title: 再次学习History.scrollRestoration
date: 2024-05-23T00:00:00.000Z
date: 2024-05-23
author: KazooTTT
type: Post
status: Published

View File

@ -1,6 +1,6 @@
---
title: html | 浏览器滚动恢复属性History.scrollRestoration
date: 2022-11-27T00:00:00.000Z
date: 2022-11-27
author: KazooTTT
tags:
- history

View File

@ -1,6 +1,6 @@
---
title: 禁止antd modal按下esc关闭弹窗
date: 2024-10-15T00:00:00.000Z
date: 2024-10-15
author: KazooTTT
type: Post
status: Published

View File

@ -1,6 +1,6 @@
---
title: 前端页面在非输入的组件也出现闪烁的光标
date: 2024-10-15T00:00:00.000Z
date: 2024-10-15
author: KazooTTT
tags:
- bug
@ -41,11 +41,11 @@ category: 编程-前端
如果你使用的是google chrome,打开浏览器设置,找到无障碍-使用光标浏览器页面,取消启用该功能。
方法三 (不推荐)
方法三 (不推荐)
``` css
body {
user-select: none;
user-select: none;
}
```

View File

@ -1,6 +1,6 @@
---
title: 运行npm run tsc报错
date: 2024-10-15T00:00:00.000Z
date: 2024-10-15
author: KazooTTT
tags:
- bug

View File

@ -1,14 +1,22 @@
---
slug: flask-jwt
published: true
description: 本文对比了几个Flask可用的JWT库包括flask-jwt-extended、Flask-JWT和jwt根据PyPI下载量和Star量选择使用最广泛的flask-jwt-extended。文章介绍了在父页面通过iframe嵌入子页面时如何在子页面中验证和使用JWT token包括页面级别和接口级别的token验证。同时提供了安装flask-jwt-extended的命令并建议参考官方文档进行详细配置。
description: >-
本文对比了几个Flask可用的JWT库包括flask-jwt-extended、Flask-JWT和jwt根据PyPI下载量和Star量选择使用最广泛的flask-jwt-extended。文章介绍了在父页面通过iframe嵌入子页面时如何在子页面中验证和使用JWT
token包括页面级别和接口级别的token验证。同时提供了安装flask-jwt-extended的命令并建议参考官方文档进行详细配置。
category: 编程-后端-python
title: flask-jwt
date: 2024-09-10
author: KazooTTT
type: Post
status: Published
tags:
tags:
- flask-jwt
- flaskjwt扩展
- token验证
- iframe嵌入
- 接口鉴权
- 装饰器
finished: false
---

View File

@ -1,6 +1,6 @@
---
title: python常用的命令备忘
date: 2024-03-27T00:00:00.000Z
date: 2024-03-27
author: KazooTTT
tags: []
finished: false

View File

@ -1,6 +1,6 @@
---
title: 如何清空dns缓存
date: 2024-02-26T00:00:00.000Z
date: 2024-02-26
author: KazooTTT
tags:
- dns
@ -32,7 +32,7 @@ mac如何获取自己的ip
ifconfig
```
## windows
## windows
``` shell
ipconfig /flushdns