p-node / p 节点

package / 程序包

packet / 数据包

packet assembler/disassembler, PAD / 分组拆装器

packet header / 数据包报头

packet switching / 数据包交换

PAD, packet assembler/disassembler / 分组拆装程序

page fault / 页错误

Page Faults Delta / 页错误 Delta

paged pool / 分页的池

paging file / 页面文件

PAP, Password Authentication Protocol / 密码身份验证协议

paper source / 纸张来源

parent domain / 父域

parent object / 父对象

parenting / 父处理

parity / 奇偶校验

parity bit / 奇偶校验位

partition / 分区

partition boot sector / 分区启动扇区

password / 密码

Password Authentication Protocol, PAP / 密码身份验证协议

paused / 已暂停

PBX, Private Branch Exchange / 专用分交机交换

PC Card / PC 卡

PCL, Printer Control Language / 打印机控制语言

PDC, primary domain controller / 主域控制器

PDC emulator master / PDC 模拟主机

Peak Memory Usage / 高峰内存使用

pel

pending / 挂起

Per Seat Licensing / 每客户授权

Per Server Licensing / 每服务器授权

performance alert / 性能警报

performance counter / 性能计数器

performance object / 性能对象

performance object instance / 性能对象实例

permanent virtual circuit, PVC / 永久虚电路

permission / 权限

Physical Disk resource / 物理盘资源

PID, process identifier / 进程标识符

PIF, program information file / 程序信息文件

ping   pixel / 像素

PJL, Printer Job Language / 打印机作业语言

PKCS, Public Key Cryptography Standards / 公钥密码系统标准   PKCS #7   PKCS #10   PKCS #12

PKI, public key infrastructure / 公钥基础结构

plotter font / 绘图仪字体

Plug and Play / 即插即用

PNNI, private or public network-to-network interface / 专用或公用网络到网络接口

point of presence, POP / 存在点

point of termination station, POTS / 终端站点

Point-to-Point Protocol, PPP / 点对点协议

Point-to-Point Tunneling Protocol, PPTP / 点对点隧道协议

pointer (PTR) resource record / 指针 (PTR) 资源纪录

poison reverse / 有损反转

policy / 策略

polling intervals / 轮询间隔

POP, point of presence / 存在点

port / 端口

port ID / 端口 ID

port rule / 端口规则

POSIX

possible owners / 可能的所有者

PostScript   PostScript fonts / PostScript 字体

PostScript printer / PostScript 打印机

POTS, point of termination station / 终站点

power conditioning / 电源调节

PPP, Point-to-Point Protocol / 点对点协议

PPTP, Point-to-Point Tunneling Protocol / 点对点隧道协议

predefined key / 预定义项

preferred owner / 首选所有者

preferred server / 首选服务器

preset-to callback / 预设回叫

Primary disk / 主磁盘

primary domain controller, PDC / 主域控制器

primary group / 主要组

primary master / 主要主机

primary partition / 主分区

print job / 打印作业

print processor / 打印处理器

print server / 打印服务器

Print Server for Macintosh / Macintosh 打印服务器

print spooler / 打印后台处理程序

Print Spooler resource / 打印后台处理程序资源

printer / 打印机

Printer Control Language, PCL / 打印机控制语言

printer driver / 打印机驱动程序

printer fonts / 打印机字体

Printer Job Language, PJL / 打印机作业语言

printer permissions / 打印机权限

Printer window / 打印机窗口

Printers / 打印机

printing pool / 打印池

Private Branch Exchange, PBX / 专用分机交换

private key / 私钥

private network / 专用网络

private or public network-to-network interface, PNNI / 专用或公用网络到网络接口

private queue / 专用队列

private volume / 专用卷

privileges / 特权

process identifier, PID / 进程标识符

program / 程序

program information file, PIF / 程序信息文件

property / 属性

property cache / 属性缓存

property value / 属性值

protocol / 协议

protocol parser / 协议分析程序

PSTN, Public Switched Telephone Network / 公共电话交换网络

PTR (pointer) resource record / PTR(指针)资源纪录

public key / 公钥

public key cryptography / 公钥密码系统

Public Key Cryptography Standards, PKCS / 公钥密码系统标准

public key encryption / 公钥加密

public key infrastructure, PKI / 公钥基础结构

public network / 公共网络

public queue / 公用队列

Public Switched Telephone Network, PSTN / 公共电话交换网络

pull partner / 拉伙伴

pulse dialing / 脉冲拨号

push partner / 推伙伴

PVC, permanent virtual circuit / 永久虚电路

word20161217的更多相关文章

随机推荐

  1. [LeetCode] Strobogrammatic Number II 对称数之二

    A strobogrammatic number is a number that looks the same when rotated 180 degrees (looked at upside ...

  2. [LeetCode] Second Highest Salary 第二高薪水

    Write a SQL query to get the second highest salary from the Employee table. +----+--------+ | Id | S ...

  3. 信息中心网络 ,Information-centric networking, ICN

  4. VR、AR、MR的区别

    VR.AR.MR定义: 什么是虚拟现实? 虚拟现实(Virtual Reality,简称VR,又译作灵境.幻真)是近年来出现的高新技术,也称灵境技术或人工环境.虚拟现实是利用电脑模拟产生一个三维空间的 ...

  5. eclipse连接多个git仓库方法

    只需要在本地建立多个仓库就行,提交的时候一个本地仓库对应一个git仓库

  6. PHP 自动加载规范PSR-4

    .note-content { font-family: "Helvetica Neue", Arial, "Hiragino Sans GB", STHeit ...

  7. BZOJ3879: SvT

    后缀数组裸题,每次的查询单调栈扫一遍就完了.为什么要写虚后缀树= =后缀数组不是自带虚树的结构么= = #include<cstdio> #include<algorithm> ...

  8. 【原】作为前端需要了解的B/S架构

    其实B/S架构是属于后台方面的东西,不过作为一个前端,也是需要了解一下滴 C/S架构简要介绍 在了解什么是B/S架构之前,我们有必要了解一下什么是C/S架构: C/S架构是第一种比较早的软件架构,主要 ...

  9. js常用字符串处理方法

    JS自带函数concat将两个或多个字符的文本组合起来,返回一个新的字符串.var a = "hello";var b = ",world";var c = a ...

  10. Win7硬盘整数分区一览表

    10G=10245 MB 20G=20482 MB 30G=30726 MB 40G=40963 MB 50G=51208 MB 60G=61444 MB 70G=71681 MB 80G=81926 ...