SEISAMUSE

Jun Xie的博客

这是一篇加密的文章,想看得问我密码。
阅读全文 »

转自可能吧
可能吧讲的是如何让人觉得你都懂,感觉有点文不对题。内容更偏向于如何学习。其实学习方法很多,但重在实践。

阅读全文 »

转载自少数派
每个系统中都存在第一性原理,它的存在是最基本的命题和假设,不能被省略,也不能被违反。—亚里士多德

阅读全文 »

运行git push origin master -f 的时候显示这个错误:

1
fatal: 'origin' does not appear to be a git repository fatal: Could not read from remote repository.

解决办法是重新关联远程仓库:

1
git remote add origin git@github.com:junxie01/junxie01.git

  1. 修改根目录下的_config.yml. 找到busuanzi_count:
    enable: true

  2. 修改themes下的_config.yml. 找到footer:
    counter: true

  3. 修改themes/next/layout/_partials/footer.njk,添加:

    1
    2
    3
    {% if theme.footer.counter %}
    <script async src="//busuanzi.ibruce.info/busuanzi/2.3/busuanzi.pure.mini.js"></script>
    {% endif %}

在hexo中插入角注需要安装hexo-reference,命令:

1
npm install hexo-reference

语法是:
加入这个:
[^1]
在最后加入这个:
[^1]:https://github.com/kchen0x/hexo-reference
显示出来是:
参见这样加入reference[1]


  1. 1.https://github.com/kchen0x/hexo-reference

  之前买的新电脑Zbook还行,安装了fedora 32(见安装完fedora32之后)以后结果出现各种问题。包括,不能安装sac,rdseed,hexo,wikimedia。一气之下就安装回了Elementary OS。这里记录一下Elementary OS的配置。

阅读全文 »

  Bash操作简单,可以处理简单的计算等。有些时候会遇到文件的读取问题,那如何对文件进行循环逐行读取呢?

阅读全文 »
0%