Alibabacloud.com offers a wide variety of articles about ectd file naming conventions, easily find your ectd file naming conventions information here online.
Common naming conventions for CSS class, ID, and CSS file names(i) Common CSS naming conventionsHead: HeaderContent: Content/containerTail: FooterNavigation: NavSidebar: SidebarColumn: ColumnPage perimeter control overall layout width: WrapperMiddle: Left Right centerLogin Strip: LoginbarLogo: LogoAd: BannerPage body:
File naming rules(1) All characters are legal except/(2) Special characters such as @, #, ¥, , () 、-、 spaces, etc. best not to use, when the use of space as a file name, the execution of the command error;(3) Avoid using "." As the first character of the file name, because the "." is used in the Linux system. The
Matlab File Naming conventions1, the name of the file to use English characters, the first character can not be numbers and underscores.2, the file name is not taken as an intrinsic function of Matlab, the name of the M file name try not to be simple English words, preferabl
Dependency Management (Dependency Management) and Naming conventions (naming conventions) Dependency Management and Dependency injection (Dependency Injection) are different. to bring Spring 's excellent features, such as dependency injection, to your application, you need to deploy the required libraries (jar packages
In the multiplayer development process, the naming convention is very important, the unified naming convention is helpful for the coding readability, below share with you the name specification of iOS naming conventions and pictures and Chettu
iOS naming code
Small hump Nom
Http://www.cppblog.com/mzty/archive/2007/04/20/22349.html C ++ call conventions and naming conventions
Call conventions:_ Cdecl _ fastcall and _ stdcall are call conventions (calling convention), which determine the following content: 1) the order of function parameters in
library named libz.so, which will cause an error if it is not found.The above mentioned Realname/soname/linker name 3 naming conventions are the key to the Linux system Management shared library,In specific terms:1) When a library developer creates a shared library, the library is typically named Realname2) When a version of the shared library is installed, the installation script usually downloads the co
Label:Naming specification database naming conventions for database tables
Data files
Database tables
Only one system
There are multiple systems
Association table name
database field Naming conventions
Other
View Name
Stored Procedure Name
SQL statement
The code makes the program aesthetically pleasing, and I prefer to read her.Refer to the Google Coding specification http://zh-google-styleguide.readthedocs.io/en/latest/google-cpp-styleguide/File namingGeneral statementFile names are all lowercase and can contain underscores ( _ ) or hyphens ( - ), according to the contract of the project. If there is no agreement, then " _ " better.DescriptionAn example of acceptable
1. General rules: Do not abbreviations at will;
2. Use uppercase letters and underscores (_) for macros and enumerations;
3. the variables (including class and struct member variables), files, namespaces, and access functions are all lowercase letters and underscores (_). The class member variables are underlined and ended with G _. 4. refer to existing or similar naming conventions ......
1. general rules: Do not abbreviations; 2. use uppercase letters and underscores (_) for macros and enumerations. 3. the variables (including class and struct member variables), files, namespaces, and access functions are all lowercase letters and underscores (_). The class member variables are underlined and ended with G _. 4. refer to existing or similar naming conventions ......
Summary of naming rules for C ++, Java, and C #Preface
Since C ++, Java, and C # are often used as development languages in development work, naming conventions often cause some problems to me. On the one hand, naming conventions do not have the only standard answer. On th
name, a note shall be provided. The abbreviations or conventions used in the file, especially the special abbreviations, should be annotated as necessary at the beginning of the source file.(3) their own unique naming style, to be consistent from start to finish, can not change back and forth. The personal
name, a note shall be provided. The abbreviations or conventions used in the file, especially the special abbreviations, should be annotated as necessary at the beginning of the source file.(3) their own unique naming style, to be consistent from start to finish, can not change back and forth. The personal
Interface implementation Class –> Xxximpl.java
Persenter–> Xxxpersenter.java
Public parent class –> Baseactivity.java, Basefragment.java,-Baseadapter.java, etc.
Util class –> Logutil.java
Database Class –> Basesqlitedbhelper.java
Naming conventions for variables采用驼峰命名规则。Java Common variables:
Resultstring
UserBean
Loginpresenter
Android Control variables:
method facilitates the stack traceBadvar log = function (msg) {Console.log (msg);};/ /goodvar log = function log (msg) {Console.log (msg);};If the file is exported as a class, the filename should be consistent with the class nameFile Contentsclass CheckBox {//...} Module.exports = checkbox;//in some other file//badvar checkbox = require ('./checkbox ');//Badvar checkbox = require ('./ Check_box ');//Goodva
Object | specification | data | Database naming Conventions Database nomenclature
A Names of entities and attributes
1. Commonly used words have been abbreviated, and in the naming process, the abbreviations can be pieced together according to semantics. Note that because the Orcal database unifies the field names into either uppercase or lowercase, the underscor
that this nomenclature was invented by a Hungarian programmer named Charles Simonyi, who later spent several years at Microsoft, and the nomenclature spread through Microsoft's various products and documentation. Today, most programmers use this nomenclature, no matter what software they use to develop them. The starting point of this nomenclature is to combine the order of magnitude: attribute + Type + object description, so that programmers make variables with a visual understanding of the ty
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.