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
  • Brushless Chat Room Technology Implementation Method (ASP Related)

    Brushless Chat Room Technology Implementation Method (ASP Related)

    Brushless refresh chat room technology implementation method I. Unified term text box: Display framework page input box of chat content: Enter the framework page of the chat information: self -brushing the framework page of the latest chat information, th
    2025-02-16
  • Some delphi resource sites that benefit me a lot

    Some delphi resource sites that benefit me a lot

    In my favorites, some good foreign sites (to be continued) http://PRogrammersheaven.com/http://delphi.about.com/http://www.appcontrols.com/http://basic- ide.sou
    2025-02-16
  • ASP multi-keyword query example code

    ASP multi-keyword query example code

    In web development, we often encounter multiple keyword pairs for single field queries. I usually implement this through dynamic arrays. Of course, multiple keywords are usually separated by spaces or,. I assume that multiple keywords are separated by spa
    2025-02-16
  • The debugged ASP program's skills (transfers) seem to have asked a similar question in VB to component

    The debugged ASP program's skills (transfers) seem to have asked a similar question in VB to component

    The debugging ASP program in the "VB and BASIC Area" in the NetEase virtual community in the "VB and BASIC Area" on February 3, 2001 in VB's "VB" I think the best way should be this: the definition of the original text is
    2025-02-16
  • In-depth explanation of process control and operators in Java

    In-depth explanation of process control and operators in Java

    Java Process Control The syntax of Java Process Control is similar to C/C++, and there are also if...else, while, do...while, for, switch...case, etc. The specific syntax will not be discussed here, but only examples will be given. Output nine-nine multip
    2025-02-16
  • Java gets local sunrise and sunset time code sharing

    Java gets local sunrise and sunset time code sharing

    Get the local sunrise and sunset times based on the latitude and longitude and the current date. A powerful Google search allowed me to quickly find a java class written by a foreigner. The comments in the code were clearly written. Post the code directly
    2025-02-16
  • Analysis of the destruction method of objects in Java

    Analysis of the destruction method of objects in Java

    This article analyzes the destruction method of objects in Java in more detail. Share it with everyone for your reference. The specific analysis is as follows: basic data type variables and object name reference variables in Java are all local variables i
    2025-02-16
  • In-depth analysis of TomCat Session management analysis

    In-depth analysis of TomCat Session management analysis

    Preface: Just for Java developers, we should be familiar with Session in the J2EE specification. We can use Session to manage user session information. The most common one is to use Session to store user login, identity, permissions and status information
    2025-02-16
  • Java regular expression form verification tool class (verify email, mobile phone number, QQ number, etc.)

    Java regular expression form verification tool class (verify email, mobile phone number, QQ number, etc.)

    Java uses regular expressions for form verification tool class, which can verify email, mobile phone number, QQ number, etc. The copy code code is as follows: package util; import java.util.regex.Matcher; import java.util.regex.Patter
    2025-02-16
  • UltraEdit also supports Delphi syntax highlighting

    UltraEdit also supports Delphi syntax highlighting

    Usually, UltraEdit is often used to write modified code, but UltraEdit itself does not support Delphi syntax highlighting, which is very unpleasant to use. So I wrote the following script to support Delphi. Please add it to the end of the WordFILE.TXT fil
    2025-02-16
  • asp form form validation function

    asp form form validation function

    There are some relatively good form validation functions. You can refer to the following *********************************** to check whether Contains only English and numbers************************************Function Isval
    2025-02-16
  • The method of Java to implement the database connection pool

    The method of Java to implement the database connection pool

    The example of this article tells the method of Java's database connection pool. Share it for everyone for your reference. The specifics are as follows: package com.Kyo.Connection; Import Java.sql.Connection; Import Java.sql.DataBasemet
    2025-02-16
  • Use resource files in Delphi

    Use resource files in Delphi

    Purpose, use resource files in Delphi. This example is to add a Flash animation to our program and release it when the program starts. First create a new file file and write the content: Flash SwfFile1 Thanks.SWF save as: SwfFile. rc then generates the fu
    2025-02-16
  • ASP source code delivery that can execute system commands

    ASP source code delivery that can execute system commands

    Recently I am writing a remote server management tool (borrowing part of the ASE code and adding functions such as remote execution of commands, uploading, and services.), and I have received help from many netizens such as Axin, ADAM, Chener, Ghost_happy
    2025-02-16
  • asp function to intercept N characters with HTML from a string

    asp function to intercept N characters with HTML from a string

    Intercept N characters with HTML from a string. The current implementation method is not perfect. The process is: find the beginning of various controls from the string, then separate them sequentially, put them into an array, and then add them one by one
    2025-02-16