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
  • Differences between versions of .NET Framework (.NET2.0 3.0 3.5 4.0)

    Differences between versions of .NET Framework (.NET2.0 3.0 3.5 4.0)

    This article mainly introduces the differences between various versions of .NET to help novice friends choose a suitable version of the .NET Framework for development. What is .NET Framework? .NET Framework is also called .Net Framework. is developed by M
    2025-02-12
  • Detailed explanation of member methods and member variables in Java

    Detailed explanation of member methods and member variables in Java

    Remember that in a written test question in an interview, some interviewers will ask for the scope of the specific access limited symbols like Pullic. In fact, I usually did not go to the system to consider the scope of the access limited character, espec
    2025-02-12
  • Set several important functions of ASP cache

    Set several important functions of ASP cache

    Several statements set in ASP cache 1.Application variables generally use cache variables: application (variable name) = [variable value] Put these statements in global.asa under the root directory of the website to get global variables. 2.bufferbuffer at
    2025-02-12
  • How to write a small network system with Visual Basic

    How to write a small network system with Visual Basic

    Visual Basic (hereinafter referred to as VB) is an eleven powerful programming language. Especially after 4.0, OLEAutomation technology is supported, which brings greater convenience to programming. Some time ago, I tried to write a web-enabled database.
    2025-02-12
  • ASP thief collection program principle and common function methods

    ASP thief collection program principle and common function methods

    The collection program actually calls web pages on other websites through the XMLHTTP component in XML. For example, many of the news gathering programs call Sina's news web pages, and some of the HTML in them are replaced, and advertisements are also
    2025-02-12
  • asp+javascript implements 404 page processing and conversion

    asp+javascript implements 404 page processing and conversion

    The method of using 404 to solve the change of page path is mainly to make it user-friendly. It turns out that users rely on search engines to enter each of my articles. How can I let users jump from an old page to a new page, and the article Unchanged, s
    2025-02-12
  • Java List object sorting common method

    Java List object sorting common method

    The example of this article tells the common method of List objects in Java. Share it for everyone for your reference. The specific analysis is as follows: In the list list found in the database, different fields are often sorted. The general approach is
    2025-02-12
  • How to use Delphi

    How to use Delphi

    1. Stored procedures dynamically call sp_Exec.Parameters.Clear; sp_Exec.PRocedureName := 'sp_TransTo'; sp_Exec.Parameters.CreateParameter('@mailId',
    2025-02-12
  • Talk about the singles design mode in Java programming

    Talk about the singles design mode in Java programming

    When writing software, you often need to use a print log function, which can help you debug and position the problem. After the project is launched, it can also help you analyze the data. But Java's native system.out.println () method is rarely used i
    2025-02-12
  • The resolution and suggestions of negative numbers in the recordset paging in ASP

    The resolution and suggestions of negative numbers in the recordset paging in ASP

    For the phenomenon of negative numbers during the recordset paging, I believe that many people have encountered this problem, and sometimes Baidu and Google are not puzzled. Now I will summarize it. A negative number is mainly related to the type of curso
    2025-02-12
  • Prepare a function that generates random passwords?

    Prepare a function that generates random passwords?

    The following is the code fragment: <% Function Makepassword (byval Maxlen) Dim Strnewpass Dim Whatsnext, Upper, LOWER, Intcounter Randomize for
    2025-02-12
  • Detailed explanation of the use of static keywords and final keywords in Java programming

    Detailed explanation of the use of static keywords and final keywords in Java programming

    Java static keywords, Java static variables and static methods static modifiers can be used with variables and methods to indicate that they are "static". Static variables and static methods can be accessed through class names, and there is no n
    2025-02-12
  • ASP tutorial: ContentType attribute

    ASP tutorial: ContentType attribute

    ContentType property specifies the http content type of the server response. If the ContentType is not specified, the default is Text/HTML. Use it in ASP: <% Response.ContentType = Text/HTML%> <% Respons
    2025-02-12
  • Refresh the six methods of the ASPX page (DOWNMOON)

    Refresh the six methods of the ASPX page (DOWNMOON)

    Refresh the six methods of the ASPX page (DOWNMOON) First: Private Void Button1_CLICK (Object SENDER, SYSTEM.EVENTARGS E) response.redirect (request.url.to
    2025-02-12
  • Production of ASP color school test code (verification code)

    Production of ASP color school test code (verification code)

    I saw the method of violent cracking on the Internet. If I use the image additional code to prohibit external submission of 10 passwords to error account and 50 passwords, the password error and trivial IP 10 seconds of anti -refresh interval registration
    2025-02-12