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
  • Visual Studio 2010- IntelliTrace (intelligent tracing)

    Visual Studio 2010- IntelliTrace (intelligent tracing)

    Visual Studio 2010 Ultimate version has a new feature IntelliTrace (intelligent tracing). IntelliTrace was introduced into Visual Studio to speed up our debugging of .NET applications. It runs through preset events and methods.
    2025-02-20
  • ASP processing multi -keyword query code

    ASP processing multi -keyword query code

    We often encounter multiple keywords in the Web development of a single field. We are generally implemented through dynamic array. Of course, multiple keywords are generally used in space or separated. This article assumes that multiple keywords are separ
    2025-02-20
  • Aspnet: datagrid+Pagling editing code & amp;#091; original & amp;#093;

    Aspnet: datagrid+Pagling editing code & amp;#091; original & amp;#093;

    <%@ import namespace="system.data.sqlclient" %><%@ import namespace="system.data" %><script runat="server">dim connorthw
    2025-02-20
  • Prevent global hooks from intrusion into Delphi version, applicable to systems above 2000 (part3)

    Prevent global hooks from intrusion into Delphi version, applicable to systems above 2000 (part3)

    unit MLDE32Unit; //Micro Length Disassembler Engine interface //The author forgot, sorry. It seems to be from 29A-7. //sorry, author! function LDE32(Op
    2025-02-20
  • Use FSO traversing to display everything in a folder

    Use FSO traversing to display everything in a folder

    Use FSO to display all the contents of a FileSystemObject object setMyFileObject = Server.createObject (scripting.filesystemObject) PATH = Server
    2025-02-20
  • ASP time function and how to get the server time

    ASP time function and how to get the server time

    This article lists some commonly used ASP time functions and how to get the server time. Friends who are interested can learn about it and consolidate their knowledge. I hope this article will be helpful to you. 1. Commonly used ASP time functions 1. now(
    2025-02-20
  • 'or'='or' vulnerability in asp background management system

    'or'='or' vulnerability in asp background management system

    ASP is just a technology and a running environment. Not all back-end management systems are asp. They can also be PHP or JSP or CGI or ASPX or other technologies. It's just that ASP is a more popular technology at present. The or=or loophole you menti
    2025-02-20
  • delphi function reference manual

    delphi function reference manual

    delphi function reference manual------------------------------------------------- ------------------------------------abort function causes abort of unexpected handling abs function
    2025-02-20
  • Delphi to restart the machine

    Delphi to restart the machine

    Applying remote control to teaching has become an important means of computerized teaching at present. There must be many netizens who want to understand the programming principles of this online teaching method, right? Here we will use a simple remote co
    2025-02-19
  • Delphi operation ACCESS skills collection

    Delphi operation ACCESS skills collection

    1. Operate the access database in DELPHI (create .mdb file, compress the database). The following code has been tested under WIN2K, D6, and MDAC2.6. The compiled program runs successfully in the WIN98 second version without ACCESS environment. //Before us
    2025-02-19
  • ASP website remote customers realize EXCEL printing function

    ASP website remote customers realize EXCEL printing function

    When developing ASP websites, sometimes the data of the MSSQL database needs to be printed on the client. If the amount of call data is small, you can print it by using FileSystemObject to generate file objects on the client. I will not repeat it here. If
    2025-02-19
  • Java clears html escape characters

    Java clears html escape characters

    Copy the code as follows: import java.util.HashMap;import java.util.Map;import org.apache.commons.lang3.StringUtils;import org.apache.com
    2025-02-19
  • servlet solves garbled code problem

    servlet solves garbled code problem

    Everyone should be familiar with servlet. I will review it today. If there is anything written poorly or incorrectly, I hope netizens will criticize and correct it. Today we will only discuss two methods: get and post. There are many differences between t
    2025-02-19
  • Java multi -threaded programming and sharing objects and data methods

    Java multi -threaded programming and sharing objects and data methods

    There are two cases of multiple threads accessing shared objects and data: 1. The code performed by each thread is the same. For example, tickets selling: multiple windows sell these 100 tickets at the same time, these 100 tickets need multiple threads to
    2025-02-19
  • Making a simple notepad using Java

    Making a simple notepad using Java

    Implement a simple notepad by using Java's Swing and IO, implementing the opening of the specified text text file, then loading the content of the text file into the Swing component, and then editing the notepad content in the Swing component, and the
    2025-02-19