2021年1月1日

图片

摘要: ![](https://img2020.cnblogs.com/blog/2249444/202101/2249444-20210101163803233-1929823980.png) ![](https://img2020.cnblogs.com/blog/2249444/202101/2249444-20210101163810132-515270022.png) 阅读全文

posted @ 2021-01-01 16:38 codestar 阅读(43) 评论(0) 推荐(0)

2020年12月16日

博客主题——更换博客主题

摘要: 主题链接:https://github.com/iissnan/hexo-theme-next blog目录下终端运行:git clone https://github.com/iissnan/hexo-theme-next.git themes/next 什么是blog 目录,可以参考我的上篇文章 阅读全文

posted @ 2020-12-16 23:59 codestar 阅读(102) 评论(0) 推荐(0)

博客搭建——Hexo+Github

摘要: 博客搭建-Github&Hexo(Windows环境) ###(以下在cmd文件下安装过程中没有error的话warning都不用管) 一、安装Node.js(去官网下载LTS版本) 官网地址:https://nodejs.org/en/ 一直点击next即可 打开cmd,输入node -v可以查看 阅读全文

posted @ 2020-12-16 22:44 codestar 阅读(83) 评论(0) 推荐(0)

2020年12月13日

VS 2017添加#include <graphics.h> 、#include <mmsystem.h>、 #include <conio.h> 、#include <windows.h>头文件

摘要: VS2017 添加额外头文件(解决问题版) graphics.h、mmsystem.h、conio.h、windows.h 一、graphics图形库的安装 下载地址:https://easyx.cn/downloads/ 选择2018春分版本 然后运行下载好的exe文件,安装对应版本的图形库 二、 阅读全文

posted @ 2020-12-13 23:44 codestar 阅读(1117) 评论(0) 推荐(0)

命令行清除命令(Matlab,Linux,Windows cmd)

摘要: Linux 终端页面清除命令: clear 查看当前路径: pwd Windows cmd 命令行清除命令: cls 查看当前路径: chdir 阅读全文

posted @ 2020-12-13 00:13 codestar 阅读(456) 评论(0) 推荐(0)

导航