摘要:
1.使用效果 2.表格样式重写 <!--表格样式--> <Style TargetType="{x:Type DataGrid}"> <Setter Property="RowBackground" Value="#2A2A2A" /> <Setter Property="AlternatingRo 阅读全文
posted @ 2020-12-02 23:25
比邻若天涯
阅读(362)
评论(0)
推荐(0)
|
摘要:
1.使用效果 2.表格样式重写 <!--表格样式--> <Style TargetType="{x:Type DataGrid}"> <Setter Property="RowBackground" Value="#2A2A2A" /> <Setter Property="AlternatingRo 阅读全文
posted @ 2020-12-02 23:25
比邻若天涯
阅读(362)
评论(0)
推荐(0)
摘要:
上文说了如何使用hexo创建个人博客并将其部署到github中,但实际上国内访问github正常情况下是比较慢的。所以这里将其部署到国内的代码托管平台码云上 准备工作 注册一个码云账号 步骤 与在github上类似,创建一个以自己用户名为名的公开仓库 修改配置文件 _config.yml,将仓库地址 阅读全文
posted @ 2020-12-02 22:15
比邻若天涯
阅读(142)
评论(0)
推荐(0)
摘要:
准备环境: node.js git 安装步骤 安装hexo-cli $ npm install -g hexo-cli 建立一个新的文件夹来作为博客的目录 $ mkdir blog 初始化博客 $ sudo hexo init # windows下直接使用 hexo init 启动博客 hexo s 阅读全文
posted @ 2020-12-02 22:09
比邻若天涯
阅读(67)
评论(0)
推荐(0)
摘要:
由于项目中经常会使用到gulp,而每次配置大概都差不多,所以将配置记录一下 项目结构 ├─dist │ ├─assets │ ├─css │ ├─images │ └─js ├─node_modules └─src ├─assets │ ├─css │ ├─echarts │ ├─js │ ├─od 阅读全文
posted @ 2020-12-02 22:05
比邻若天涯
阅读(165)
评论(0)
推荐(0)
|