Ataraxia
  • HOME
  • ARCHIVES
  • LINKS
  • ABOUT
  • TRAVELLING
  • HOME
  • ARCHIVES
  • LINKS
  • ABOUT
  • TRAVELLING
  • vim强制退出命令失败

    解决: !写在后面 例: :quit! :wq!
     2021-05-03
    Read more 
  • 远程jupyter notebook

    安装https://jupyter.readthedocs.io/en/latest/install/notebook-classic.html pip3 install –upgrade pip pip3 install jupyter 设置远程h...
     2021-05-03
    Read more 
  • 安装Cloudreve

    https://github.com/cloudreve/Cloudreve
     2021-05-03
    Read more 
  • 安装lnmp

    https://lnmp.org/
     2021-05-03
    Read more 
  • nonebot2+go-cqhttp打造QQ机器人

    链接: https://github.com/nonebot/nonebot2 https://github.com/Mrs4s/go-cqhttp
     2021-05-02
    Read more 
  • 字面量、变量和常量

    常量和变量都是变量 不同的是常量只能赋一次值,然后再也不能改变。 而变量可以多次赋值。 字面量是等号右边的量,可以是字符串,也可以是数值。 参考: https://www.jianshu.com/p/0f2816805da6 https://blog...
     2021-04-28
    Read more 
  • 标识(zhi)符、关键字、保留字、字面量

    标识符标识符是自己为变量、属性、函数、参数的名字 关键字关键字:语言已经使用了的字 保留字保留字:预留的“关键字”,未来可能成为关键字 所以标识符不能起和关键字和保留字起一样的名字 字面量(literal)参考: https://www.bilibi...
     2021-04-28
    Read more 
  • Docker报错

    WARNING: IPv4 forwarding is disabled. Networking will not work. 解决方法1234# 切换到root用户 将配置写入到配置文件echo "net.ipv4.ip_forward=...
     2021-04-28
    Read more 
  • 树的节点与度

    节点:每一个圆圈 节点的度:每一个节点的子树的数量 节点的度为0时,节点为叶子节点,其他时候为分支节点。 树的度:树各节点度的最大值 参考: https://www.cnblogs.com/rnanprince/articles/11600664.h...
     2021-04-27
    Read more 
  • 函数表达式与函数声明

     2021-04-27
    Read more 
Prev Next
© 2021 -  2022  Willem Zhang
Totalview 
Powered by Hexo | Theme Keep v3.4.0
萌ICP备 20218528号