今天照常写完 blog 发布时突然遇到了下面这个问题,查了查Installation error: certificate has expired`大概含义是证书过期的意思。
It is said that there are three types of supreme happiness: self-discipline, love, and creation.
Developer技术栈: React, Typescript, Sass, Node开源爱好者
const person = {
pseudoName:"LanM",
lastname:"Wang",
age:"A quarter of life",
gender:"Male",
hobbies:["Breathing",
"Programming",
"Playing video Games",
"Listen to strange music",
"Playing Basketball"],
state:"oblivion",
unique skill:"sdrawkcab etirw nac I 😆"
}
const skills = {
TypeScript:"Proficiency",
SASS:"Intermediate",
React:"Intermediate",
Vue:"Average",
Git:"Proficiency",
NodeJS:"Beginner",
}
const socialLinks = {
github:"github.com/BlueLanM",
twitter:"twitter.com/Jason__Wang_",
gmail:"xiaoteng.one@gmail.com",
CSDN:"blog.csdn.net/BLUESKYwang66",
Steam:"steamcommunity.com/LanM",
CloudMusic:"music.163.com/LanM蓝莓",
BiliBili:"bilibili.com/LanM蓝莓",
Public Accounts:"mp.weixin.qq.com/蓝莓小世界",
}
const Project = {
LanMBlogs:"Personal oriented blogs"
+ "made in Docusaurus",
Toy-component:"Collect bizarre component styles"
+ "made in ReactJS and Vite",
LanM-component:"Collect bizarre component styles"
+ "made in ReactJS and storybook",
NodeJS-CRUD:"The interface for adding, deleting, modifying, and querying Nodejs"
+ "made in nodejs and express and MySQL",
}
💕 推荐阅读
✨ 最新博客
Happy Birthday!
24 岁生日快乐!祝自己 🎉
Nextjs无法使用antd的问题
今天准备用 Nextjs 写项目的,本能的想用 antd,但是在安装好使用时突然报了一个错误
SyntaxError: Cannot use import statement outside a module
阿里巴巴中后台-XRender学习使用
入职到现在,目前接触到了一个万能表格组件----XRender,其中分为 FormRender、TableRender 以及 ChartRender
调取接口遇到的一些问题
记录一下调接口时遇到过的一些问题。
组件封装继承原生接口
今天在封装 Button 组件的时候,我发现我自己封装的组件用不了 style 和 className 属性的问题。
Vercel部署配置项
今天在部署我个人的组件库的时候遇到了一个问题,那就是部署的时候提示找不到打好的包,经过一顿抓耳挠腮可算是解决了。出现这个问题原因是因为我开发组件库用的 storybook 这个开发环境,导致 Vercel 打包的时候运行的 yarn build 是 create-react-app 环境的 package.json 中的 build,而 storybook 特殊在运行环境是独立的 yarn storybook,同理,build 也是 build-storybook,所以即使打包时没有提示错误的话,如果不修改配置项,显示的主页是 main.jsx 里的内容。其实解决办法很简单,在此记录下。
JavaScript中的键值对
关于对象中的键值对,我一直都是云里雾里,在此记录一下今天遇到的问题。
Happy Birthday!
祝自己生日快乐 🎂