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
  • Java crawling web content implementation code

    Java crawling web content implementation code

    The code copy is as follows: package test;import java.io.BufferedReader;import java.io.IOException;import java.io.InputStream;import java.io
    2025-02-21
  • Multiple functions verify the same form_ASP tutorial

    Multiple functions verify the same form_ASP tutorial

    Recommended: Tell me about the copy of the object, the following is the referenced content: <%Dim oConn,oRsSet oConn = Server.CreateObject(ADODB.Connection)Set ors = Server.CreateObject(ADODB.R
    2025-02-21
  • Java method to generate XML signature using DSA key pairs

    Java method to generate XML signature using DSA key pairs

    This article describes the method of Java using DSA key pairs to generate XML signatures. Share it for your reference. The specific implementation method is as follows: MainClass.java code is as follows: Copy code is as follows: import java.security.KeyPa
    2025-02-21
  • Delphi database programming tutorial

    Delphi database programming tutorial

    Delphi Database Programming Tutorial Title Note: A free online tutorial for Delphi beginners to write database programs, focusing on ADO technology. About this tutorial: It is a free online tutorial completely aimed at beginners of Delphi database program
    2025-02-21
  • Get screen resolution in Delphi programming

    Get screen resolution in Delphi programming

    When we need to obtain the resolution of the computer when the program is running, there are two methods: ① You can give the resolution of the screen in pixels by accessing the SCREEN global variables provided by Delphi, namely SCREEN.WIDTH and SCREEN.HEI
    2025-02-21
  • Advanced Application of ScriptControl in Delphi (I)

    Advanced Application of ScriptControl in Delphi (I)

    Advanced Application of ScriptControl in Delphi (I) provides an OCX component called ScriptControl in our Windows system. We can use this component to realize the wonderful world of script storytelling. 1. Create a ScriptControl component service First, l
    2025-02-21
  • ASP+Chinese Tutorial (3)- server-side control (1)

    ASP+Chinese Tutorial (3)- server-side control (1)

    Last time I talked about some content about ASP + server -side control, let's talk about it in detail now. ASP + server -side control is the concept of Microsoft's newly proposed. Its realization is based on Microsoft's .NET framework. It is a
    2025-02-21
  • StringBuilder performance testing in Java

    StringBuilder performance testing in Java

    When looking at the KMP algorithm, I want to simply count the execution time and performance. The conclusion is: Java's String indexOf method has the best performance, followed by the KMP algorithm, followed by the traditional BF algorithm. Of course,
    2025-02-21
  • Hanoi Tower of Hanoi

    Hanoi Tower of Hanoi

    The code copy is as follows: package com.tiantian.algorithms;/*** _|_1 | |* __|__2 | |* ____|__3 | | (1). Move the 4 wooden blocks on A to C. * _______4 | |* AB
    2025-02-21
  • The difference between CINT and INT in ASP

    The difference between CINT and INT in ASP

    CInt will round to the nearest even number, that is to say, when the decimal part is 0.5XXXX, it will round to the nearest even number to X.5XX, and Int is the rounding function, which will remove the decimal point. CInt will round to the nearest Close to
    2025-02-20
  • Eclipse configuration Tomcat and JDK step illustrations

    Eclipse configuration Tomcat and JDK step illustrations

    The first time Eclipse configured Tomcat and JDK, they would encounter some problems. The editor was also confused at the time, so I summarized this, hoping to help everyone. A: The software and versions required: 1. ECLIPSE-JEE-KePler-SR1-win322. Apache-
    2025-02-20
  • Examples of simple time operations in Java

    Examples of simple time operations in Java

    The example in this article describes the simple operation method of time in Java. Share it with everyone for your reference. The specific analysis is as follows: The Date used here refers to java.util.Date. ps: It feels really painful to use Java to mani
    2025-02-20
  • Delphi image interception programming example (4)

    Delphi image interception programming example (4)

    (VI) TMainForm's (Snap) Action Event 1) Full Screen Capture [Capture Desktop] Action Event PRocedure TMainForm.cptDesktopExecute(Sender: TObject); begin
    2025-02-20
  • Detailed explanation of the concept of Java class library and how to use import

    Detailed explanation of the concept of Java class library and how to use import

    Java Class Library and its Organizational Structure (Java API) Java Official provides developers with many powerful classes. These classes are placed in each package and released with the JDK, called Java Class Library or Java API. API(Application Program
    2025-02-20
  • 1 hour ASP entry

    1 hour ASP entry

    <1> Basic framework <%statement ...%> <2> Define the variable dim statement <%dim a, ba = 10b = ok!%> Note: The defined variable can be numerical, or character or other types <3> Simple control process statement 1. IF conditi
    2025-02-20