TL;DR

1
GIT_AUTHOR_DATE="2019-11-05T12:00:00-05:00" GIT_COMMITTER_DATE="2019-11-05T12:00:00-05:00" git commit -m "messgae"

2019-11-05T12:00:00-05:00替换成你想要的时间,请使用Git internal format, RFC 2822或者ISO 8601

阅读全文 »

背景

科研的时候需要测量手机运行的功率,用到了Msoon家的High Voltage Power Monitor配上了一个可拆卸电池的手机。但是在把手机连接到Power Monitor,以Power Monitor代替手机电池供电的时候出现了一些问题。

阅读全文 »

希望看这篇博客的同学们都是已经了解一些关于GnuPG或者PGP知识,或者是想去了解的同学们。

阅读全文 »

这里会记录一些hexo使用过程中的零散笔记。

阅读全文 »

今天在Windows下面用GPG解密消息的时候,出现了解密结果中中文乱码的问题。

TL;DR

1
chcp 65001

将PowerShell页代码切换到UTF-8。

备注

GBK: 936
UTF-8: 65001

Windows下的常见问题,同样适用于命令提示符。

EOF

Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.

Quick Start

Create a new post

1
$ hexo new "My New Post"

More info: Writing

Run server

1
$ hexo server

More info: Server

Generate static files

1
$ hexo generate

More info: Generating

Deploy to remote sites

1
$ hexo deploy

More info: Deployment