会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
辰梦starDream
博客园
首页
新随笔
联系
订阅
管理
1
2
3
4
5
···
16
下一页
2023年10月31日
博客搬家,搬到博客园
摘要: 在博客中任意一篇博文中添加以下内容供我们验证(在已有博文中修改即可) 4f0e5053-6da7-4789-9643-99cc72542530 例如添加如下代码块: var code = “4f0e5053-6da7-4789-9643-99cc72542530” 输入验证博文地址 var code
阅读全文
posted @ 2023-10-31 21:00 辰梦starDream
阅读(14)
评论(0)
推荐(0)
2023年10月29日
Object 方法
摘要: Object.assign()Object.create()Object.defineProperties()Object.defineProperty()Object.entries()Object.freeze()Object.fromEntries()Object.getOwnProperty
阅读全文
posted @ 2023-10-29 13:36 辰梦starDream
阅读(9)
评论(0)
推荐(0)
字符串原型方法
摘要: 常见有34种(去除已经弃掉的方法): String.prototype.at()String.prototype.charAt()String.prototype.charCodeAt()String.prototype.codePointAt()String.prototype.concat()S
阅读全文
posted @ 2023-10-29 13:31 辰梦starDream
阅读(12)
评论(0)
推荐(0)
数组原型方法
摘要: Array.prototype.at()Array.prototype.concat()Array.prototype.copyWithin()Array.prototype.entries()Array.prototype.every()Array.prototype.fill()Array.pr
阅读全文
posted @ 2023-10-29 12:54 辰梦starDream
阅读(13)
评论(0)
推荐(0)
2023年10月20日
【笔记-转载】23 种设计模式
摘要: 本文为转载文章,因为原文它是放在一堆,我将其文章分为3类(严格: 4类)。 文章目录 23 种设计模式创建型(5)结构型(7)行为型(11)其他 23 种设计模式 我将其分为三个部分。 创建型结构型行为型 创建型(5) 工厂方法模式 & 抽象工厂模式单例模式原型模式建造者模式 结构型(7) 适配器模
阅读全文
posted @ 2023-10-20 23:41 辰梦starDream
阅读(9)
评论(0)
推荐(0)
2023年10月19日
【代码规范】switch 块级的作用域问题
摘要: 代码规范的一些事儿 问题 今日 Git 提交代码时,出现报错: error Unexpected lexical declaration in case block no-case-declarations 解决过程 我马上就去百度,就找到了这篇文章:解决 Unexpected lexical de
阅读全文
posted @ 2023-10-19 13:29 辰梦starDream
阅读(59)
评论(0)
推荐(0)
2023年10月17日
Git 提交规范
摘要: 遇到的问题 在项目中采用 git 管理代码版本时,突然不能进行提交(git commit)。 报错信息如下: ERROR invalid commit message format. Proper commit message format is required for automated cha
阅读全文
posted @ 2023-10-17 15:27 辰梦starDream
阅读(141)
评论(0)
推荐(0)
2023年10月16日
React + Router
摘要: React + Router 这个只是专门讲解 React Router 新开的例子。 教程来源:https://reactrouter.com/en/main/start/tutorial 创建新项目 yarn create vite my-react-router-app --template
阅读全文
posted @ 2023-10-16 12:02 辰梦starDream
阅读(95)
评论(0)
推荐(0)
2023年10月12日
TailwindCss Functions & Directives
摘要: 一般都写在一个 css 文件。 Directives @tailwind@layer@apply@config 【一般放在最后面,@import 导入其他 css 文件后】 @tailwind base; @tailwind components; @tailwind utilities; @lay
阅读全文
posted @ 2023-10-12 22:02 辰梦starDream
阅读(16)
评论(0)
推荐(0)
2023年10月10日
数组&字符串方法
摘要: 数组方法 concat()copyWithin()entries()every()fill()filter()find()findIndex()findLastIndex()flat()flatMap()forEach()from()includes()indexOf()isArray()join(
阅读全文
posted @ 2023-10-10 20:11 辰梦starDream
阅读(4)
评论(0)
推荐(0)
1
2
3
4
5
···
16
下一页
公告