随笔分类 -  工具

摘要:<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta http-equiv 阅读全文
posted @ 2021-09-30 09:35 ament 阅读(1377) 评论(0) 推荐(0) 编辑
摘要:#!/bin/bash #date: 2020.04.02 #description: show the rate of system resources # cpu资源信息统计 function show_cpu { cpu_rate=$(vmstat | awk 'NR == 3 {print 阅读全文
posted @ 2021-07-14 19:28 ament 阅读(47) 评论(0) 推荐(0) 编辑
摘要:`sudo hostnamectl set-hostname "新主机名" hostnamectl status --static hostnamectl status --transient hostnamectl status --pretty` 阅读全文
posted @ 2020-11-01 14:09 ament 阅读(66) 评论(0) 推荐(0) 编辑
摘要:使用pip install torch安装失败, 在官网https://pytorch.org/ ,选择合适的版本 之后再安装, 现在清华的镜像好像没了,选择正确的版本下载还是很快的。 阅读全文
posted @ 2020-06-16 21:02 ament 阅读(780) 评论(0) 推荐(0) 编辑
摘要:原数据: 处理后: 执行如下操作: 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 阅读全文
posted @ 2020-03-28 22:07 ament 阅读(1645) 评论(0) 推荐(0) 编辑
摘要:Google上网助手链接: https://www.lanzous.com/b0c1z8kvi 密码:ap0x 谷歌访问助手破解版 https://github.com/haotian-wang/google-access-helper CCleaner v5.59中文绿色便携破解版蓝奏云链接:ht 阅读全文
posted @ 2020-02-15 20:04 ament 阅读(520) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示