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. docker学习(3) 容器的启动过程

    这一节我们来稍微了解下docker原理性的东西 docker run -i -t ubuntu /bin/bash 输入上面这行命令,启动一个ubuntu容器时,到底发生了什么? 大致过程可以用下图描 ...

  2. [LeetCode] Pacific Atlantic Water Flow 太平洋大西洋水流

    Given an m x n matrix of non-negative integers representing the height of each unit cell in a contin ...

  3. [LeetCode] Nth Digit 第N位

    Find the nth digit of the infinite integer sequence 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, ... Note: n i ...

  4. openwrt下部署adbyby去广告大师 免luci 带自启动,自动开启透明代理

    最近朋友送了个360老路由器 C301,于是乎就掉进了智能路由器的坑, 玩智能路由器第一件事一定是去广告, 要么怎么对得起智能路由器- -! 路由器去广告当然首推广告屏蔽大师 www.adbyby.c ...

  5. 2016BUAA校赛决赛

    A. 题意:有n个点,n-1条边,1-2-3-4-5-...-n,每条边都有权值,代表走这条边的时间,时刻0一个人在点1,问从时刻1~m,有哪些时刻这个人可能走到n点 分析:将每条边当作物品,可以选1 ...

  6. 文件上传之——用SWF插件实现文件异步上传和头像截取

    之前写过几篇文件上传,那些都不错.今天小编带领大家体会一种新的上传方法,及使用Flash插件实现文件上传. 使用Flash的好处就是可以解决浏览器兼容性问题.之前我写的一个快捷复制功能也是利用的Fla ...

  7. 【转】Windows平台下的Subversion安装配置新手指南

    原文地址:http://developer.51cto.com/art/201005/199628.htm 本文介绍Subversion安装配置快速指南,首先讲Subversion的安装和配置,Uni ...

  8. thinkphp-二次开发1

    Thinkphp是一个国人使用的比较多的一个框架 ,具体的也不多了,不知道的可以去百度一下. 现在我们要讲的是如何利用现有的半成品的系统实现二次开发 讲到thinkphp的二次开发不得不说他的兄弟on ...

  9. 关于mybatis中mapper.xmlSQL语句书写的心得

    本文主要针对MySQL ---------------------------------------------------------------------------------------- ...

  10. NodeJs入门学习(一)

    NodeJs是针对前端工程师向web后端深入理解的一门很好的语言. 首先,记录NodeJS几大特性,后续补充: 一.Node.js 是单进程单线程应用程序,但是通过事件和回调支持并发,所以性能非常高. ...