通 用 缩 写 表

通 用 缩 写 表

addr

Address

adm

Administrator

app

Application

arg

Argument

asm

assemble

asyn

asynchronization

avg

average

DB

Database

bk

back

bmp

Bitmap

btn

Button

buf

Buffer

calc

Calculate

char

Character

chg

Change

clk

Click

clr

color

cmd

Command

cmp

Compare

col

Column

coord

coordinates

cpy

copy

ctl / ctrl

Control

cur

Current

cyl

Cylinder

dbg

Debug

dbl

Double

dec

Decrease

def

default

del

Delete

dest / dst

Destination

dev

Device

dict

dictionary

diff

different

dir

directory

disp

Display

div

Divide

dlg

Dialog

doc

Document

drv

Driver

dyna

Dynamic

env

Environment

err

error

ex/ext

Extend

exec

execute

flg

flag

frm

Frame

func / fn

Function

grp

group

horz

Horizontal

idx / ndx

Index

img

Image

impl

Implement

inc

Increase

info

Information

init

Initial/Initialize/Initialization

ins

Insert

inst

Instance

INT / intr

Interrupt

len

Length

lib

Library

lnk

Link

log

logical

lst

List

max

maximum

mem

Memory

mgr / man

Manage / Manager

mid

middle

min

minimum

msg

Message

mul

Multiply

num

Number

obj

Object

ofs

Offset

org

Origin / Original

param

Parameter

pic

picture

pkg

package

pnt / pt

Point

pos

Position

pre / prev

previous

prg

program

prn

Print

proc

Process / Procedure

prop

Properties

psw

Password

ptr

Pointer

pub

Public

rc

rect

ref

Reference

reg

Register

req

request

res

Resource

ret

return

rgn

region

scr

screen

sec

Second

seg

Segment

sel

Select

src

Source

std

Standard

stg

Storage

stm

Stream

str

String

sub

Subtract

sum

summation

svr

Server

sync

Synchronization

sys

System

tbl

Table

temp / tmp

Temporary

tran / trans

translate/transation/transparent

tst

Test

txt

text

unk

Unknown

upd

Update

upg

Upgrade

util

Utility

var

Variable

ver

Version

vert

Vertical

vir

Virus

wnd

Window

  • 1
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
数据库设计及使用规范 在本项目中, 数据库的设计和使用必须遵循以下原则: 1 命名原则 1.1 约定: Pascal Casing 命名方式: 1. 每一个单词的第一个字母大,例如:BankName。 2. 常用单词缩写三个字母以下字母都大,例如:SP、PG 3. 常用单词缩写三个字母以上第一个字母大,例如:Xml 1.2 名和字段 规则如下: 使用英文单词或词组作为名,不得使用汉语拼音 用名词和名词短语作名 不使用复数 用 Pascal 命名规则 尽量谨慎地使用缩写 尽量不要和关键字重合 不要用任何名前缀 (例如 U,B) 数据库对象名称不使用下划线 正确的命名,例如: User SPService Order 1.3 存储过程 规则如下: 命名规则为 up_xxx_StoredProcedureName,up 示 User Procedure,用来区分它和系统存储 过程, xxx 示子系统的名称, 由三个字母构成, 各个子系统参见下, StoredProcedureName 为存储过程含义 StoredProcedureName 规则如下: 用动词或动词短语来命名,并带有宾语 需要符合用 Pascal 命名规则。 尽量谨慎地使用缩写 尽量不要和关键字重合 不要用任何名前缀 (例如 U,B) StoredProcedureName 内不使用下划线 当操作依赖条件时,一般结尾使用 By+条件 存储过程正确的命名,例如: Up_Usr_InsertUser Up_Usr_SearchUserByUserID Up_Usr_DeleteUserByUserID 各个子系统的缩写如下: 序号 模块缩写 英文全名 模块名称 1 usr User Portal 用户自服务门户 2 Bap Business Administration Portal 业务管理门户 3 Spp SP Portal SP 自服务门户 4 ifc Interface 接口子系统 5 Bil Billing 计费子系统 6 Stm Settlement 结算子系统 7 Sys 各个子系统公用的存储 过程 8 Acc Account 账务管理 1.4 视图 规则如下: 视图的命名采用 vwViewName 的格式,其中 vw 前缀示视图,ViewName 部分示视 图的含义。 ViewName 规则如下: 用名词和名词短语, 不使用复数 用 Pascal 命名规则 尽量谨慎地使用缩写 尽量不要和关键字重合 不要用任何名前缀 (例如 U,B) ViewName 中使用下划线 视图正确的命名,例如: vwUserView vwUserOrderView vwTranscationView 视图错误的命名,例如: UserView vw_Transcation_View 2 设计规范 2.1 规范约定 遵守数据的设计规范 3NF 规定 · 内的每一个值都只能被达一次。 · 内的每一行都应该被唯一的标识(有唯一键) 。 · 内不应该存储依赖于其他键的非键信息。 2.2 字段规范 1. 一行记录必须内唯一,必须有主键。 2. 金额类型使用 Money 3. 时间使用 DateTime 4. 枚举类型使用 Varchar(2)、Varchar(4),且需要说明枚举类型的各个不同取值的含义,例 如 00,01,0000,0001 5. ID 结尾的字段为仅由数字组成,Code 结尾的字段为仅由字母或数字组成 3 使用规范 3.1 综合 1. 数据库的结构只有数据库管理员能够修改,任何开发人员不得自己增加数 据库对象或者修改数据库对象。若要修改,需要讨论并将修改请求(含改动 的内容和原因)提交数据库管理员,修改参见"数据库修改记录" 。 2. 数据访问层一律使用存储过程访问数据库,不得在.NET 程序使用直接的 DML 语句访问数据库。如果有特殊要求,如对速度有特殊要求等,需要提 请数据库管理员批准。 3. 尽量使一个存储过程完成单一功能,复杂存储过程可以由多个单一功能存 储过程组成,例如,一个存储过程要增加一个的记录并删除另一个的 记录,这个存储过程可以有两个子存储过程组成。 4. 在编存储过程和.NET 数据访问程序的时候,需要过 Query Analyzer 分 析,确保对数据库的操作使用了有效的索引。不得有对全的扫描操作。 5. 如果开发过程中需要建立索引,需要提交书面的更改请求,说明所需索引 的定义(名称、字段列、顺序、索引类型)以及建立的理由。数据库管理员 统一维护索引并将提交的请求更改。 6. 数据库各的初始数据(包含各代码、配置)需要提交给数据库管理员。 7. 不得使用触发器。 8. 涉及到数据库数据的更改(I
ESD Control Procedure 防静电控制程序 SOP7-22 Rev.: 0 COMPANY RESTRICTED Originator: Shuaiyu He Date: 2009-4-23 Page: 1 of 7 ESD Control Procedure 防静电控制程序 0. Survey of Changes New Date Related C.P. # Rev # Issued by Change Description 2009-4-23 PSTX-CP-2009009 0 Shuaiyu He First issue 1. Contents\ 2. Scope and Application (适用范围) 3. Introduction (简介) 4. Definitions and Abbreviations (定义和缩写) 5. Responsibilities(职责) 6. Procedure(程序) 7. Interacting Procedure(参考文件) 8. Support Form (记录) 9. Flow chart of Procedure(流程) 2. Scope and Application This procedure is applicable for Flex Power 2 Co. Ltd. /本程序适用于伟创力电源 2。 3. Introduction To define a procedure that establishes the requirement for the ESD prevention, protection, monitoring and control to avoid the ESD sensitive material damage from electrostatic discharge (ESD). 建立关于静电预防,监督及控制体系程序。以避免静电释放对静电敏感材料/元件造成损坏。 4. Definitions and Abbreviations 4.1 ESD-Electro Static Discharge, the transfer or movement of charge between objects that are at different electrical potentials by direct contact or induced by electrostatic field. ESD-静电释放,是指过直接接触或静电场感应的方式,在不同电势差物体间的电荷转移或移动。 4.2 Volume Resistivity – It's used to measure and analyze the homogeneous material, it's measured and expressed in ohm·cm 体积电阻率 – 用来测量和分析均质的材料, 依欧姆·厘米为单位 4.3 Surface Resistivity – It is used to measure and analyze the surface-finish material. It's measured and expressed in ohms / sq. 面电阻率 --用来测量和分析面处理的材料,依欧姆/平方为单位。 4.4 ESDS- Electrostatic Discharge Susceptibility (Sensitivity): The ESD level that causes component failure. ESDS-致使元器件失效的 ESD 水平(即 敏感度)。 4.5 Material type 材料类型 4.5.1 Antistatic Material (Low charging material): the material that used to prevent / inhibit the generation of the Triboelectric Charge; or the material that only generate less than 200V Triboelectric voltage; it has no requirement about surface resistivity and volume resistivity . 抗静电材料(低带电性材料) – 能抑制摩擦生电的材料;摩擦电压在 200V 以下的材料;防静电材料没有面电阻率或体积 电阻率的要求。 4.5.2 Static Dissipative Material - the material h

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值