zoukankan      html  css  js  c++  java
  • 文件头函数头

    文件头:

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

    函数头:

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

     函数头

    /*************************************************
    Function:
    Description:
    Input:
    Return:
    Others:
    Author: ************************************************
    */
  • 相关阅读:
    网络编程基础
    面试题
    面试题合集
    异常
    三个重要的模块loggning,hashlib,configparse
    面向对象进阶
    单例模式
    反射
    封装
    开发规范
  • 原文地址:https://www.cnblogs.com/feipeng8848/p/9598057.html
Copyright © 2011-2022 走看看