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
  • 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
  • Use the vb activex.dll file in ASP

    Use the vb activex.dll file in ASP

    No one will use more troublesome ways to work without unnecessary circumstances, unless there is no room for choice. So if I want to tell you that there is a simple technology that can make your ASP development faster and more efficient, you must be parti
    2025-02-11
  • Pallet program made by delphi

    Pallet program made by delphi

    unit uMain;interfaceusesWindows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs, shellapi,Menus, Button
    2025-02-11
  • Another way of thinking about asp static pages

    Another way of thinking about asp static pages

    The development of the two recent websites has given me a lot of new ideas! I have also read a lot of excellent codes, but I have never found a pattern that suits me! Drawing on the cache design, I seem to have found a more convenient way of thinking. In
    2025-02-11
  • ASP basic example: solving ASP image upload vulnerability

    ASP basic example: solving ASP image upload vulnerability

    ASP basic example: Solve the ASP image upload vulnerability. The commonly heard ASP upload vulnerability is to modify the suffix name of some Trojan files (to the image file suffix) and upload it. Use the following function to identify this situation: &lt
    2025-02-11
  • Create a form using Windows API under Delphi

    Create a form using Windows API under Delphi

    Create a form under Delphi //Create a form under Delphi call Windows API.///Template---------BYHottey2004-4-13-0:18//// Author's website: http:// asp.itdrp.com/hot
    2025-02-11
  • VB making simple simulator tutorial entry version (2)

    VB making simple simulator tutorial entry version (2)

    The second lesson is how to use VB's webbrowser to submit a web page containing a user name and password. Last time we knew how to open a web page. Today we will take a look at how to take the first step to making money. Now let’s take the next step:
    2025-02-11
  • Spring AOP configuration methods

    Spring AOP configuration methods

    The first type: Annotation configuration AOP annotation configuration AOP (implemented using the AspectJ class library), which is roughly divided into three steps: 1. Use the annotation @Aspect to define a section, define the entry point (@Pointcut) in th
    2025-02-11
  • Use ASP and VB & AMP;#083; CRIPT to upload files (1)

    Use ASP and VB & AMP;#083; CRIPT to upload files (1)

    Making files from the browser is a simple way to pass files from clients to the server. From the third -generation browser NetScape and Microsoft, most browsers can upload files from the server without the need to provide users with special access methods
    2025-02-11