ectd file naming conventions

Alibabacloud.com offers a wide variety of articles about ectd file naming conventions, easily find your ectd file naming conventions information here online.

Database Naming Conventions Summary _ database other

Database Naming Conventions 1 Purpose A naming convention that regulates the various objects of a database. 2 Database naming principles 2.1 Data Files If the database is based on a file system rather than a raw device, the following

Common HTML, CSS, JavaScript front-end naming conventions

name and version number and whether it is a compressed version, such as jquery-1.4.1.min.js; introduction plug-in, file name format for library names + plugin name, such as JQuery.cookie.js;5. All codes conform to the XHTML standard, label attribute attribute naming must consist of lowercase letters and underscore numbers, and all tags must be closed, including BR (6. Make full use of the non-compatibili

Java Annotations and naming conventions

long names (less than 15 letters for normal selection) 6, avoid the use of similar names, or just the case of different names 7. Avoid using underscores (except static constants, etc.) 2. Identifier type description1. Naming of packages (package)The package name should be in full English descriptors, which are made up of a lowercase word. And the prefix of the package name is always a top-level domain,Usually com, edu, gov, mil, net, org

Front-end CSS naming conventions Daquan

This article has collated various CSS specifications in Web front-end development, including document specification, annotation specification, naming specification, writing specification, test specification, etc.Document specification 1, files are archived to the agreed directory. Specific requirements through the Watercress CSS specification to explain: All CSS is divided into two categories: general-purpose classes and business classes. A generic CS

Java Naming conventions

One, Java file naming specification1. Package NameThe name must all be in English lowercase letters, prohibit the use of "underline" characters. (in addition to constants, the use of underscore characters is not recommended in Java naming conventions)Project package naming r

fleaphp Development Guide-4. Naming conventions and directory structures

Specification | Development Guide Fleaphp's naming rules and directory structure look more complicated at first, but after you get used to it, you'll see a lot of benefits from this naming convention. The same approach is therefore used in the Zend Framework. Of course, fleaphp has no mandatory requirements for application naming rules and directory structures. S

CSS Naming conventions

style for a separate home page Head.css: Head style, multiple page head design style is used simultaneously. Base.css: Common style. STYLE.CSS: The style file used by the standalone page. GLOBAL.CSS: Page style basics, global common styles, pages must contain. LAYOUT.CSS: Layout, layout style, common types of use, generally used in the home page and product class pages MODULE.CSS: Modules, for product class pages, can also be

Naming conventions in iOS development (OC)

as:extern NSString * Const kloginsuccessnotificationResource file naming (image, localization file)This image resource naming method, to function as a form of organization, is a good habit, beneficial to view resource files.Principle:1) Use words to complete the spelling, or everyone is generally recognized non-discri

Naming conventions for PHP

1. ClassThe class name is capitalized in the first letter of each word, such as the class name Studentcourse.2. ConstantsThe constant name is all uppercase letters, the words are separated by underscores, and the usual names are null, TRUE, FALSE, Root_path, and so on.3. VariablesIn order to ensure the good readability of the code, general requirements in the same software system, the naming principle of variables must be unified.If the name of the va

Plsql Writing Naming conventions

Tags: io os using ar strong for file data artAs the saying goes, there is no rule inadequate surrounding area.The design of the SQL script, personally, should be started from the coding specification.Some time ago the company some colleagues submitted scripts, the style is very different, let me review to feel uncomfortable, no audit code of pleasure.Special collation of the company part of the regular coding standards, the new training, I hope the co

Three general naming conventions for CSS Normalization

css| Specification | Normalization of our previous articles in webjx.com, there have been many references to the issue of CSS naming, some friends still do not pay attention to these issues. This problem is irrelevant to CSS page layout development. Write your own style, you have the right idea. To modify a style you can quickly find the location of a style definition in a file based on your own memory or p

CSS Naming conventions

Master.css,style.css of the main Module.css Module Base.css Basic common use Layout.css Layout, layout Themes.css Theme Columns.css Column Font.css Text, Font Forms.css Form Mend.css Patch Print.css Print CSS naming other instructions:div+css

Java Naming conventions

of variable naming: int age; int student_age; String studentname; Exception e;6) Constant: Each word should be capitalized, the words are separated by "_".Example of constant naming: final static min_width = 4;final static default_container_size = 20;7) Name of the file: the Java source program file ends in. java, and

CSS Naming conventions

), footer (footer, bottom), logo (logo, can be used with H1 tags), banner (banner, general at the top), copyright. Others can be used selectively depending on their needs.DIVCSS5 advice: The main, important, outermost box is named after the "#" (pound) selection symbol, and the others are "." (Lowercase period) Select the symbol at the beginning of the name.The 2.CSS style file is named as follows The main master.css Module MODULE.CSS

Java Naming conventions

Java Naming Conventions With regard to the naming of various elements in Java, the purpose of defining these specifications is to make all documents in the project look like one person, increasing readability and reducing the loss of the project team due to substitutions. (These specifications do not have to be absolutely adhered to, but make sure that t

PFC learning notes (3) naming conventions for PFC

I. object naming conventions 1. pfcobject_type_objectname 2. pfcobject indicates whether the object is a PFC layer or an extended layer. 3. type indicates the object type. PrefixDescriptionM _MenuN _Standard user objectN_cstCustom User objectsS _Global StructureU _Visual user objectW _Window Ii. variable naming conventions

Naming conventions for variables in Python

previous section marked red?). )。 After rolling, the code for Class A becomes this:Class A (object):def __init__ (self):Self._a__private () # This is the same line.Self.public ()def _a__private (self): # This line has changed.print ' a.__private () 'def public (self):print ' A.public () 'Is it a bit like the macro expansion in C language?Because the __init__ method is not overwritten when the class B is defined, the call is still a.__init__, that is, the self._a__private () is executed, and the

Thinkphp Model Naming conventions

naming rules in the project do not match the conventions in thinkphp (which is often the case), thinkphp allows the TableName and Truetablename properties of the Model class to be set for compatibility purposes.TableName PropertyWhen the table prefix and system setting prefix (DB_PREFIX) are consistent and the table name and model name are inconsistent, you can set this property, for example, if the table

Naming conventions to be followed in PHP

Naming conventions to be followed in PHP 1. all website construction www.ucantech.com files are ". class. php "is a suffix and the class file name can only contain letters. It is named by the camper method and the first letter is capitalized, for example, DbMysql. class. php. 2. files other than other class library files such as configuration and functions are ge

It must be clear this time. thinkphp model, naming conventions between databases

Manual): The following naming conventions should be followed as far as possible during development with thinkphp: class files are suffixed with . class.php (this refers to the class library file used internally by thinkphp, which does not represent the externally loaded class library file), is named with the Hum

Total Pages: 5 1 2 3 4 5 Go to: Go

Contact Us

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.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.