文件头:

/*************************************************
Copyright:
Author:wzk
Date:
Description:
**************************************************/

 

函数头:

/*************************************************
Function:函数名
Description:功能描述
Calls:被本函数调用的函数清单
Table Accessed:被访问的表(此项仅对于牵扯到数据库操作的程序)
Table Updated:被修改的表(此项仅对于牵扯到数据库操作的程序)
Input:输入参数说明,包括每个参数的作,用、取值说明及参数间关系。
Output:对输出参数的说明。
Return:函数返回值的说明
Others:其它说明
*************************************************/

 函数头

/*************************************************
Function:
Description:
Input:
Return:
Others:
Author: ************************************************
*/

 

相关文章:

  • 2022-02-24
  • 2022-01-23
  • 2022-12-23
  • 2022-12-23
  • 2022-01-30
  • 2022-12-23
  • 2022-12-23
  • 2021-06-05
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-10-03
  • 2021-11-18
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案