Loading

摘要: 目前使用的是这个模版: http://esofar.gitee.io/cnblogs-theme-silence/#/guide 按照教程配置好后,记得打开选项中的公告,不然没有效果~ 鼠标点击出现烟花动效 将以下代码贴到【页脚HTML代码】中 <script src="https://blog-s 阅读全文
posted @ 2021-11-15 22:44 少年人永远倔强 阅读(35) 评论(0) 推荐(0) 编辑
摘要: # include <iostream> using namespace std; # include <string> # include <ctime> // 定义结构体 struct Student{ string sName; int score; }; struct Teacher{ st 阅读全文
posted @ 2021-11-15 11:58 少年人永远倔强 阅读(62) 评论(0) 推荐(1) 编辑
摘要: 0.下载VS code后安装以下插件: C\C++ C\C++ Clang Command Adapter CodeLLDB(用来debug) code runner (用来编译) 安装好插件后,要配置文件,也就是.vscode文件夹下的三个json文件。 (每次新建项目文件夹都要在对应的文件夹下配 阅读全文
posted @ 2021-11-15 11:55 少年人永远倔强 阅读(1071) 评论(0) 推荐(0) 编辑
摘要: 效果图: 代码: 点击查看代码 option = { //背景色 // backgroundColor: 'rgba(204,204,204,0.7)', //雷达图大标题 title: { text: 'Basic Radar Chart', textStyle:{ color:'#000000' 阅读全文
posted @ 2021-11-15 10:10 少年人永远倔强 阅读(828) 评论(0) 推荐(0) 编辑