current location:Home > Technical Articles > 类库下载
-
- what is c#
- C# is a language derived from c and c++, and inherits the functions of c and c++. C# is an object-oriented language and is a language that runs on the .NET Framework. C# is also designated as a public language.
- C# class library 45974 2018-12-10 09:04:45
-
- What is a tomcat cluster? Introduction to tomcat cluster
- What this article brings to you is what is a tomcat cluster? Introduction to tomcat cluster. It has certain reference value. Friends in need can refer to it. I hope it will be helpful to you.
- java类库 6371 2018-10-27 17:59:41
-
- What are some super practical basic Java tutorials? Detailed explanation of 13 specifications of J2EE
- What this article brings to you is what are some super practical basic Java tutorials? The detailed explanation of the 13 specifications of J2EE has certain reference value. Friends in need can refer to it. I hope it will be helpful to you.
- java类库 3429 2018-10-16 13:44:01
-
- In-depth exploration of Glide's caching mechanism
- Before starting, we need to put the xerces.jar and xalan.jar files into the java.class.path directory (these two files are included in Xalan-Java 1.2 and can be downloaded from xml.apache.org).
- java类库 3637 2018-09-14 10:29:41
-
- JAVA IO and NIO understanding
- Thanks to Netty, I learned some knowledge about asynchronous IO. NIO in JAVA is a supplement to the original IO. This article mainly records the underlying implementation principles of IO in JAVA and introduces Zerocopy technology.
- java类库 2240 2018-09-14 09:23:24
-
- The most mature open source NIO framework Netty
- Netty is a high-performance, asynchronous event-driven NIO framework. It provides support for TCP, UDP and file transfer. All IO operations of Netty are asynchronous and non-blocking. Through the Future-Listener mechanism, users can easily and actively obtain Or obtain the IO operation results through the notification mechanism.
- java类库 3244 2018-09-13 18:19:01
-
- Implement a Java version of Redis
- I recently looked at the Redis code and found it to be quite simple. I had the urge to implement (copy) one in other languages. Originally I wanted to use Python to implement it. Then I thought about trying Netty. There are two reasons.
- java类库 3897 2018-05-30 13:56:00
-
- In-depth understanding of Java virtual machine
- JVM memory area When we write programs, we often encounter problems such as OOM (out of Memory) and memory leaks.
- java类库 2325 2017-03-18 17:52:03
-
- Java serialization Serializable
- Java serialization Serializable
- java类库 3313 2017-03-18 11:35:49
-
- Let's talk about the method of self-deletion after running the program (C++ source code)
- JohnChen analyzed a self-deleting program written by Gary Nebbett. It is a very subtle piece of code. The subtlety is that the process is still there, but the executable file has been deleted. I also wrote a piece of self-deleting code some time ago, but it was not that advanced. I just used the batch processing function and called my function at the end of the program to delete myself. Now post the function code. void SelfDelete() {static char templ[] = ":Repeat\ ...
- C# class library 2694 2016-12-20 14:44:34
-
- Java Design Pattern—Factory Design Pattern
- Factory pattern: Mainly used to instantiate classes with a common interface. The factory pattern can dynamically determine which class should be instantiated.
- java类库 2005 2016-12-15 13:46:37
-
- Introduction to basic syntax of Oracle stored procedures
- Introduction to the basic syntax of Oracle stored procedures. Friends in need can refer to it.
- PHP类库 1717 2016-12-12 13:45:31
-
- Java quick sort
- public static void quickSort(double[] array, int i, int j) { if (j <= i) return; int pivotIndext = (i + j) / 2; swap(array, pivotIndext, j); int k = partition(array, i - 1, j, a ...
- java类库 2739 2016-12-03 11:58:19
-
- JavaWeb learning summary_Servlet development
- JavaWeb learning summary_Servlet development
- java类库 2093 2016-12-02 16:25:53
-
- The java virtual machine runs the jar file directly
- 1. Select the java file, right-click and select export---> select jar file and click next 2. Check export generated class files and resources and export java source files and resoures and then enter the save path in jar file: and click next 3. Default Click next, click next again, click main cla...
- java类库 3759 2016-12-02 12:04:58