Home> Network programming tutorial
All ASP tutorial ASP tutorial ASP.NET tutorial PHP tutorial JSP tutorial C#/CSHARP tutorial XML tutorial Ajax tutorial Perl tutorial Shell tutorial Visual Basic tutorial Delphi tutorial Mobile development tutorial C/C++ tutorial Java tutorial J2EE/J2ME Software engineering
Network programming tutorial
  • Summary of various sorting algorithms in Java (bubble, selection, merge, Hill and heap sort, etc.)

    Summary of various sorting algorithms in Java (bubble, selection, merge, Hill and heap sort, etc.)

    This article summarizes various sorting algorithms in Java. Share it for your reference, the details are as follows: 1. Bubble sorting: public class SortTest { public static void main(String[] args) { int[] a =
    2025-02-13
  • Java multi -threaded programming lock ReadWriteLock usage example

    Java multi -threaded programming lock ReadWriteLock usage example

    Reading and writing locks: Divided into read locks and writing locks, multiple read locks do not reprimand, read locks and write locks mutually exclusive, which is controlled by JVM itself. You only need to apply the corresponding lock. If your code reads
    2025-02-13
  • Briefly introduce linear tables and how to achieve dual chain tables

    Briefly introduce linear tables and how to achieve dual chain tables

    Linear meter is a linear structure, which is a limited sequence that has the same type N (n ≥ 0) data element. First, the array array has upper and lower bounds, and the elements of the array are continuous in the upper and lower bounds. The schematic dia
    2025-02-13
  • Three solutions to the visual studio real-time debugger that always pops up_ASP tutorial

    Three solutions to the visual studio real-time debugger that always pops up_ASP tutorial

    Recommendation: ASP can effectively prevent spam messages/comments from appearing on website message boards. Implementation idea 1. On the form filling page: input name=intime1 type=hidden value=%=Now()% On the submission processing page, set the submissi
    2025-02-13
  • Asp scheduled execution operation Asp scheduled reading database (web page scheduled operation

    Asp scheduled execution operation Asp scheduled reading database (web page scheduled operation

    Due to the language limitations of some current web pages, there are certain difficulties in timing operations. However, after many verifications, I found that the fourth method is undoubtedly the most effective and the most worry-free. The current schedu
    2025-02-13
  • Regarding efficiency, 5 techniques of ASP speed up

    Regarding efficiency, 5 techniques of ASP speed up

    More and more people have given up ASP. In fact, ASP is not very bad. It is easy to learn and get started quickly. Read the following articles and understand how to speed up in ASP! One of the techniques: Improve the efficiency of using the Request collec
    2025-02-13
  • Transplant ASP code to VB COM component (to 4)

    Transplant ASP code to VB COM component (to 4)

    ASP Page Author: Green Apple Computer Studio Click: The first stop in this example is the ASP page. This ASP page is connected with ADO and Northwind database. In order to maintain good coding habits, I used Option Explicit and clearly declared all variab
    2025-02-13
  • Delphi implementation of Trojan file transfer code example

    Delphi implementation of Trojan file transfer code example

    This article describes the implementation process of the Trojan file transfer method under Delphi in the form of examples. The specific steps are as follows: Server-side code: unit ServerFrm; interfaceuses Windows, Messages, SysUtils, Variants, Classe
    2025-02-13
  • Capturing the output of a console program in Delphi

    Capturing the output of a console program in Delphi

    This article implements running a console program in Delphi and displays the output of the console program in the Memo control. I needed to manually compile J2ME programs at work, and I started writing a batch program, but it felt very cumbersome to use,
    2025-02-13
  • A brief discussion on the usage of request and response in asp

    A brief discussion on the usage of request and response in asp

    This article mainly introduces the usage of request and response in asp. Friends in need can refer to the usage of request: request has three methods of obtaining form values, which are used for obtaining different form submission methods. A form can simp
    2025-02-13
  • Java Sorting Algorithm Summary Selection Sorting

    Java Sorting Algorithm Summary Selection Sorting

    The example of this article tells the selection of the Java sort algorithm summary. Share it for everyone for your reference. The specific analysis is as follows: The basic operation of selecting sorting is one element selected from the data element to be
    2025-02-13
  • Research sharing on JAVA and related character set encoding issues

    Research sharing on JAVA and related character set encoding issues

    The following article will describe and discuss the above issues. We will take the word "Chinese" as an example. Searching relevant information shows that the GB2312 encoding of "Chinese" is "d6d0 cec4" and the Unicode encodi
    2025-02-13
  • Why can't I return a recordset using OLEDB in a stored procedure?

    Why can't I return a recordset using OLEDB in a stored procedure?

    Why can't I return a recordset using OLEDB in a stored procedure? I once wrote a program that operates on a temporary table (the main function is to retrieve the top 10 records of each category). The stored procedure uses ODBC to connect to the databa
    2025-02-13
  • delphi7 from entry to mastery 3

    delphi7 from entry to mastery 3

    Preface The first time Zack Urlocker showed me an unreleased product called Delphi, I realized it was going to change my job—and the jobs of many other software developers. I used to struggle with Windows C++ libraries and Delphi was and still is object o
    2025-02-13
  • How to get the domain name IP address of Java

    How to get the domain name IP address of Java

    The example of this article tells the method of Java's domain name IP address. Share it for everyone for your reference. The specifics are as follows: Import Java.net.inetaddress; Import Java.net.unknownHostexception; Public Class TES
    2025-02-13