• File: Ubuntu18.04网络相关 2019-10-07
    content

    写在前面

    一些网络相关的操作。

  • File: Raspberry Pi与Arduino, 通过USB连接 2019-09-19
    content

    写在前面

    通过 USB 串行端口连接树莓派和 Arduino,实现树莓派控制 Arduino

  • File: Shell函数 2019-09-18
    content

    写在前面

    一个简单的 Shell 函数

    #!/bin/bash
    funciton hello() {
      echo hello
    }
    hello
    
  • File: Shell循环语句 2019-09-17
    content

    写在前面

    for 语句
    while 语句
    until 语句

  • File: Shell分支语句 2019-09-17
    content

    写在前面

    if else 语句
    case 语句

  • File: Ubuntu搭建51单片机开发环境 2019-09-12
    content

    参考

    Linux 公社 作者: rain
    鸿则的博客

  • File: Hexo博客Google收录 2019-09-11
    content

    写在前面

    两种方法:

    • 单张网页编入索引
    • 站点地图提交给 Google

    关于提交给百度,我也会稍微讲以下(纯吐槽…)

  • File: Hexo配置,Landscape主题 2019-09-10
    content

    写在前面

    一些配置,更好地使用Hexo

  • File: 博客内容折叠 2019-09-10
    content

    内容折叠

    <details>
    <summary>more</summary>
    
    what's more?
    this is more.
    </details>
    
  • File: Shell概述 2019-09-09
    content

    写在前面

    shell – 系统与用户之桥梁

    shell script

    • ✘速度较慢,且占用CPU资源较多,容易造成主机资源分配不良。
    • 自动化管理系统
    • 连续指令单一化
    • 跨平台支持