Skip to content

Instantly share code, notes, and snippets.

View maboloshi's full-sized avatar
💭
I may be slow to respond.

沙漠之子 maboloshi

💭
I may be slow to respond.
  • 09:34 (UTC +08:00)
View GitHub Profile
@maboloshi
maboloshi / .travis.yml
Last active September 8, 2019 05:57
maboloshi.github.io 的.travis.yml, gulpfile.js设置存档
language: node_js
node_js:
- '6'
# 缓存依赖,节省持续集成时间
cache:
directories:
- node_modules
- themes
@maboloshi
maboloshi / README.md
Last active November 1, 2021 02:57
[hexo-deployer-git](https://github.com/hexojs/hexo-deployer-git) 使用说明文件

hexo-deployer-git

Build Status NPM version Coverage Status Build status

Git deployer plugin for [Hexo].

Notice: Fatal HttpRequestException Error on pushing to GitHub?

Update Git for Windows to the latest version. (Details)

Installation

@maboloshi
maboloshi / README.md
Last active October 31, 2021 11:58
The Travis Client 使用说明
@maboloshi
maboloshi / Reg2Bat.vbs
Last active October 21, 2022 09:22
[Reg2Bat]一个将reg格式的注册表文件 转成bat文件的vbs脚本原作者:http://slore.blogbus.com/logs/52627038.html,修改作者:http://bbs.wuyou.net/forum.php?mod=viewthread&tid=386057
'------------------------------------------------------------------------------
'名称:Reg2Bat_By Slore(生成同名bat文件,支持XP、WIN7、WIN7X64).vbs
'功能:REG文件转换为同名的BAT、CMD文件。
'原文http://slore.blogbus.com/logs/52627038.html
' REG命令功能有限,仅支持常用类型。
' (REG_SZ、REG_DWORD、REG_BINARY、
' REG_EXPAND_SZ、REG_MULTI_SZ)
'
' By Slore 【修改by 代码飞扬】
' 更新于:2017年2月16日