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] Count and Say 计数和读法

    The count-and-say sequence is the sequence of integers beginning as follows:1, 11, 21, 1211, 111221, ...

  2. 学写js Calender控件

    好几个月没写博客了,一直在赶项目.项目现在终于处于稳定的状态,只是修修改改.作为后台程序员的我真是苦逼啊,从web到手机端接口我都得写,杂七杂八的事情...这两天终于闲下来了,没事儿看了一下关于js日 ...

  3. Binding笔记

    Binding基础  绑定某个对象的属性值到控制上,写法如下: public class Order : INotifyPropertyChanged//只要实现此接口 { public event ...

  4. 【转】fatal error C1900: “P1”(第“20081201”版)和“P2”(第“20080116”版)之间 Il 不匹配

    转自:这里(然而这里并没有写原出处) 背景:今天傻逼逼地想用vs2010来编译一个vs2013的项目,其中这个项目用到了一个库(应该是用2013编译的) 在我浅薄的认知中,以为只是13支持的特性更多, ...

  5. android studio 不能创建或者安装模拟器

    解决方法: (1).对与这类问题实在不行卸载然后安装,看看自己的网络是否把android studio下载的东西给墙了,墙了记得换网. (2).我安装andriod studio 2.2.2.0 版本 ...

  6. JavaScript函数表达式、闭包、模仿块级作用域、私有变量

    函数表达式是一种非常有用的技术,使用函数表达式可以无需对函数命名,从而实现动态编程.匿名函数,是一种强大的方式,一下总结了函数表达式的特点: 1.函数表达式不同于函数声明,函数声明要求有名字,但函数表 ...

  7. xss篇-本着就了解安全本质的想法,尽可能的用通俗易懂的语言去解释安全漏洞问题

    前言 最早接触安全也是从xss攻击和sql注入攻击开始的. 0x01    跨站脚本攻击漏洞(XSS),是客户端脚本安全中的头号大敌,owasp top10 屡居榜首,由于攻击手法较多,开发者水平不一 ...

  8. 一次xbuild编译失败的排查

    今天一个待上线服务测试完毕,需要构建CI,按照模板配置好包还原,xbuild编译,报错,错误信息如下: EtcdRegister.cs(8,15): error CS0234: The type or ...

  9. Ajax在静态页面中向指定url发送json请求获取返回的json数据

    <html> <head> <meta http-equiv="Content-Type" content="text/html; char ...

  10. 【挖坑】thusc前一周计划2016.5.30-2016.6.3

    首先开了徐姥爷blog&&AC记录里的几题,然后还有几个算法&&模板题要搞掉. 今天&&明天: bzoj3571/3083/2752/2727/2728 ...