"Editor's note" the author of this article is Reinder de Vries, an entrepreneur and an excellent programmer, who publishes multiple application blogs. In this article, the author focuses on how to create an Instagram-like app based on the Parse
1.1.1 Summary
During the development process, we may encounter system performance bottlenecks from time to time, which may be caused by insufficient code efficiency or hardware or network problems, it may also be a problem with database design.
This
String is a piece of cake, I summarize some common processing string functions.
1. Determine the length of a string
This is one of the most obvious examples of the article, the question is how we can determine the length of a string, and here we
1.1.1 Summary
In the development process, we occasionally encounter system performance bottlenecks, which can cause a lot of reasons, may be the code is not efficient, may be hardware or network problems, but also may be the problem of database
1. calculate the maximum number of days of calendar month. getinstance (); time. clear (); time. set (calendar. year, year); // year is inttime. set (calendar. month, I-1); // note that the default January Calendar Object is 0 int day = time.
The paging stored procedures are roughly the following
1. Use not in and select top
2. Use ID greater than number and select top
3, using the cursor in SQL
4. Temporary table
You can see the following links on the web
Summary of common paging
The current situationGenerally do database related development, unless learning, otherwise very few people are willing to use JDBC directly. Originally Java code is more verbose, and the direct use of JDBC to write code of the verbose is a bit crazy!
in a database table, where the fields XML is stored in XML Format data in table Xmltest. When you use this table for report authoring, you need to read the values stored in the XML field as the report data source.650) this.width=650; "src="
Atitit. java parses the implementation of the SQL parser interpreter, atitit. javasql
Atitit. java parses the implementation of the SQL parser Interpreter
1. parsing the essence of SQL: Implementing a 4gl dsl programming language compiler 1
2.
optimization | statement | execution
5th. Oracle's execution planbackground knowledge: To better carry out the following, we must understand some conceptual terms: Sharing SQL statementsIn order not to parse the same SQL statement repeatedly
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.