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
  • ASP uses "stored procedures" in Access

    ASP uses "stored procedures" in Access

    We are already familiar with performing database operations in ASP by calling SQL Server stored procedures, but do you know that we can also create and use stored procedures in desktop-level database Access? Access + ASP is a great combination for develop
    2025-02-20
  • How to implement transparent buttons in Delphi

    How to implement transparent buttons in Delphi

    Dear readers, in the actual delphi programming practice, we can use button controls to create button keys in the program. But when using other software, we can often see the effect of transparent buttons. So how to achieve the effect of transparent button
    2025-02-20
  • Differences and similarities between C# and VisualBasic

    Differences and similarities between C# and VisualBasic

    C# is a high-level programming language that is safe, stable, simple, and elegant. It has many similarities with Visual Basic, but also has many differences. Our blog today is based on the principle of learning C# and focuses on the similarities and diffe
    2025-02-20
  • Chinese and Korean and Japanese are discharged from the processing method of ASPX encoded in GB2312

    Chinese and Korean and Japanese are discharged from the processing method of ASPX encoded in GB2312

    /*From:http://blog.JoyCode.com/hopeq/archive/2005/09/26/64146.aspx*/ There is a web project, RequestenCoding and ResponsenCoding in web.config.
    2025-02-20
  • Java Advanced Tutorial: String Class

    Java Advanced Tutorial: String Class

    The previous Java Basics series discussed the core concepts of Java, especially the foundation of object-oriented. In Java Advanced, I will supplement the basics of Java and move to the application level. Most programming languages ​​can handle strings. A
    2025-02-20
  • Write the installer in Delphi

    Write the installer in Delphi

    After you complete the development of an application software, you also need to make a standardized installer for the software. This is the last step in programming and an important step, because running the installer is often the first step for users to
    2025-02-20
  • How to remove the last extra comma when java splicing strings

    How to remove the last extra comma when java splicing strings

    This article describes the method of removing the last redundant comma when java splicing strings. Share it for your reference. The specific analysis is as follows: First look at the following code: for (int t = 0; t < memberLen; t++) { memTemp = staff
    2025-02-20
  • VBS, ASP code syntax plus light display (2)

    VBS, ASP code syntax plus light display (2)

    <!--#include file=token.asp--><% ' *************************************************************************' this is al
    2025-02-20
  • Thread class in Delphi--(5, finale)

    Thread class in Delphi--(5, finale)

    Thread-like Raptor in Delphi [Mental Studio] http://mental.mentsu.com Part 5 (Final) Return to the previous CheckSynchronize, see the following code: function CheckSynchronize(Timeout
    2025-02-20
  • VB method to disable task manager

    VB method to disable task manager

    The method of disabling Ctrl-Alt-Delete under Windows XP is relatively simple, because the function of the Ctrl-Alt-Delete key combination is to call the Task Manager. If the Task Manager is directly disabled, the function of Ctrl-Alt-Delete will not be a
    2025-02-20
  • JAVA experience sharing---Usage of return statement

    JAVA experience sharing---Usage of return statement

    1. The function of the return statement: a. Return a value, which can be of any type. b. Return the program to the operating system (i.e. terminate the program) 2. In Java, a function can have a return statement regardless of whether it has a return value
    2025-02-20
  • Java development gui tutorial: jframe listens to form size change events and jframe creates forms

    Java development gui tutorial: jframe listens to form size change events and jframe creates forms

    Copy the code as follows: import java.awt.event.WindowEvent; import java.awt.event.WindowStateListener; import javax.swing.JFrame; public cl
    2025-02-20
  • Delphi XE5 method to create signatures for Android applications (picture and text)

    Delphi XE5 method to create signatures for Android applications (picture and text)

    To publish an android application, it must be signed. Take a look at the specific steps: 1. Enter Project-Options: 2. Open the Options window and select Provisioning. Here, you can select a signature file for the target platform or generate a new signatur
    2025-02-20
  • Share skills of hexadecimal display byte streaming

    Share skills of hexadecimal display byte streaming

    People who use UE will find it very convenient to display files in hexadecimal. Why pinch? When you want to encrypt, transcode, and encode the file, a bunch of 01 binary will pop up and look at it. After all, the hexadecimal display file is short and conv
    2025-02-20
  • The method of reading data from Java's jar file

    The method of reading data from Java's jar file

    The example of this article tells the method of reading data from the JAR file of Java. Share it for everyone for your reference. The specific: Java Archive (JAR) file is a packaging solution based on Java technology. They allow developers
    2025-02-20