zoukankan      html  css  js  c++  java
  • 控件名缩写表

    附件1:数据类型缩写表 

    数据类型

    缩写

    string

    str

    int

    i

    char

    sz

    sbyte

    sb

    byte

    bt

    uint

    ui

    long

    l

    ulong

    ul

    float

    f

    double

    d

    bool

    b

    decimal

    dec

     

    附件2:服务器控件名缩写表 

    A.Web控件

    数据类型

    缩写

    AdRotator

    art

    Button 

    btn

    Calendar 

    cd

    CheckBox 

    chk

    CheckBoxList 

    chkl

    CompareValidator 

    cpv

    CustomValidator 

    ctv

    DataGrid 

    dg

    DataList 

    dl

    DropDownList 

    ddl

    Repeater 

    rp

    RequiredFieldValidator 

    rfv

    Table 

    tb

    TableCell 

    tc

    TableRow 

    tr

    TextBox 

    txt

    ValidationSummary 

    vs

    XML 

    XML 

     

    B、Html控件

    数据类型

    缩写

    HtmlAnchor 

    hah

    HtmlButton 

    hbtn

    HtmlForm 

    hform

    HtmlGenericControl 

    hgc

    HtmlImage 

    himg

    HtmlInputButton(按钮)

    htxt

    HtmlInputButton(重置)

    hrbtn

    HtmlInputButton(提交)

    hcbtn

    HtmlInputCheckBox 

    hick

    HtmlInputFile 

    hifile

    HtmlInputHidden 

    hihidden

    HtmlInputImage 

    hiimg

    HtmlInputRadioButton 

    hirb

    HtmlInputText(密码)

    hpwd

    HtmlInputText(文本)

    hitxt

    HtmlSelect 

    hslt

    HtmlTable 

    htab

    HtmlTableCell 

    htc

    HtmlTableRow 

    htr

    HtmlTextArea 

    htxta

     

    C.ADO.NET控件命名规范

    数据类型

    缩写

    示例

    Connection 

    con 

    conNorthwind

    Command 

    cmd 

    cmdReturnProducts

    Parameter 

    parm 

    parmProductID

    DataAdapter 

    dad 

    dadProducts

    DataReader 

    dtr 

    dtrProducts

    DataSet 

    dst 

    dstNorthWind

    DataTable 

    dtbl 

    dtblProduct

    DataRow 

    drow 

    drowRow98

    DataColumn 

    dcol 

    dcolProductID

    DataRelation 

    drel 

    drelMasterDetail

    DataView 

    dvw 

    dvwFilteredProducts

    D.ASP 代码中声明变量

    数据类型

    缩写

    示例

    Boolean 

    bln 

    blnSuccess 

    Currency 

    cur 

    curAmount 

    Double 

    dbl 

    dblQuantity 

    Date and Time

    dat  

    datDate 

    Float 

    flt 

    fltRatio 

    Long 

    lng 

    lngMilliseconds 

    Integer 

    int 

    intCounter 

    String 

    str 

    strName 

    Array 

    arr 

    arrUsers()

    COM Object

    obj  

    objPipeline 

  • 相关阅读:
    jeecg中移动tbody中的tr可实现位置交换
    SQL Server中的Datediff移植到Oracle计算有误解决方案
    Oracle如何插入日期数据
    在 Oracle 9i 中创建 方案
    手把手教你uniapp 打包的H5怎么实现谷歌登录
    网站和项目的区别
    基础知识
    全球唯一标识GUID
    MVC3 Razor视图引擎基础语法
    缓存技术
  • 原文地址:https://www.cnblogs.com/Miss-Lee/p/3815274.html
Copyright © 2011-2022 走看看