1, the class name uses the Hump name method, the first letter capitalization.2, the class variable uses the Hump name method, the first letter lowercase.3, the method name is a verb phrase, the first letter lowercase, as far as possible to describe the intent of this method.4, note in the fine not many, a good note to try to describe the code to express the meaning.5, a function of the different operations of the Code section separated by a blank line, convenient for later maintenance.6, the var
Package (packages)Naming conventions for package names: 1, lowercase 2, at least one level of directory 3, domain inversion writingPackage Baidu;Package com.baidu.www;Class (classes)----- Large Hump MethodNaming conventions for class names: capitalize all words in the first letterClass MobileClass TestmobileInterface (interface)Naming conventions for interfaces: Capitalize all words in the first letterInterface Animal;Method (Methods)Naming conventions for methods: first letter lowercase, initia
Java coding SpecificationThe first letter of each word in the naming conventions class must be capitalized, as shown in figureUserServiceIncorrect naming methoduserService、userserviceTest caseTestEnd, suchUserServiceTestIf it starts with the abbreviation, the abbreviation should all be in uppercase, as shown in figureHTMLEditorIncorrect syntax · the class name should contain English letters or numbers, and
same problems as I do then look down, if not that may not help you in the following content.
First, check the text encoding of the current database.SHOW VARIABLES like ' character_set_% '
I am using the MySQL database, the code is as follows:
The workaround is simple to add a sentence after the database connection statement? USEUNICODE=TRUECHARACTERENCODING=GBK on the line.String url = "Jdbc:mysql://localhost:3306/db_databaseuseunicode=truecharacterencoding=gbk";String user = "root"
Java and JavaScript Base64 encoding
When developing Java Web applications, it is possible to use Java for BASE64 encoding on the server side, while the client can decode it with JavaScript. This requires consistency of Base64 coding mechanisms on both sides.
Using BASE64 encoding, you may encounte
Java coding SummaryI. Principles of practice1. Save the page file in the same format as the statement.If you declare 2. Whether it is get, post or Javascript, the browser submits the request in the encoding format specified by the page file.3. Javascript methods such as encodeuri and encodeuricomponent use UTF-8 format to encode dataIi. HTTP and Servlet specificationsA. http protocol1. Get according to the
software system structure.The tighter the connection between the modules, the stronger the couplingThe module's independence is worse.The coupling between modules depends on the complexity of the interface between modules, the mode of invocation and the information transmitted. Coupling and cohesion are the two qualitative standards of module independence, when the software system is divided into modules, it is possible to achieve high cohesion and low coupling, improve the independence of mod
The IDE I'm using is idea, and the places where eclipse may be set up are different1. Encoding of source filesWhen writing. java files in various Ides, there is an encoding that the IDE stores files on the machine in this encoding format, such as my settings, to set the S.java file to GBK format2. At compile time, Javac will read the file in the specified encoding format and then compile it into Unicode format.For example, I joined encoding GBK this s
: Network Disk DownloadFirst, the content of the book is a foreign data structure and algorithm analysis of the classic textbook, using the excellent Java programming language as the implementation tool to discuss the data structure (the method of organizing a large number of data) and algorithm analysis (estimation of the algorithm run time). This book combines
encoding to store it. This will take into account the importance of storage space or the efficiency of coding (three common).
1. ASCII code
We all know that ASCII code, a total of 128, with a byte of low 7-bit, 0-31 is the control character Furu space, enter, delete 32-126 is the print characters, can be entered through the keyboard and can be displayed.
Figure 1-ascii Code
2, UTF-16
Speaking of UTF must mention Unicode,iso trying to create a new hy
To learn a new knowledge cannot be expected to read only one book, or two books can be fully mastered. There needs to be a step-by-step reading process. I recommend the OReilly published Java series books.
here I just want to add that a lot of people learn Java from the book "Thinking in
To learn a new knowledge cannot be expected to read only one book, or two books can be fully mastered. There needs to be a step-by-step reading process. I recommend the OReilly published Java series books.
Here I just want to add that a lot of people learn Java from the book "Thinking in
I seriously probation the book today, first of all, according to the author's habit of Reading, like to first look at the front part. The author puts a roadmap to learning Java in the preface, which is a relatively standard learning process. But why in the programming advanced there put a design pattern, and then next is the abstract class and interface, package and access permissions (this name and
Hello everyone, the Java Commando has been officially released in early September. This book may be a lot of people will have different feelings, most of them are expected.However, if you have any questions, you can get back to me in the blog and I will respond to them in the text.Here are some questions that some of my classmates have asked me recently:"There is a problem with code compilation on the disc,
Learn Java for a few months, has been to public,private,protected,static,final keyword and with each other not too concerned about, today read the "Java Security coding standards" only to find the severity of the problem.Code that does not conform to the rule:A data member of the underlying data type of public (common). Should be changed into private form.Public
Refer to Sun's Java coding specification, semi-translation semi-comprehension.
Use blank lines to split blocks of code and add comments to code blocks;
A file a class (or interface) that places a private class behind a common class that references that class;
Source file composition: The declaration of a file comment, Package/import, class, or interface;
Environment Java Environment JDK1.8 installed mysql-5.6.38-winx64 idea2016 (64)The problem is this: Idea debugging Eclips project into the database and changing question marksFirst of all, Eclips and release of the project is not a problem, the first thought is the coding problem, so check the project and database code, but see that the code is UTF-8, the database is viewed through (navicat)But there are ar
Learning Resources E -book articlesFrom the foundation to the project actual combat massive Video tutorial Resources chapterI. Electronic Book Resources Daquan
1. Java Basics2. Java EE3. Front Page related4. Database related5. Java Virtual Machine Related6.
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.