• File: Python3.x 命令行窗口使用Opencv显示图片无响应错误(半解决✔) 2019-10-10
    content

    写在前面

    使用 Python 命令窗口测试图片,使用 imshow 函数出现无响应错误。
    操作系统: Windows 10
    OpenCV 版本: 4.1.1

  • File: Windows 10 开启WiFi 2019-10-09
    content

    写在前面

    校园网拨号上网发现 Windows 10 自带的移动热点无法开启。
    多番查找实验发现可以通过命令窗口开启 WiFi,使用命令netsh wlan

  • File: Visual Studio插件推荐 2019-10-09
    content

    写在前面

    Visual Studio,号称宇宙第一 IDE,不额外添加插件也较好工作。
    但是添加插件会让你更得心应手。

  • File: Windows 10 卸载IE 2019-10-08
    content

    写在前面

    通过打开或关闭Windows功能卸载 IE

  • 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
    鸿则的博客