Mystic

Results 34 issues of Mystic

By `alias` command, you will see the following info in some os(For example, `rhel7.4`). By default, `cp` is `cp -i`. Under this situation, you need use `\cp` to the origin...

## 建议 bing提交成功后, 一个url,一个response,是否应该更改这个机制呢 而且, `{d: null}`也像一个错误信息 ```text INFO Bing Submitting: https://blog.caoyu.info/autowired-and-resource.html INFO Bing Submitting: https://blog.caoyu.info/build-server-zsh.html INFO Bing Submitting: https://blog.caoyu.info/build-server-tomcat.html INFO Bing Submitting: https://blog.caoyu.info/build-server-java.html INFO Bing Submitting: https://blog.caoyu.info/build-server-mysql.html Bing response:...

## Expected Behavior Can be parsed correctly ## Current Behavior B struct is some default value, cannot read from the Redis ```text task: {PO:{_:[] _:{} ID: CreatedTime:0 UpdatedTime:0 DeletedTime:0} TaskId:5...

## Issue Checklist - [X] I have already read the relevant documents of [Hexo](https://hexo.io/docs/) and [NexT](https://theme-next.js.org/docs/). - [x] I am using NexT version 8.0 or later. - [X] I have...

Feature Request

比如https://caoyu.info/blog/spring-injection-failed.html在这个页面点击登录,它最后会跳向以下地址 https://caoyu.info/blog/?error=redirect_uri_mismatch&error_description=The+redirect_uri+MUST+match+the+registered+callback+URL+for+this+application.&error_uri=https%3A%2F%2Fdeveloper.github.com%2Fv3%2Foauth%2F%23redirect-uri-mismatch

介绍python的web项目怎么写,比如要不要MVC啊,怎么MVC啊,要不要Restful啊,怎么Restful啊

Changing the hexo config directly will cause the switch to the other theme to become unsmooth.

feature

Hi, there Follow #38 , it throws a new exception. Anyone has any idea? `Container` ```bash λ docker container ls CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES 0bb9dac17cfd bde2020/hadoop-datanode:2.0.0-hadoop3.2.1-java8...

```bash TEMP1="hello" TEMP2="world" TEMP1=${TEMP1:-"${TEMP2}"} ``` cannot locate TEMP2(line 3) to its declaration(line 1), it threw "cannot find declaration to go to"