关于本站以及博主
关于我
00后,男,四川,已经成为社畜。
技能
{ "type": "radar", "data": { "labels": [ "熟练度", "使用频率", "学习时间", "项目经验", "好感度" ], "datasets": [ { "label": "Java", "data": [9, 9, 8, 9, 10], "fill": true, "backgroundColor": "rgba(255, 99, 132, 0.2)", "borderColor": "rgb(255, 99, 132)", "pointBackgroundColor": "rgb(255, 99, 132)", "pointBorderColor": "#fff", "pointHoverBackgroundColor": "#fff", "pointHoverBorderColor": "rgb(255, 99, 132)" }, { "label": "JavaScript", "data": [8, 8, 5, 8, 9], "fill": true, "backgroundColor": "rgba(54, 162, 235, 0.2)", "borderColor": "rgb(54, 162, 235)", "pointBackgroundColor": "rgb(54, 162, 235)", "pointBorderColor": "#fff", "pointHoverBackgroundColor": "#fff", "pointHoverBorderColor": "rgb(54, 162, 235)" }, { "label": "Vue2", "data": [5, 5, 3, 5, 8], "fill": true, "backgroundColor": "rgba(255, 159, 64, 0.2)", "borderColor": "rgb(255, 159, 64)", "pointBackgroundColor": "rgb(255, 159, 64)", "pointBorderColor": "#fff", "pointHoverBackgroundColor": "#fff", "pointHoverBorderColor": "rgb(255, 159, 64)" }, { "label": "Vue3", "data": [2, 2, 1, 4, 5], "fill": true, "backgroundColor": "rgba(255, 99, 132, 0.2)", "borderColor": "rgb(255, 99, 132)", "pointBackgroundColor": "rgb(255, 99, 132)", "pointBorderColor": "#fff", "pointHoverBackgroundColor": "#fff", "pointHoverBorderColor": "rgb(255, 99, 132)" }, { "label": "Linux", "data": [4, 4, 5, 2, 8], "fill": true, "backgroundColor": "rgba(255, 206, 86, 0.2)", "borderColor": "rgb(255, 206, 86)", "pointBackgroundColor": "rgb(255, 206, 86)", "pointBorderColor": "#fff", "pointHoverBackgroundColor": "#fff", "pointHoverBorderColor": "rgb(255, 206, 86)" }, { "label": "Nginx", "data": [2, 1, 2, 2, 5], "fill": true, "backgroundColor": "rgba(75, 192, 192, 0.2)", "borderColor": "rgb(75, 192, 192)", "pointBackgroundColor": "rgb(75, 192, 192)", "pointBorderColor": "#fff", "pointHoverBackgroundColor": "#fff", "pointHoverBorderColor": "rgb(75, 192, 192)" }, { "label": "Docker", "data": [3, 4, 3, 2, 8], "fill": true, "backgroundColor": "rgba(153, 102, 255, 0.2)", "borderColor": "rgb(153, 102, 255)", "pointBackgroundColor": "rgb(153, 102, 255)", "pointBorderColor": "#fff", "pointHoverBackgroundColor": "#fff", "pointHoverBorderColor": "rgb(153, 102, 255)" }, { "label": "SQLServer", "data": [5, 6, 6, 7, 7], "fill": true, "backgroundColor": "rgba(199, 199, 199, 0.2)", "borderColor": "rgb(199, 199, 199)", "pointBackgroundColor": "rgb(199, 199, 199)", "pointBorderColor": "#fff", "pointHoverBackgroundColor": "#fff", "pointHoverBorderColor": "rgb(199, 199, 199)" }, { "label": "MySQL", "data": [4, 5, 6, 5, 8], "fill": true, "backgroundColor": "rgba(83, 81, 84, 0.2)", "borderColor": "rgb(83, 81, 84)", "pointBackgroundColor": "rgb(83, 81, 84)", "pointBorderColor": "#fff", "pointHoverBackgroundColor": "#fff", "pointHoverBorderColor": "rgb(83, 81, 84)" } ] }, "options": { "elements": { "line": { "borderWidth": 3 } } } }
编程真的是太好玩儿了!!!
感觉什么有趣的玩意儿都能通过编程实现!!!
评分基于本身的情况而定哦,而非客观评分~~~
爱好
{ "type": "pie", "data": { "labels": [ "编程", "运动", "猛吃", "游戏", "CS", "做饭" ], "datasets": [ { "label": "喜爱指数", "data": [ 40, 10, 20, 10, 30, 25 ], "backgroundColor": { "dark-mode": [ "rgba(255, 99, 132, 0.5)", "rgba(54, 162, 235, 0.5)", "rgba(255, 206, 86, 0.5)", "rgba(75, 192, 192, 0.5)", "rgba(153, 102, 255, 0.5)", "rgba(255, 159, 64, 0.5)" ], "light-mode": [ "rgba(255, 99, 132, 0.2)", "rgba(54, 162, 235, 0.2)", "rgba(255, 206, 86, 0.2)", "rgba(75, 192, 192, 0.2)", "rgba(153, 102, 255, 0.2)", "rgba(255, 159, 64, 0.2)" ] }, "borderColor": { "dark-mode": [ "rgba(255, 99, 132, 1)", "rgba(54, 162, 235, 1)", "rgba(255, 206, 86, 1)", "rgba(75, 192, 192, 1)", "rgba(153, 102, 255, 1)", "rgba(255, 159, 64, 1)" ], "light-mode": [ "rgba(255, 99, 132, 1)", "rgba(54, 162, 235, 1)", "rgba(255, 206, 86, 1)", "rgba(75, 192, 192, 1)", "rgba(153, 102, 255, 1)", "rgba(255, 159, 64, 1)" ] } } ] }, "options": { "plugins": { "legend": { "labels": { "color": { "dark-mode": "rgba(255, 255, 255, 0.8)", "light-mode": "rgba(0, 0, 0, 0.8)" } } } } } }
除了编程外,玩CS和做饭也能给我带来很多乐趣!!!
关于本站
搭建
本站使用Hexo搭建,主题使用的hexo-theme-butterfly。
网站以纯静态网站的形式部署在腾讯云轻量级服务器上。
网络上有很多博主都有教程,可以参考别的博主的教程,关键词Hexo+Gitee搭建个人博客
orHexo+Github搭建个人博客
,可以实现0费用搭建。
我的图床使用的是腾讯云COS对象存储服务,你同样也可以使用Gitee或者是Github来搭建图床,实现0费用搭建。
博客文章格式是MarkDown格式,我使用的编辑工具是Typora,配合PicGo使用,可以实现插入本地图片直接上传到图床的效果。
搭建还是不是很麻烦,麻烦的是后期的维护,你需要解决博客存在的各种问题,如果你很注重DIY的话,那应该会踩更多的坑。
目的
主要是用来记录自己的成长过程,也会发一些自己想分享的东西。
想想以后,已经是个老头了,再逛逛我的博客,满满的回忆,哈哈哈。
软件版本
项目根目录下运行npm list
:
1 | +-- add@2.0.6 |