mirror of
https://github.com/KazooTTT/kazoottt-blog.git
synced 2025-06-23 10:41:31 +08:00
feat: update
This commit is contained in:
@ -12,7 +12,7 @@ tags:
|
||||
- 播客
|
||||
finished: true
|
||||
published: true
|
||||
category: 编程
|
||||
category: 编程-AI
|
||||
slug: perplexity-productions-intro
|
||||
description: 概述Perplexity系列产品,包括搜索引擎、Playground和播客,重点介绍其功能和区别。
|
||||
NotionID-notionnext: ae2fba46-af30-4bd5-b6d0-fe751c162800
|
||||
|
@ -10,7 +10,7 @@ tags:
|
||||
- 工具
|
||||
finished: true
|
||||
published: true
|
||||
category: 编程
|
||||
category: 编程-AI
|
||||
slug: chainforge-intro
|
||||
description: >-
|
||||
ChainForge is a visual programming environment designed for prompt
|
||||
|
@ -11,7 +11,7 @@ tags:
|
||||
- deepseek
|
||||
finished: true
|
||||
published: true
|
||||
category: 编程
|
||||
category: 编程-AI
|
||||
slug: free-tokens-large-model-service
|
||||
description:
|
||||
NotionID-notionnext: 30a20483-ea28-4daf-b8be-155f0e690bc7
|
||||
|
@ -10,7 +10,7 @@ tags:
|
||||
- API
|
||||
finished: true
|
||||
published: true
|
||||
category: 编程
|
||||
category: 编程-AI
|
||||
slug: using-deepseek-coder-in-cursor
|
||||
description: 本文介绍了如何在 Cursor 中添加和使用 DeepSeek-Coder 模型,以及配置相关的 OpenAI API Key 和 Base URL。
|
||||
NotionID-notionnext: f759bbe6-aa4b-4317-9695-44927430146b
|
||||
|
@ -8,7 +8,7 @@ finished: true
|
||||
published: true
|
||||
description: null
|
||||
slug: cursorgit-commit-msg
|
||||
category: 编程
|
||||
category: 编程-git
|
||||
---
|
||||
|
||||
原文参考:
|
||||
|
@ -9,7 +9,7 @@ tags:
|
||||
- 分支管理
|
||||
finished: true
|
||||
published: true
|
||||
category: 编程
|
||||
category: 编程-git
|
||||
slug: rename-published-branch-git
|
||||
description:
|
||||
---
|
||||
|
@ -7,7 +7,7 @@ status: Published
|
||||
tags: null
|
||||
finished: true
|
||||
published: true
|
||||
category: 编程
|
||||
category: 编程-vtk.js
|
||||
slug: in-vtkjs-stl-and-json-are-converted-to-each-other
|
||||
description: ''
|
||||
noteId_x: 15
|
||||
|
@ -9,7 +9,7 @@ description: >-
|
||||
rinId: 10
|
||||
finished: true
|
||||
date: 2024-02-07
|
||||
category: 编程
|
||||
category: 编程-web3
|
||||
---
|
||||
|
||||
# Expo 报错
|
||||
|
@ -7,7 +7,7 @@ description: >-
|
||||
rinId: 12
|
||||
finished: true
|
||||
date: 2024-02-07
|
||||
category: 编程
|
||||
category: 编程-web3
|
||||
---
|
||||
|
||||
# tokenERC20部署和学习
|
||||
|
@ -9,7 +9,7 @@ description: >-
|
||||
rinId: 13
|
||||
finished: true
|
||||
date: 2024-02-07
|
||||
category: 编程
|
||||
category: 编程-web3
|
||||
---
|
||||
|
||||
# web3资源收集
|
||||
|
@ -8,7 +8,7 @@ finished: true
|
||||
published: true
|
||||
description:
|
||||
slug: antd-switch-component-misuse-example
|
||||
category: 编程
|
||||
category: 编程-前端
|
||||
---
|
||||
|
||||
# antd switch组件错误使用案例
|
||||
|
@ -14,7 +14,7 @@ description: >-
|
||||
closed”。错误发生在getFansNum函数中,具体是由于TLS连接的另一端关闭导致的。解决此问题的方法是关闭MitM(中间人攻击)工具,这通常用于拦截和修改网络通信,可能会导致不正常的连接关闭。
|
||||
rinId: 15
|
||||
finished: true
|
||||
category: 编程
|
||||
category: 编程-前端
|
||||
---
|
||||
|
||||
# Fetch 报错
|
||||
|
@ -11,7 +11,7 @@ tags:
|
||||
- module
|
||||
finished: true
|
||||
published: true
|
||||
category: 编程
|
||||
category: 编程-前端-node
|
||||
slug: dirname-is-not-defined-in-es-module-scope
|
||||
NotionID-notionnext: 543bfc66-a416-4704-92be-9a93fed191a8
|
||||
link-notionnext: >-
|
||||
|
@ -11,7 +11,7 @@ description: >-
|
||||
在package.json文件中添加"publishConfig"字段,设置"access"为"public",或者在发布时使用命令`npm publish
|
||||
--access=public`,以确保包的访问权限为公开。
|
||||
rinId: 72
|
||||
category: 编程
|
||||
category: 编程-前端-node
|
||||
---
|
||||
|
||||
# Npm Scope公共包
|
||||
|
@ -12,7 +12,7 @@ notionID: b2561889-02f7-4be0-9e4e-e74f8247da84
|
||||
description: >-
|
||||
本文讨论了在npm发包过程中可能遇到的失败原因,包括账号权限不足、包名不规范、包名包含屏蔽词等。特别提到了“download”是一个屏蔽词,作者通过将其替换为“downloader”后成功发布。同时,文章也提到了npm的命令行工具在错误信息提供上的不足,使得问题定位变得困难。参考了GitHub上的相关讨论,以帮助理解这一问题。
|
||||
rinId: 73
|
||||
category: 编程
|
||||
category: 编程-前端-node
|
||||
---
|
||||
|
||||
# Npm发包失败的原因
|
||||
|
@ -7,7 +7,7 @@ status: Published
|
||||
tags: null
|
||||
finished: true
|
||||
published: true
|
||||
category: 编程
|
||||
category: 编程-前端
|
||||
slug: search-params
|
||||
description: null
|
||||
NotionID-notionnext: 13d55568-fd75-81f5-be1b-e0a4f8137355
|
||||
|
@ -14,7 +14,7 @@ description: >-
|
||||
NotionID-notionnext: 76ed52a0-ad58-401c-8a5d-c5719f67b673
|
||||
link-notionnext: 'https://kazoottt.notion.site/open-graph-76ed52a0ad58401c8a5dc5719f67b673'
|
||||
rinId: 16
|
||||
category: 编程
|
||||
category: 编程-前端-其他
|
||||
---
|
||||
|
||||
# Open Graph 简述
|
||||
|
@ -12,7 +12,7 @@ finished: true
|
||||
published: true
|
||||
description: 在React中使用短路运算符(&&)时,0 会被错误地渲染为内容。通过避免使用 && 判断数字,特别是可能为 0 的值,可以确保正确的内容显示,例如显示 0号相机 而非仅仅显示 0。
|
||||
slug: do-not-misuse-short-circuiting-in-react
|
||||
category: 编程
|
||||
category: 编程-前端
|
||||
NotionID-notionnext: 12b55568-fd75-815c-ba9c-ff587a86a262
|
||||
link-notionnext: https://kazoottt.notion.site/react-short-circuit-12b55568fd75815cba9cff587a86a262
|
||||
---
|
||||
|
@ -11,7 +11,7 @@ description: >-
|
||||
NotionID-notionnext: a63f5e28-352a-48cc-8c89-f9dd5b5a18ac
|
||||
link-notionnext: 'https://kazoottt.notion.site/markdown-iframe-a63f5e28352a48cc8c89f9dd5b5a18ac'
|
||||
rinId: 19
|
||||
category: 编程
|
||||
category: 编程-前端
|
||||
---
|
||||
|
||||
# 1 如何实现在markdown中渲染iframe
|
||||
|
@ -11,7 +11,7 @@ description: >-
|
||||
NotionID-notionnext: 23be0d61-036d-48cc-925c-c8c25de31aa5
|
||||
link-notionnext: 'https://kazoottt.notion.site/23be0d61036d48cc925cc8c25de31aa5'
|
||||
rinId: 54
|
||||
category: 编程
|
||||
category: 编程-前端
|
||||
---
|
||||
|
||||
# 如何更加直接地查看浏览器内核
|
||||
|
@ -9,7 +9,7 @@ tags:
|
||||
- html
|
||||
finished: true
|
||||
published: true
|
||||
category: 编程
|
||||
category: 编程-前端
|
||||
slug: the-download-attribute-for-the-a-tag
|
||||
description:
|
||||
---
|
||||
|
@ -10,7 +10,7 @@ slug: how-to-quickly-export-environment-variables-in-vercel-project
|
||||
description: >-
|
||||
本文介绍了如何在Vercel中集成插件或链接数据库后,快速导出环境变量的方法。首先,需要全局安装Vercel,然后通过命令链接Vercel账户,并拉取环境变量到本地的.env.local文件中。这一过程简化了环境变量的管理,提高了开发效率。
|
||||
rinId: 3
|
||||
category: 编程
|
||||
category: 编程-前端-平台
|
||||
---
|
||||
|
||||
# 如何快速导出vercel Project中的环境变量
|
||||
|
@ -12,7 +12,7 @@ tags:
|
||||
- 浏览器
|
||||
finished: true
|
||||
published: true
|
||||
category: 编程
|
||||
category: 编程-前端-浏览器
|
||||
slug: understanding-history-scrollrestoration
|
||||
description: >-
|
||||
本文重新探讨了浏览器History对象的scrollRestoration属性,该属性用于控制历史页面切换时滚动条是否恢复到之前的位置。scrollRestoration属性有两个可选值:auto和manual。当设置为auto时,滚动条会自动恢复到切换前的位置;若设置为manual,则滚动条保持在页面顶部。文章还讨论了该属性的局限性,包括可能导致的页面跳动和在不同浏览器中实现一致滚动恢复的困难。最后,文章建议在页面出现不美观跳跃或需要手动控制滚动条位置时,应将scrollRestoration设置为manual。
|
||||
|
@ -17,7 +17,7 @@ link-notionnext: >-
|
||||
https://kazoottt.notion.site/History-scrollRestoration-7dc1306483254aa3bf455450c89e0223
|
||||
rinId: 21
|
||||
finished: true
|
||||
category: 编程
|
||||
category: 编程-前端-浏览器
|
||||
---
|
||||
|
||||
## 后续 2024-05-23
|
||||
|
@ -9,7 +9,7 @@ tags:
|
||||
- 前端
|
||||
finished: true
|
||||
published: true
|
||||
category: 编程
|
||||
category: 编程-前端
|
||||
slug: antd-modal-esc-disabled
|
||||
description:
|
||||
---
|
||||
|
@ -10,7 +10,7 @@ finished: true
|
||||
published: true
|
||||
description: null
|
||||
slug: web-pages-also-have-a-flashing-cursor-on-non-input-components
|
||||
category: 编程
|
||||
category: 编程-前端
|
||||
---
|
||||
|
||||
## 错误现象
|
||||
|
@ -8,7 +8,7 @@ finished: true
|
||||
published: true
|
||||
description: null
|
||||
slug: npm-run-tsc
|
||||
category: 编程
|
||||
category: 编程-前端
|
||||
---
|
||||
|
||||
## 错误现象
|
||||
|
@ -13,7 +13,7 @@ slug: how-to-clear-the-dns-cache
|
||||
description: >-
|
||||
本文介绍了如何在Mac和windows系统中清空DNS缓存和查看自己的IP地址。
|
||||
rinId: 76
|
||||
category: 编程
|
||||
category: 编程-计算机网络
|
||||
---
|
||||
|
||||
# 如何清空dns缓存
|
||||
|
Reference in New Issue
Block a user