Grid Container 属性 display grid-template-columns grid-template-rows grid-template-areas grid-template: <grid-template-rows> / <grid-template-columns&...
准备工作npm i -g grunt-cli npm i grunt --save-dev npm i grunt-contrib-watch --save-dev npm i grunt-contrib-stylus --save-dev 必备文件 package.json:用于保存项目元数据。Gruntfi...
准备工作MARKSZのBloG - https://molunerfinn.com/make-a-hexo-themeHexo 辅助函数 - https://hexo.io/zh-cn/docs/helpersPug 语法 - https://pugjs.org/language/attributes.htmlS...
table{ border-collapse: collapse;} table,th,td{border:1px solid #cdcdcd;} th,td{ padding:.5rem 1rem;} 兼容HTML<table> <tr> ...
mailchen.github.io nvm-setup.zip hexo 官网 环境搭建 nvm 安装,配置 打开nvm文件下settings文件,添加下载镜像指向淘宝 arch: 64 proxy: none node_mirror: http://npm.taobao.org/mirrors/node...
mailchen.github.io nvm-setup.zip hexo 官网 环境搭建 nvm 安装,配置 打开nvm文件下settings文件,添加下载镜像指向淘宝 arch: 64 proxy: none node_mirror: http://npm.taobao.org/mirrors/node...
常用配置 1、固定行列位置 12fixedRowsTop:行数 //固定顶部多少行不能垂直滚动fixedColumnsLeft:列数 //固定左侧多少列不能水平滚动 2、拖拽行头或列头改变行或列的大小 12345//当值为true...
Sql Plus cmd 启动 Win + R -> sqlplus username/password@数据库名 不退出 Sql Plus 断开与数据路服务器的链接 DISCONNECT 重新链接或切换用户 CONNECT username/password as sysdba 命令...
常见问题fatal: unable to access’https://github.com/xxx/xxx.git/':Failed connect to github.com:xxx; 解决方法: git config –global http.proxy git config –glob...
安装VisualSVN server 服务端TortoiseSVN客户端 注意事项: .svn 隐藏目录记录两项关键信息 工作文件的基准版本 一个本地副本最后更新的时间戳 常用功能 SVN 检出 添加 删除 改名 还原 检查更新(Check for modifications) 显示你所做的修...