chtml代码变量命名工具
产品库参数的代码变量命名方法大全
返回首页
继续查询其他变量命名的标记信息

按下“PgUp”或“PgDn”,按键可快速浏览上下内容。

常见命名方法

小驼峰法 | productLibraryParameters

[复制变量]

大驼峰法 | ProductLibraryParameters

[复制变量]

下划线法 | product_library_parameters

[复制变量]

脊柱法 | product-library-parameters

[复制变量]

前下划线法 | _product_library_parameters

[复制变量]

下划线大写 | PRODUCT_LIBRARY_PARAMETERS

[复制变量]

脊柱大写 | PRODUCT-LIBRARY-PARAMETERS

[复制变量]

前下划线大写 | _PRODUCT_LIBRARY_PARAMETERS

[复制变量]
大小写转换器
转换大小写

可将link_a,转为LINK_A,输入大写则反之。

长变量优化器
缩短优化变量

可将单个长单词缩短,多个单词变量缩减。

匈牙利命名法

全局变量小驼峰法 | g_productLibraryParameters

[复制变量]

全局变量大驼峰法 | g_ProductLibraryParameters

[复制变量]

全局变量下划线法 | g_product_library_parameters

[复制变量]

全局变量脊柱法 | g-product-library-parameters

[复制变量]

全局变量前下划线法 | _g_product_library_parameters

[复制变量]

常量小驼峰法 | c_productLibraryParameters

[复制变量]

常量大驼峰法 | c_ProductLibraryParameters

[复制变量]

常量下划线法 | c_product_library_parameters

[复制变量]

常量脊柱法 | c-product-library-parameters

[复制变量]

常量前下划线法 | _c_product_library_parameters

[复制变量]

c++类成员变量小驼峰法 | m_productLibraryParameters

[复制变量]

c++类成员变量大驼峰法 | m_ProductLibraryParameters

[复制变量]

c++类成员变量下划线法 | m_product_library_parameters

[复制变量]

c++类成员变量脊柱法 | m-product-library-parameters

[复制变量]

c++类成员变量前下划线法 | _m_product_library_parameters

[复制变量]

静态变量小驼峰法 | s_productLibraryParameters

[复制变量]

静态变量大驼峰法 | s_ProductLibraryParameters

[复制变量]

静态变量下划线法 | s_product_library_parameters

[复制变量]

静态变量脊柱法 | s-product-library-parameters

[复制变量]

静态变量前下划线法 | _s_product_library_parameters

[复制变量]

数组小驼峰法 | q_productLibraryParameters

[复制变量]

数组大驼峰法 | q_ProductLibraryParameters

[复制变量]

数组下划线法 | q_product_library_parameters

[复制变量]

数组脊柱法 | q-product-library-parameters

[复制变量]

数组前下划线法 | _q_product_library_parameters

[复制变量]

指针小驼峰法 | p_productLibraryParameters

[复制变量]

指针大驼峰法 | p_ProductLibraryParameters

[复制变量]

指针下划线法 | p_product_library_parameters

[复制变量]

指针脊柱法 | p-product-library-parameters

[复制变量]

指针前下划线法 | _p_product_library_parameters

[复制变量]

函数小驼峰法 | fn_productLibraryParameters

[复制变量]

函数大驼峰法 | fn_ProductLibraryParameters

[复制变量]

函数下划线法 | fn_product_library_parameters

[复制变量]

函数脊柱法 | fn-product-library-parameters

[复制变量]

函数前下划线法 | _fn_product_library_parameters

[复制变量]

无效小驼峰法 | v_productLibraryParameters

[复制变量]

无效大驼峰法 | v_ProductLibraryParameters

[复制变量]

无效下划线法 | v_product_library_parameters

[复制变量]

无效脊柱法 | v-product-library-parameters

[复制变量]

无效前下划线法 | _v_product_library_parameters

[复制变量]

句柄小驼峰法 | h_productLibraryParameters

[复制变量]

句柄大驼峰法 | h_ProductLibraryParameters

[复制变量]

句柄下划线法 | h_product_library_parameters

[复制变量]

句柄脊柱法 | h-product-library-parameters

[复制变量]

句柄前下划线法 | _h_product_library_parameters

[复制变量]

长整型小驼峰法 | l_productLibraryParameters

[复制变量]

长整型大驼峰法 | l_ProductLibraryParameters

[复制变量]

长整型下划线法 | l_product_library_parameters

[复制变量]

长整型脊柱法 | l-product-library-parameters

[复制变量]

长整型前下划线法 | _l_product_library_parameters

[复制变量]

布尔小驼峰法 | b_productLibraryParameters

[复制变量]

布尔大驼峰法 | b_ProductLibraryParameters

[复制变量]

布尔下划线法 | b_product_library_parameters

[复制变量]

布尔脊柱法 | b-product-library-parameters

[复制变量]

布尔前下划线法 | _b_product_library_parameters

[复制变量]

浮点型小驼峰法 | f_productLibraryParameters

[复制变量]

浮点型大驼峰法 | f_ProductLibraryParameters

[复制变量]

浮点型下划线法 | f_product_library_parameters

[复制变量]

浮点型脊柱法 | f-product-library-parameters

[复制变量]

浮点型前下划线法 | _f_product_library_parameters

[复制变量]

双字小驼峰法 | dw_productLibraryParameters

[复制变量]

双字大驼峰法 | dw_ProductLibraryParameters

[复制变量]

双字下划线法 | dw_product_library_parameters

[复制变量]

双字脊柱法 | dw-product-library-parameters

[复制变量]

双字前下划线法 | _dw_product_library_parameters

[复制变量]

字符串小驼峰法 | sz_productLibraryParameters

[复制变量]

字符串大驼峰法 | sz_ProductLibraryParameters

[复制变量]

字符串下划线法 | sz_product_library_parameters

[复制变量]

字符串脊柱法 | sz-product-library-parameters

[复制变量]

字符串前下划线法 | _sz_product_library_parameters

[复制变量]

短整型小驼峰法 | n_productLibraryParameters

[复制变量]

短整型大驼峰法 | n_ProductLibraryParameters

[复制变量]

短整型下划线法 | n_product_library_parameters

[复制变量]

短整型脊柱法 | n-product-library-parameters

[复制变量]

短整型前下划线法 | _n_product_library_parameters

[复制变量]

双精度浮点小驼峰法 | d_productLibraryParameters

[复制变量]

双精度浮点大驼峰法 | d_ProductLibraryParameters

[复制变量]

双精度浮点下划线法 | d_product_library_parameters

[复制变量]

双精度浮点脊柱法 | d-product-library-parameters

[复制变量]

双精度浮点前下划线法 | _d_product_library_parameters

[复制变量]

计数小驼峰法 | c_productLibraryParameters

[复制变量]

计数大驼峰法 | c_ProductLibraryParameters

[复制变量]

计数下划线法 | c_product_library_parameters

[复制变量]

计数脊柱法 | c-product-library-parameters

[复制变量]

计数前下划线法 | _c_product_library_parameters

[复制变量]

字符小驼峰法 | ch_productLibraryParameters

[复制变量]

字符大驼峰法 | ch_ProductLibraryParameters

[复制变量]

字符下划线法 | ch_product_library_parameters

[复制变量]

字符脊柱法 | ch-product-library-parameters

[复制变量]

字符前下划线法 | _ch_product_library_parameters

[复制变量]

整型小驼峰法 | i_productLibraryParameters

[复制变量]

整型大驼峰法 | i_ProductLibraryParameters

[复制变量]

整型下划线法 | i_product_library_parameters

[复制变量]

整型脊柱法 | i-product-library-parameters

[复制变量]

整型前下划线法 | _i_product_library_parameters

[复制变量]

字节小驼峰法 | by_productLibraryParameters

[复制变量]

字节大驼峰法 | by_ProductLibraryParameters

[复制变量]

字节下划线法 | by_product_library_parameters

[复制变量]

字节脊柱法 | by-product-library-parameters

[复制变量]

字节前下划线法 | _by_product_library_parameters

[复制变量]

字小驼峰法 | w_productLibraryParameters

[复制变量]

字大驼峰法 | w_ProductLibraryParameters

[复制变量]

字下划线法 | w_product_library_parameters

[复制变量]

字脊柱法 | w-product-library-parameters

[复制变量]

字前下划线法 | _w_product_library_parameters

[复制变量]

实型小驼峰法 | r_productLibraryParameters

[复制变量]

实型大驼峰法 | r_ProductLibraryParameters

[复制变量]

实型下划线法 | r_product_library_parameters

[复制变量]

实型脊柱法 | r-product-library-parameters

[复制变量]

实型前下划线法 | _r_product_library_parameters

[复制变量]

无符号小驼峰法 | u_productLibraryParameters

[复制变量]

无符号大驼峰法 | u_ProductLibraryParameters

[复制变量]

无符号下划线法 | u_product_library_parameters

[复制变量]

无符号脊柱法 | u-product-library-parameters

[复制变量]

无符号前下划线法 | _u_product_library_parameters

[复制变量]