07 2022 档案

摘要:1.物理地址 方式一: cat /sys/class/net/enp125s0f3/address 方式二: ifconfig -a 2.cpu 3.ip -- vi /etc/sysconfig/network-scripts/ifcfg-enp -- systemctl restart netw 阅读全文
posted @ 2022-07-13 11:31 疾风泣影 阅读(783) 评论(0) 推荐(0)
摘要:下面是些DM7&DM8中,比较常用的DDL语句示例,如下: --1.table create table test (c1 int primary key, c2 varchar(20));insert into test values(1, 'aaa');commit; --2.index cre 阅读全文
posted @ 2022-07-01 11:07 疾风泣影 阅读(95) 评论(0) 推荐(0)