作用:passwd主要用来修改用户的登录密码 用法: passwd [选项...] <帐号名称> 主要选项: -k, --keep-tokens 保持身份验证令牌不过期 -d, --delete 删除已命名帐号的密码(只有 root 用户才能进行此操作) -l, --lock 锁定指名帐户的密码(仅 ...
分类:
其他好文 时间:
2021-04-21 12:29:33
阅读次数:
0
<YZ-SW3>display interface Ethernet brief 显示接口的运行状态和相关信息 <YZ-SW3>display interface description 显示接口的描述信息 <YZ-SW3>display interface brief 显示接口状态和配置的简要信息 ...
分类:
其他好文 时间:
2021-02-04 11:51:55
阅读次数:
0
# 查找进程文件位置 [toc] ## wmic ```txt 1. 使用get查询 wmic process get name,executablepath 2 无条件查询 wmic process list brief wmic process list full 3 加where条件查询 wm ...
分类:
系统相关 时间:
2021-01-30 12:08:54
阅读次数:
0
今天在查看awr的自动诊断建议的时候,无意中发现:sysauth$占比消耗资源挺大的。即使是11.2.0.3和11.2.0.4也存在该bug,希望尽快下载修复!! 具体见如下: SQL 优化 估计的收益为 .03 个活动会话, 占总活动的6.84\%。 操作 对SELECT 语句 (SQL_ID 为 ...
分类:
数据库 时间:
2020-09-18 03:00:29
阅读次数:
41
原文链接: https://medium.com/@ODSC/a-brief-survey-of-node-classification-with-graph-neural-networks-fa02aff024e4 图神经网络彻底改变了图数据上神经网络的性能。 诸如Pinterest [1],Go ...
分类:
Web程序 时间:
2020-09-18 01:27:46
阅读次数:
56
笛卡尔坐标转换为极坐标。 cartToPolar(...) cartToPolar(x, y[, magnitude[, angle[, angleInDegrees]]]) -> magnitude, angle . @brief Calculates the magnitude and angl ...
分类:
其他好文 时间:
2020-07-23 23:08:23
阅读次数:
189
原文出处: A Brief, Incomplete, and Mostly Wrong History of Programming Languages 译文出处: Mort Yao 警告: 原文中的内容不一定都是真实的。 小字部分不属于原文,是翻译君为了便于读者读懂原文擅自所加的注解。当然,也不能 ...
分类:
编程语言 时间:
2020-07-14 16:18:01
阅读次数:
118
#include <iostream> #include <fstream> #include<vector> using namespace std; /** * @brief 读取二进制文件中的数据 * @param data_fname 二进制文件名 * @param rows * @para ...
分类:
编程语言 时间:
2020-06-30 13:05:07
阅读次数:
72
ASP.NET's Data Storage Objects Introduction In this brief tutorial, we'll look at five different ASP.NET objects we can use to store data. Two of thes ...
分类:
Web程序 时间:
2020-06-23 15:18:44
阅读次数:
71
本实验模拟企业内网冗余环境,完成以下配置需求:1.如图所示,配置设备名称和IP地址。2.所有交换机的生成树模式使用stp3.使用display stp brief,查看各端口角色与状态。4.配置sw1为根,优先级为0;配置sw2为次根,优先级为4096.5.PC1上ping 192.168.1.25 ...
分类:
其他好文 时间:
2020-06-22 01:42:58
阅读次数:
117