Technical Specifications(1) Introduction of RAID technical specification
The first development of redundant disk array technology was designed to combine small, inexpensive disks to replace large, expensive disks, in order to reduce the cost of mass data storage, but also want to use redundant information, so that the failure of the disk will not lose access to the data, thereby developing a certain level of data protection technology, and can imp
code | Specification C # Coding Specification---------------------------
First, the name of the type-level unit
1, class.
Classes declared by class, must be named after the noun or noun phrase, reflecting the role of the class. Such as:
Class indicator
When a class is an attribute, the end of the attribute, when the class is an exception (Exception), ends with Exception:
Class colorsetexception
Cl
Wrap and hierarchical query specification for atitit database views and tables1.1. Join layer: Connect individual tables and display each underlying field 11.2. Statistical layer 11.3. Formatting layers 11.1.Join Layer: Connect individual tables and display each underlying field 。。 Do you want to minimize the proper formatting of the display1.2.Statistics LayerGroup Aggregation Statistics Layer , mainly do groupby aggregate function statistics. As w
Tags: output CTI BSS date IDT NiO tor Access CollectionCommon SQL Server Specification highlights
Source: Jing Yi
Links: www.cnblogs.com/liyunhua/p/4534442.html
Common field type selection 1. Varchar/nvarchar data types are recommended for character types 2. Money data type is recommended for monetary value 3. Scientific counting recommended numeric data type 4. Self-growth logo recommended to use the bigint data type (a large
recommended to use a Level two index first query the primary key, and then the data update according to the primary key 22, prohibit the use of cross-Library query 23, prohibit the use of sub-query, it is recommended to convert the subquery into an associative query 24, for the VarChar Type field program processing, please verify the user input, do not exceed its preset length;Specification of sub-tableSingle-year data volume of more than 500w or dat
Tags: size length compatibility set field name where post causes mustFirst, DDL Compatibility Specification (prevent the table structure changes, the original SQL execution error)You can only add fields or modify field lengths (field lengths are larger), cannot modify field names and types, and cannot delete fieldscannot delete table or modify table name ii. DML Compatibility SpecificationINSERT statement needs to specify column, INSERT INTO table_nam
SQL statementsSQL is an abbreviation for Structured query Language (Structured Query language). SQL is a set of operational commands built for the database and is a fully functional database language.SQL specification
In a database system, SQL statements are case-insensitive, string constants are case-sensitive, recommended commands are uppercase, and table names are small thanks
The SQL statement can write single and multiple lines, with
First, the basic norms
You must use the InnoDB storage engine
You must use the UTF8 character set
Data table, data fields must be added in Chinese comments
Second, the design code
The library name, table name, field name must be lowercase, preferably not camel, using "_" to differentiate, such as user_name
Library name, table name, field name should not be too long, control within 12 character range
Each table is set to a self-increment primary key, and the
establishing the system to store customer information, the last Name field is stored in a separate data table, and fields such as the start date and end date are appended, so that the change of this data entry can be tracked. 2. Database involves character specification Use 26 English letters (case sensitive) and 0-9 of these 10 natural numbers, plus the underscore ' _ ' composition, a total of 63 characters. No other characters (except annotations)
Label:Why do you want to engage in the C-language interface specification of SQLite? Because you will inevitably encounter the operation of the database in iOS development, you can use third-party fmdb, etc., or use CoreData. But we still need to figure out how to use SQLite's C interface to manipulate the SQLite database. Starting from today, we will give you a detailed example of the C language interface of SQLite. For CoreData, please see the previ
targeted build JavaScript Ecosystem Web server group, in browsers and command-line applications and desktops. (he says so on his own wiki)
This organization has developed some specifications (can go to their website to see http://www.commonjs.org/) including Commonjs modules/1.0 specification, we usually speak of COMMONJS specifications, said this.
"The Commonjs API would fill that gap by defining APIs that handle many common application needs, ult
Http://www.cnblogs.com/yangcaogui/archive/2012/04/20/2459567.htmlThen →. NET design specification one: Based on a design specification, let us understand the type of member named Design!3. Design of type member naming3.1 Fields① follows the naming rules for " camelCasing "② use a noun or noun phrase instead of C # keywords③ do not add any prefixes to the field④ to use the "pascalcasing " naming convention w
The role of the specification model is to build business logic elements that can be assembled freely. However, in the example of the previous article, the implementation of the "standard" specification mode is cumbersome, and simple functionality requires more complex code. However, since the "standard" approach, naturally refers to the implementation of any object-oriented language can be used, but we are
Software development must have a directory:Luffy (project name)#here is the root directory #Log DirectoryLog#Configuration file Directoryconf#program core file directoryCore#can also be luffy (lowercase required) #libraries with third-partylibs/Modules#Document LibraryDocs#tell someone how your files are installed, used, runReamme#Program Entry (startup script), Linux is the bin directorybin/luffy-server.py#This directory does not write business logic and so on, through this portal to call
-mm-dd"). Parse (senddate); }catch (Exception e) {e.printstacktrace (); } System.out.println ("sbegindate=" + sbegindate); System.out.println ("senddate=" + Senddate);}} Instance parsing:HTML code:Xmlservlet life cycleThe whole process of life, loading servlets and instantiating, initializing INIT, processing requests, exiting the service.Note: The servlet is instantiated only once, and the Init method is only executed once, and the servlet is not thread-safe. Finally, there is a not
formator '-' forStandardinch> >Optional arguments:>-H,--help show this help message andExit>--version Show Program'S version number and exit>-V,--verbosePrintverbose messages; Multiple-v resultinch More>Verbose Messages>-D,--diffPrintThe diff forThe fixed source>-I.,--inch-place make changes to filesinch Place>--Global-config filename> Path to aGlobalPep8 config file;ifThis file does> notexist then this isignored (default:> ~/.config/PEP8)>--ignore-local-Config> Don'T look for and apply local
method of the session. 7.7. Message interface (Messages)Is the transfer of objects between consumers and producers, i.e. from one application to another. There are three main parts of a message:1. Message header (required): Contains the action settings used to identify and find the route for the message.2, a set of message properties (optional): Contains additional attributes that support compatibility with other providers and users. You can create custom fields and filters (message selectors)
1. Module
The module uses lowercase names as much as possible, keeping the first letter lowercase and trying not to underline (unless there are multiple words and a small number of cases)
# 正确的模块名import decoderimport html_parser# 不推荐的模块名import Decoder2. Class name
The class name uses the Hump (CamelCase) naming style, capitalized, and the private class can start with an underscore
class Farm(): passclass AnimalFarm(Farm): passclass _PrivateFarm(Farm): pass
Pl
1. Specify the script interpreter at the beginning#!/bin/bash or #!/bin/sh2, and then add version information, etc.#Date: 2016-12-27#Author: sadoc.blog.51cto.com#Mail: [Email protected]#Function: Scripting Features#Version: VersionThe script is named after the. sh extension"source" and " . "Load the executed script, the variable (including function) value in the script after the end of the script still exists in the current shell,"sh" and" bash "is notGlobal variables:/etc/profile variables und
1) Start specifying the script interpreter#!/bin/sh; #!/bin/bash2) opening plus version and copyright information3) No Chinese comments in script4) file saved with. sh extension5) Full-time write-in of paired content to prevent leakage6) [] have spaces at both ends of the brackets7) Process Control statements are completed once, then add statementsHint: You check the script clearly no problem, but is to perform a baffling error, to think of executing the Dos2unix commandGood habit: Each executio
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.