1、首先运行PowerDesigner程序,进入主界面: 2、.File—New Model—Physical Data Model—Physical Diagram—Model name 设置为test,DBMS属性设置为Mysql 首先用表格工具创建一个表格模板 双击表格模板,设置属性,我们首先 ...
分类:
数据库 时间:
2021-03-30 13:21:12
阅读次数:
0
博客迁移计划11 \(\rightarrow\) 戳我看POJ原题 Cow Relays Time Limit: 1000MS $ \quad $ Memory Limit: 65536K Description For their physical fitness program, \(N (2 ...
分类:
其他好文 时间:
2021-03-30 13:17:03
阅读次数:
0
physical standby errors ORA-00600 ORA-10567 ORA-10564 ORA-01110 ORA-10561DECEMBER 26, 2016 ARCSDEGEOLEAVE A COMMENTThe following errors were thrown wh ...
分类:
其他好文 时间:
2021-02-04 11:52:42
阅读次数:
0
一、linux CPU大小 cat /proc/cpuinfo |grep "model name" && cat /proc/cpuinfo |grep "physical id" 说明:Linux下可以在/proc/cpuinfo中看到每个cpu的详细信息。但是对于双核的cpu,在cpuinfo ...
分类:
系统相关 时间:
2021-01-25 10:49:16
阅读次数:
0
Core Idea: 对于 GC 主要有两种方式,reference count 和 mark and sweep。这片文章主要讨论了如何高效的进行 mark and sweep 过程。 Mark and sweep 思想是先遍历所有的 chunk,然后对于 GC 之后不再需要的 chunk 进行标 ...
分类:
其他好文 时间:
2021-01-19 11:48:11
阅读次数:
0
拓扑如下 R1 enable 进入特权模式 config 进入全局模式 hostname R1 修改名称 interface s0/1 进入端口 ip address 192.168.1.1 255.255.255.0 设置IP地址 physical-layer speed 64000 设置同步时钟 ...
分类:
其他好文 时间:
2021-01-08 10:35:51
阅读次数:
0
查看有几个物理CPU cat /proc/cpuinfo | grep "physical id" | sort | uniq | wc -l 查看cpu核数 cat /proc/cpuinfo | grep "core id" | sort | uniq | wc -l 查看CPU线程 cat / ...
分类:
其他好文 时间:
2021-01-02 11:13:23
阅读次数:
0
linux 看cpu、内存、虚拟内存、磁盘查、 查看物理cpu个数 cat /proc/cpuinfo | grep "physical id" | sort | uniq | wc -l 查看物理cpu内核个数 cat /proc/cpuinfo | grep "cpu cores" | uniq ...
分类:
系统相关 时间:
2020-12-28 10:56:23
阅读次数:
0
名词解释:1.物理卷 Physical Volume (PV):一个物理卷,包含了许多物理分区2.物理分区 Physical Extents (PE) 3.卷组 Volume Group (VG):一个VG是由许多物理分区组成的(可能来自多个物理卷或硬盘)。 4.逻辑卷 Logical Volume ...
分类:
其他好文 时间:
2020-12-18 12:56:26
阅读次数:
3
1、简述osi七层模型和TCP/IP五层模型osi:物理层--->数据链路层--->网络层--->传输层--->会话层--->表示层--->应用层physical>datalink>network>transport>session>presentation>application物理层:二进制传输(比特流)。定义了各种物理设
分类:
其他好文 时间:
2020-12-16 12:22:57
阅读次数:
5