1. Overview
1.1. Basic PrinciplesWrite SQL statements in both upper and lower case.
Use the Unicode data type whenever possible.
Use connections instead of subqueries or nested queries.
Use parameterized SQL queries instead of statements to splice SQL queries.
You cannot use [pinyin] + [English] To name SQL objects or variables.
Use stored procedures instead of SQL statements as much as possible.
1.2. basic specificationsWe recommend that you use the Pascal style or
1, the paper thickness of 0.07mm, ask how many times to fold more than 8848m?Double Zhi = 0.07;int ci = 0;for (;;){Zhi *= 2;ci++;if (zhi>8848000){Break}}Console.WriteLine (CI);Console.WriteLine (CI + "times after this, reach" + zhi/1000 + "meters!");Console.ReadLine ();Double Zhi = 0.07;int ci = 0;while (Zhi {Zhi *= 2;ci++;}Console.WriteLine (CI);Console.ReadLine ();2, five children lined up in a team, asked how big the first one,The first one says two years older than the second one and asks ho
As the name implies, "naming rules" refers to the rules that are followed when the identifier is named.Identifiers mainly include variable names, function names, class names, and macro names.Three mainstream nomenclature: Camel (Camel) nomenclature, Pascal (Pascal) nomenclature and Hungarian nomenclature.Personal habits, general use of camel Nomenclature, the cla
mall frame.All the handwritten code, but I have 6 sheets. function basically imitate ecshop ...
Brother, 6 sheets, can also be called mall?
Reference 30 Floor Cunningboy's reply:Reference 29 Floor qq277049 's reply:Reference 25 Floor Sssschenyi's reply:You have the ability to independently develop a forum, education is not a problem.Because I also have no education.My mall has been made, it took 2 days to achieve a number of basic functions. Feel no difficulty.With the mall frame.All the ha
$, letters, underscores start with lines, the following can be numbers, letters, underscores;Hungarian nomenclature, Camel Nomenclature and Pascal nomenclatureHungarian nomenclature: Used in Windows programming is very common, presented by a Hungarian programmer at Microsoft. The Hungarian nomenclature identifies the scope, type, and so on, by prefixing the variable name with the corresponding lowercase letter symbol identifier. For example, M_LPSZSTR
is returned after the return keyword. The default return value for the constructor is this.Example:3. namingNamed methods typically have the following categories:A). Description of the naming Act1). Camel nomenclature, shaped like thisisanapple2). Pascal nomenclature, shaped like thisisanapple3). Underline naming method, shaped like This_is_an_apple4). The name of the this-is-an-apple in the form ofAccording to different types of content, the followi
I didn't pay attention to my naming rules during my previous work. Now I have to strictly follow the naming rules of my camper:
The related definitions are as follows:
Basic ConceptsThe camel naming method (also known as the CamelCase method) is a combination of uppercase and lowercase letters to form the names of variables and functions. Programmers can easily communicate with each other for their own code, so they usually adopt a uniform naming meth
Mule IDE installation address:
1. Online installation:
Url: http://dist.muleforge.org/mule-ide/updates-2.1.x/
2. Download and install:
Download: http://dist.muleforge.org/mule-ide/releases/
Select Download and install. The downloaded installation package is as follows:
If you copy the muleide-2.1.1 directly to the dropins directory of MyEclipse, the installati
Original article address: Workshop. -- Jiangnan Baiyi
A Java World Service Processing Server Always meets the javaee specifications of JNDI/JMX/JMS/JTA/Web Service/RMI/CORBA/EJB/clustering. Geromino has made great achievements by following the flourishing Java open-source community and using JDK + open-source implementation to piece together the specifications encountered. You can also build the service engine on JBoss like some European telecom companies, and directly add the required component
bigger one was hundreds of MB, and now a game is a few gigabytes. If you are partitioning on the basis of the averaging principle, the storage of these mega files will be in trouble when you want to save two of HDTV movies. Therefore, for a large amount of hard disk, it is very necessary to separate a capacity of more than 100GB partition for the storage of mega files.
Principle VII: Give BT or electric mule a partition at the end of the disk
Re
In the Thunder member service, the off-line downloading solves the problem which has puzzled us for a long time, even if is some difficult to download the BT or the electric mule resources, we also can quickly the underground load, truly lets us realize the high speed and the stability to have simultaneously. The offline download development team has recently released new features that support pause and bottom-up, allowing us to better control these d
of lines should is formatted as a table:
String name = "Mr Ed"; int myvalue = 5; Test atest = test.testyou;
Use spaces to the table like formatting and not tabs because the table formatting may look strange in special tab intent Levels.
8. Naming conventions
8.1 Capitalization Styles
8.1.1 Pascal Casing
This convention capitalizes the "character" of each word (as in testcounter).
8.1.2 Camel Casing
This convention capitalizes the ' character ' of
This is not a question of emule. It is recommended that users use Windows Media Player to play this type of file. Need to install the specific plug-ins, please see play dvdrip necessary software.
emule is an open source free Peer-to-peer file sharing software, based on the eDonkey2000 edonkey network, which runs under the GNU General Public License Agreement, running under Windows. EMule Chinese name in the mainland users of the dispute, according to EMule official website of the Simplif
Many applications slow down while the emule is running depending on the emule setting, emule may open many connections and take up a lot of bandwidth. This slows down other Internet applications, such as IE. In particular, improper settings or too high number of connections can cause serious overall effect decline.
emule is an open source free Peer-to-peer file sharing software, based on the eDonkey2000 edonkey network, which runs under the GNU General Public License Agreement, running u
Yesterday is my idol birthday, now the whole people are OK excited ah O (∩_∩) o~ gossip Less, let me first send an essay souvenir ^_^Text Split Line//////////////////////////////////////namingAs long as the code is written, variables and functions are involved, so variable and function naming is critical to enhancing code readability. The core of the JavaScript language is ECMAScript, which is followed by the camel case naming method.
This article is reproduced from the script homeThis article provides a detailed summary of the common naming conventions for C #. Share to everyone for your reference. Specific as follows:Pascal rulesCapitalize the letters at the beginning of each word (such as testcounter).Camel rulesCapitalize the beginning of a word other than the first word. such as. Testcounter.Upper rulesAbbreviations for constants that are only one or two characters long are na
I. Common naming conventions1. Pascal's method of life:Capitalize the first letter of each word. such as: PersonName, Schoolname2. Camel Name Law:The first word is lowercase and the first letter of the remaining words is capitalized. such as: PersonName, Schoolname3. Hungarian nomenclature:Variable name = attribute + Type + object description. such as: M_intmaxdateProperties: Global Variables (g_), Constants (C_), member variables (m_), static variabl
Camel-case is a set of naming rules for computer programming ). The camel naming method is the unique recognition word that a variable or function name is composed of one or more words., The first word starts with a lowercase letter; the second oneWordOr each ticketWordBoth use uppercase letters,For example, myfirstname and mylastname are named after each variable name, which looks like a camper.
Document directory
1.1 annotations
1.2 type (class, structure, Delegate, interface), field, attribute, method, and event naming
1.3 do not use abbreviations.
1.4 code semi-expanded
1.5 Use Tab as indent and set the indent size to 4
1.6 One. cs source file defines at most two types
1.7 The type name and source file name must be consistent
1.8 all namespaces and type names use the Pascal style (uppercase letters)
1.9 local variables and method parameter names use the
The naming rules for Android development that you must not readThere are four types of identifiers:
Camel (Camel) naming method: except the first word, the first letter of all other words is capitalized, such as: fooBar;
Pascal naming: the first letter of all words in uppercase, for example, FooBar;
Underline naming: use an underscore to separate words, for example, foo_bar;
Hungary name method: This m
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.