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
  • 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
  • Basic syntax of dynamic SQL statements

    Basic syntax of dynamic SQL statements

    Basic syntax of dynamic SQL statements 1: Ordinary SQL statements can be executed with Exec, eg: Select * from tableNameExec(select * from tableName)Exec sp_executesql Nselect * from
    2025-02-13
  • Java swing table implementation method

    Java swing table implementation method

    This article describes the implementation method of swing table in Java. Share it for your reference. The details are as follows: import java.awt.*;import java.awt.event.*;import javax.swing.*;import javax.swin
    2025-02-13
  • Java regularly implement various dates format

    Java regularly implement various dates format

    Java regularly implements the formatting of various dates.
    2025-02-13
  • Improved controls

    Improved controls

    Whether you want to believe it or not, there is a bug that cannot be ignored in the components that come with Delphi. At first I didn't think that there was a bug in Delphi's own control. It was so frustrating that I debugged it many times, and th
    2025-02-13
  • Thoroughly master ASP paging technology and analyze it in detail

    Thoroughly master ASP paging technology and analyze it in detail

    There are still many followers on some forums about paging ASP programs, but there are only codes and no detailed explanations. For beginners, this will always fail to truly grasp it. This time I will explain the paging technology in detail. , let everyon
    2025-02-13
  • A simple example and common regular sharing using regular expressions in Java

    A simple example and common regular sharing using regular expressions in Java

    Import Java.util.Scanner; Public Class Regextest {// Newly -built Public Static Void Main (String [] ARGS) {// Main method
    2025-02-13