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
  • How to parse FTP address in Delphi

    How to parse FTP address in Delphi

    The example in this article describes how Delphi parses FTP addresses. Share it with everyone for your reference. The specific implementation method is as follows: procedure TForm1.FTPAnalysis(S:string;var UserName,Password,IP,FileName:Stri
    2025-02-16
  • Collection of commonly used functions in asp.net

    Collection of commonly used functions in asp.net

    It mainly includes getting the site user IP, removing the last number in the string, removing the first / number in the string, etc. ///<summary> /// Get site user IP ///</summary> ///<returns></returns> public static string
    2025-02-16
  • An improved code for ASP to generate SQL command string class [tested]

    An improved code for ASP to generate SQL command string class [tested]

    I found it by searching for information on the Internet, but I found some problems during debugging. After some modifications, there are still some problems, but it can be used for general use. The data type issue and the difference between SQL Server and
    2025-02-16
  • Delphi's Hint (1)

    Delphi's Hint (1)

    The use prompts in Delphi are so simple. Just set the control you want to use Hint as follows: ShowHint := True; Hint := 'Prompt message'; There is no need to write a line of code, it is quite convenient. But sometimes we want to customize the eff
    2025-02-16
  • 3 Examples of Practical Programming Skills in VisualBasic6.0

    3 Examples of Practical Programming Skills in VisualBasic6.0

    1. Use the API to get the title of the window?橹拑瑑especiallyF麓码: Opo・rctPreeeeDDeclareeee ionGetWindowTextLib "us-er32"Alias"GetWi
    2025-02-16
  • JavaWeb implementation file upload download function instance analysis

    JavaWeb implementation file upload download function instance analysis

    In the development of web application system, the file upload and download function of the file are very commonly used. Today, let's talk about the implementation of the file upload and download function in JavaWeb. For file upload, the browser submit
    2025-02-16
  • (delphi) The source code of the custom component waiting for the dialog box during the program operation (including two prompts, progress bars, AVI)

    (delphi) The source code of the custom component waiting for the dialog box during the program operation (including two prompts, progress bars, AVI)

    Source code download address: http://www.csdn.net/cnshare/soft/openfile.asp?kind=1&id=21608 If you cannot download, please check: http://blog.csdn.net/luckyjan/archive/2003/
    2025-02-16
  • Java uses ArrayList traversal and efficiency comparison instance analysis

    Java uses ArrayList traversal and efficiency comparison instance analysis

    The example of this article tells about Java's traversal and efficiency comparison with ArrayList. Share it for everyone for your reference. The specifics are as follows: arraylist arrl = new arrayList (); arrayList arrltmp1 = new arrayList (); arra
    2025-02-16
  • Analysis of the implementation of https communication in Android system

    Analysis of the implementation of https communication in Android system

    Recently, there is a problem related to HTTPS that needs to be solved, so I spent time learning the use of the Android platform HTTPS, and I also read some principles of HTTPS. Here we share the learning experience. HTTPS principle https (Hyper Text Trans
    2025-02-16
  • Delphi delay time

    Delphi delay time

    Current location: Delphi Garden → Skills Articles → Programming Experience → Delphi Delay Delphi Delay Date: August 31, 2004 Author: PRocedure Delay(msecs:integer); varFirstTickCount:long
    2025-02-16
  • Improve the performance of dynamic paging in ASP

    Improve the performance of dynamic paging in ASP

    Overview ---- There are many articles that use ASP to achieve dynamic pagination with ASP. The method is similar, that is, each time you use ADO to return the original data to meet the specified page of the conditioned concentration. However, in actual en
    2025-02-16
  • Java implementation of Fibonacci algorithm example

    Java implementation of Fibonacci algorithm example

    This article describes the method of implementing Fibonacci algorithm in Java. Share it for everyone for your reference. The details are as follows: package com.yenange.test2; import java.util.Scanner; public class Fibonacci
    2025-02-16
  • Delphi and Word (3) Obtaining data from Word files

    Delphi and Word (3) Obtaining data from Word files

    , //Get the data of the Word file PRocedure getWordStr;var WordApp: TWordapplication;WordDoc: TWordDocument;DocInx,oFileName,CfCversions,oR
    2025-02-16
  • Detailed interpretation of character-oriented input streams in Java programming

    Detailed interpretation of character-oriented input streams in Java programming

    Character streams are optimized for the characteristics of character data, thus providing some useful characters-oriented features, and the source or target of the character stream is usually a text file. Reader and Writer are the parent classes of all ch
    2025-02-16
  • ASP cannot connect to Access database under Win2003 64-bit

    ASP cannot connect to Access database under Win2003 64-bit

    After configuring IIS under 64-bit Windows 2003, run the ASP page. If there is code to connect to the access database, an error warning will appear. Copy the code as follows: ADODB.Connection Error 800a0e7a Provider not found. The program may not be insta
    2025-02-16