随笔分类 - 工具
摘要:<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv
阅读全文
摘要:#!/bin/bash #date: 2020.04.02 #description: show the rate of system resources # cpu资源信息统计 function show_cpu { cpu_rate=$(vmstat | awk 'NR == 3 {print
阅读全文
摘要:`sudo hostnamectl set-hostname "新主机名" hostnamectl status --static hostnamectl status --transient hostnamectl status --pretty`
阅读全文
摘要:使用pip install torch安装失败, 在官网https://pytorch.org/ ,选择合适的版本 之后再安装, 现在清华的镜像好像没了,选择正确的版本下载还是很快的。
阅读全文
摘要:原数据: 处理后: 执行如下操作: delete t from data t left join (select name,min(id) as min_id from data group by name)t1 on t.id = t1.min_id where t1.min_id is null
阅读全文
摘要:Google上网助手链接: https://www.lanzous.com/b0c1z8kvi 密码:ap0x 谷歌访问助手破解版 https://github.com/haotian-wang/google-access-helper CCleaner v5.59中文绿色便携破解版蓝奏云链接:ht
阅读全文