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
  • 1.1.1 First introduction to Visual Basic

    1.1.1 First introduction to Visual Basic

    1.1 Introduction to VisualBasic and a preliminary understanding. 1.1.1 Development of Visual Basic Developer: Microsoft Microsoft released Visual Basic 1.0 for Windows on May 20, 1991. On September 1, 1992, Visual Basic was released.
    2025-02-15
  • Implement online user detection in ASPNET (using background guardianship threads)

    Implement online user detection in ASPNET (using background guardianship threads)

    The following is my class file, // online.cs (user online detection)/*program implementation ideas: the user has the following attributes: name: user name sessionid: user ID, through it uniquely represents a user Iswhere: additional information additional
    2025-02-15
  • Two methods for deploying dynamic web project in Eclipse

    Two methods for deploying dynamic web project in Eclipse

    Unlike MyEclipse, web projects made in Eclipse do not support publishing projects to the web server by default, and will be published to a directory in the workspace. Therefore, it is impossible to start Tomcat externally to run the web project. Only by o
    2025-02-15
  • The default encoding format of web page files generated by ASP+FSO and converted into

    The default encoding format of web page files generated by ASP+FSO and converted into

    There is a customer who wants to make a Russian version of his website. I use UTF-8 encoding for the front and backends, but the static Russian information generated through the database is garbled. If displayed using GB2312, the static Russian informatio
    2025-02-15
  • Java realizes the way to download pictures from the Internet to the local method

    Java realizes the way to download pictures from the Internet to the local method

    The example of this article tells the method of downloading pictures from the Internet to the local area from the Internet. Share it for everyone for your reference. The specifics are as follows: Import Java.io.*; Import Java.net.malFormedurlexception; Im
    2025-02-15
  • What is MIDAS in Delphi (one of MIDAS)

    What is MIDAS in Delphi (one of MIDAS)

    What exactly is MIDAS in Delphi? What are its related components? The Multi-Tier structure proposed by MIDAS (Multitiered Distributed Application Services) multi-layer distributed application service Delphi puts forward the original Tw
    2025-02-15
  • Detailed explanation of the role of static in Java

    Detailed explanation of the role of static in Java

    static means "global" or "static", which is used to modify member variables and member methods, and can also form static static code blocks, but there is no concept of global variables in the Java language. Member variables and member
    2025-02-15
  • Make the ASPX page can accept the files transmitted by HTML, ASP page

    Make the ASPX page can accept the files transmitted by HTML, ASP page

    ASPX is very simple to accept the file of the ASPX page. Use HTMLINPUTFILE, but it is not easy to do if the file of the html page post is not easy to handle. Limit file content, type, size, custom storage location, in
    2025-02-15
  • Introduction to Java Concurrent Programs

    Introduction to Java Concurrent Programs

    Today I looked at the Java concurrent program, wrote an entry program, and set the priority of the thread. class Elem implements Runnable{ public static int id = 0; private int cutDown = 5; p
    2025-02-15
  • Code to use xmlhttp to capture web content in asp

    Code to use xmlhttp to capture web content in asp

    Crawl web pages. Occasionally, it is necessary to achieve real updated weather forecast. The XMLHTTP component is used to capture the specified part of the web page. In fact, many thief programs need to separate the html source code to be more useful. The
    2025-02-15
  • ASP opens the webpage adaptive window to maximize

    ASP opens the webpage adaptive window to maximize

    When ASP opens a webpage adaptive window and maximizes the link port, the page opened is often not maximized. Users often need to push the window size or click the maximize button, which is very troublesome. Some users do not know how to set up IE. So Thi
    2025-02-15
  • How to use aspjpeg component

    How to use aspjpeg component

    aspjpeg is a very powerful image processing component, pure English version. However, there are already free versions and cracked versions, but there are not many articles that introduce them in detail and in-depth. Even if there are, they only involve im
    2025-02-15
  • Java design graphics and multimedia processing

    Java design graphics and multimedia processing

    This article realizes two effects: the first type, concentric circle rendering: /** *Program requirements: Create a new 600*600 pixel application window, and draw 5 concentric circles of different colors in the window, *All circle centers They are all cen
    2025-02-15
  • VisualBasic audio and video control

    VisualBasic audio and video control

    Play background music statement: DeclareFunctionMCISendString&Lib"MMSYSTEM"(ByValLPSTRCOMMAND$,ByValLPSTRRETURNSTRAsAny,ByValWRETURNLEN%,ByVal
    2025-02-15
  • Java gets the real download link of Baidu web disk

    Java gets the real download link of Baidu web disk

    The example of this article tells the way Java acquires the real download link of Baidu's network disk. Share it for everyone for your reference. The specifics are as follows: There is still a problem at present. The same IP will have a verification c
    2025-02-15