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 obtain a list of local operating system processes

    How to obtain a list of local operating system processes

    package com.wa.xwolf.sblog.util; import java.io.BufferedInputStream;import java.io.BufferedReader;import java.io.InputSt
    2025-02-08
  • Delphi database programming tutorial (4)

    Delphi database programming tutorial (4)

    Chapter 3 Images in Databases Section 1 Dealing with BLOBs and Storing Images in Access Now developing database applications requires more than just processing text or numeric data. For example, if you are developing an Internet/Intranet-based or multimed
    2025-02-08
  • Delphi's object-oriented road 1

    Delphi's object-oriented road 1

    Rule 1: Create a unit (One Class, One Unit) for each class. Always keep this in mind: the private (PRivate) and protected (protected) parts of a class are only available to classes and procedures in other units. Hidden. So if you want efficient encapsulat
    2025-02-08
  • A preliminary study on pseudo-inheritance in asp_example code

    A preliminary study on pseudo-inheritance in asp_example code

    When writing a paging class, I encountered a very clever class object reference passing problem. If I explain what is going on here, it may be difficult for everyone to understand clearly. It is better to look at the code, which uses a paging class CPagin
    2025-02-08
  • ASP obtains a digit single, ten, and hundred functions

    ASP obtains a digit single, ten, and hundred functions

    Get a digit, ten, and hundred code, friends who need it can refer to it. Function Numbersplit (Num) Dim I, Length Length = Len (NUM) for I = 1 to Length Numbersplit = Numbe
    2025-02-08
  • In-depth analysis of Java thread synchronization and inter-thread communication

    In-depth analysis of Java thread synchronization and inter-thread communication

    Java Thread Synchronization When two or more threads need to share resources, they require some way to determine that the resource is occupied by only one thread at a certain moment. The process of achieving this goal is called synchronization. As you can
    2025-02-08
  • Java interface and abstract instance analysis

    Java interface and abstract instance analysis

    The example of this article tells the Java interface and abstract class. Share it for everyone for your reference. The specific analysis is as follows: For object -oriented programming, abstraction is one of its major features. In Java, the abstraction of
    2025-02-08
  • How to write and run Java Applet under JDK and Eclipse

    How to write and run Java Applet under JDK and Eclipse

    The source code of Java Applet is as follows: import java.applet.*; import java.awt.*; public class HelloWorldApplet extends Applet { public void
    2025-02-08
  • How to capture the page of the site?

    How to capture the page of the site?

    The following is the code fragment: In ASP, in addition to some common components such as adodb and scripting, we can also use Microsoft's ActiveX method to easily capture: <% url = http://www.intels.net/page/page/page/ captur
    2025-02-08
  • Example of java displaying sound waveform diagram

    Example of java displaying sound waveform diagram

    Copy the code as follows: package _tmp;import java.awt.BorderLayout;import java.awt.Color;import java.awt.Graphics;import java.awt.Image;
    2025-02-08
  • ASP GetRef function pointer test

    ASP GetRef function pointer test

    I was studying C++ recently and saw function pointers. Since I have been working on ASP before, I wondered if there was such a function pointer in ASP. I searched on Baidu and found that there wasn’t much introduction about this aspect, so I looked throug
    2025-02-08
  • Compile ASPX files into dll files

    Compile ASPX files into dll files

    Registered members and create your web development database. The foreword ASP.NET is not a simple upgrade of ASP, but an important part of the Microsoft .NET plan. The server -side HTML control and Web control, the client of the control of the control of
    2025-02-08
  • Java custom date conversion class example

    Java custom date conversion class example

    The java custom date conversion class copy code is as follows: import java.text.DateFormat;import java.text.ParseException;import java.text.SimpleDateFormat;impor
    2025-02-08
  • The program segment of obtaining the parameters of the URL and URL in ASP

    The program segment of obtaining the parameters of the URL and URL in ASP

    Code 1: [Get the file name in the address, does not include extended name] <% Dim url, filename, fileurl = split (request.servervariables (script_name),/) filename = url (ubound (URLLLLLLL
    2025-02-08
  • Java basic tutorial type conversion and polymorphism

    Java basic tutorial type conversion and polymorphism

    We previously used classes to create new types, and used inheritance to facilitate our process of creating classes. In this lecture I'll dive into types and introduce the concept of polymorphism. Type checking: Any variables and references in Java can
    2025-02-08