current location:Home > Technical Articles > 类库下载
-
- java abstract classes and interfaces
- An important point in the object-oriented design process is how to abstract, that is, to establish an ideal one-to-one mapping relationship between elements in the "problem space" and elements in the "solution space". Abstract classes and interfaces are the products of the abstraction process.
- java类库 1721 2016-10-31 14:11:08
-
- Use pushState, popState and location.hash methods to implement a small route yourself
- This article mainly records the pushState and replaceStateAPI provided by history in HTML5. Finally, implement small routing yourself through these APIs.
- PHP类库 2342 2016-10-31 14:00:49
-
- Detailed explanation of sixteen magic methods in PHP
- In PHP, methods starting with two underscores __ are called magic methods, and these methods play a pivotal role in PHP.
- PHP类库 1644 2016-10-31 13:40:41
-
- Detailed explanation of Android unit testing and simulation testing
- Testing and Basic Specifications
- java类库 1705 2016-10-31 12:03:29
-
- Android process communication mechanism AIDL
- AIDL stands for Android Interface Definition Language, which is Android interface description language. It sounds very profound, but its essence is an auxiliary tool for generating inter-process communication interfaces. It exists in the form of an .aidl file. All the developer needs to do is to define the interface for inter-process communication in the file. When compiling, the IDE will generate a .java file that can be used by the project based on our .aidl interface file. , which is somewhat similar to what we call "syntactic sugar".
- java类库 2113 2016-10-31 11:32:30
-
- Simple version of TimSort sorting algorithm
- Principle and implementation of simple version TimSort sorting algorithm
- java类库 2195 2016-10-31 10:53:48
-
- Java mail sending, qq and 163 mailboxes send each other, and qq and 163 mailboxes send other mailbox instances
- After studying for nearly a day and reviewing relevant information, I finally have a little understanding of the mechanism and principles of sending emails in Java. I hope it can help everyone!
- java类库 2758 2016-10-29 13:48:17
-
- PHP calculates directory size using recursion
- PHP calculates directory size using recursion
- PHP类库 1706 2016-10-29 13:38:35
-
- Mybatis common summary
- Mybatis common summary: parameters, return, execute sql, include, etc.
- java类库 1637 2016-10-29 13:37:38
-
- Strings in Java
- Strings in Java
- java类库 1829 2016-10-29 11:52:17
-
- Basic knowledge of running java programs
- Each JVM thread creates a private thread stack when it is started. A jvm thread stack is used to store stack frames. The jvm thread stack is very similar to the stack in C language. It is responsible for managing local variables and some operation results, and is also involved in function calls and function returns. The size of the running thread stack in the JVM specification can be fixed or dynamically allocated, or it can be calculated according to certain rules. Different jvm's implementation of the stack will be different. Some may provide developers with ways to control the initial size of the jvm thread stack; for dynamic allocation, they may also provide settings for the jvm's maximum and minimum values.
- java类库 1993 2016-10-29 11:31:04
-
- PHP source code traverses all files in a directory
- PHP source code traverses all files in a directory
- PHP类库 1833 2016-10-29 11:07:05
-
- Java serialization and deserialization
- Java serialization refers to the process of converting objects into byte sequences, while deserialization is the process of converting only byte sequences into target objects.
- java类库 1778 2016-10-29 10:56:57
-
- A method to dynamically generate AdminLTE menu from database using C#
- The current application design style tends to be flat, and many management interfaces (Bootstrap admin template) with very beautiful UI have been implemented based on BootStrap.
- C# class library 2548 2016-10-29 10:48:55
-
- php delete all files and directories under directory
- php delete all files and directories under directory
- PHP类库 1277 2016-10-29 10:40:04