2022/1/26

windows查看端口占用

netstat -aon|findstr "3306"

  • 未分类
  • 2022/1/26
  • helei
  • 725
  • 2022/1/25

    docker 更换apt 为阿里源

    mv  /etc/apt/sources.list /etc/apt/sources.list.bak echo "deb ht…

  • aptdocker
  • 2022/1/25
  • helei
  • 704
  • 2022/1/18

    vue scss 实现3D球体照片墙

    演示地址 gitee代码地址 <template> <div> <ul v-for="ulnum in&nbs…

  • cssvue
  • 2022/1/18
  • helei
  • 753
  • 2022/1/13

    python tkinter实现倒计时

    #!/usr/bin/python3 from tkinter import * import base64 import time …

  • python
  • 2022/1/13
  • helei
  • 714
  • 2022/1/13

    python 打包exe

    安装 python install pyinstaller 参数详解 -F, –onefile打包一个单个文件,如果你的…

  • python
  • 2022/1/13
  • helei
  • 767
  • 2022/1/11

    docker更换阿里云镜像

    容器镜像服务 (aliyun.com)

  • docker
  • 2022/1/11
  • helei
  • 761