记事本
记事本 记事本就是记事本,记需要记在记事本上的事情。 软件IDM IDM 是一款下载工具,可以加速下载,支持断点续传。 激活工具(需要管理员权限) 1irm massgrave.dev/ias | iex irm 是 Invoke-RestMethod 的简写,用于通过 HTTP 或 HTTPS 协议执行 REST 请求。这个命令可以用于从 Web 服务获取数据。 |是管道符 把左边的命令输出作为右边命令的输入 iex 是 Invoke-Expression 的缩写这个命令把获取的字符串作为 命令/表达式 执行 。 Typora Typora 是一款 Markdown 编辑器,支持实时预览。
Hello World
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 StartCreate a new post1$ hexo new "My New Post" More info: Writing Run server1$ hexo server More info: Server Generate static files1$ hexo generate More info: Generating Deploy to remote sites1$ hexo deploy More info: Deployment