程序師世界是廣大編程愛好者互助、分享、學習的平台,程序師世界有你更精彩!
首頁
編程語言
C語言|JAVA編程
Python編程
網頁編程
ASP編程|PHP編程
JSP編程
數據庫知識
MYSQL數據庫|SqlServer數據庫
Oracle數據庫|DB2數據庫
 程式師世界 >> 編程語言 >> 網頁編程 >> JSP編程 >> 關於JSP >> 你寫的代碼遵守命名約定嗎?

你寫的代碼遵守命名約定嗎?

編輯:關於JSP

Form frm
Class cls/C
Module mod
Label lbl
LinkLabel lnk
Button btn
TextBox txt
CheckBox chk
RadioButton rad
GroupBox grp
PictureBox pic
DataGrip grd
ListBox lst
CheckedListBox clst
ComboBox cbo
TreeView tvw
ListView lvw
TabControl tab
DateTimePicker dtp
Timer tmr
Splitter spl
ProgressBar pbar
RichTextBox rtf
ImageList imgl
ToolBar tlb
MenuItem mnu
----
String str
Date dat
Boolean bln
Short sht
Decimal dec
Long lng
Integer int
Byte byt
Char chr
Single sgl
Double dbl
Structure udt
Object obj
DataSet ds
DataRow dr
OleDbConnection conn
SqlConnection conn
OleDbCommand cmd
SqlCommand cmd
OleDbDataAdapter da
SqlDataAdapter da
OleDbDataReader rdr
SqlDataReader rdr
Crystal Report rpt

  1. 上一頁:
  2. 下一頁:
Copyright © 程式師世界 All Rights Reserved