current location:Home > Technical Articles > php教程

  • Detailed explanation and examples of compressing zip and decompressing unzip commands under Linux
    Detailed explanation and examples of compressing zip and decompressing unzip commands under Linux
    Detailed explanation and examples of compressing zip and decompressing unzip commands under Linux
    PHP开发 1416 2016-12-12 16:50:42
  • Detailed explanation of several ways PHP handles passwords
    Detailed explanation of several ways PHP handles passwords
    This article mainly introduces several ways in which PHP handles passwords, and introduces the encryption processing of passwords in detail. You can learn more if you need it.
    PHP开发 1375 2016-12-12 16:49:46
  • The Linux command I have used - unzip - to decompress zip files
    The Linux command I have used - unzip - to decompress zip files
    The zip file is a commonly used compressed file format. Compression software such as WinZip and WinRar all support the zip file format. Even the java jar package is in the zip format, and the Firefox plug-in xpi file is also in the zip format. Linux's support for zip files is also very thoughtful. It provides commands such as zip, unzip, and zcat to support it. The topic of this article is to talk about using the unzip command to decompress compressed files in zip format. When we need to upload many files on Windows (such as all files in a directory) to Linux, we can first package these files into a zip file, then upload them, and then use un
    PHP开发 1296 2016-12-12 16:49:02
  • linux zip/unzip command
    linux zip/unzip command
    Function description: Compress files. Syntax: zip [-AcdDfFghjJKlLmoqrSTuvVwXyz$][-b <working directory>][-ll][-n <suffix string>][-t <date and time>][-<compression efficiency>][compressed file][ File...][-i <template style>][-x <template style>] Additional explanation: zip is a widely used compression program. After files are compressed by it, a compressed file with a ".zip" extension will be generated. .
    PHP开发 1633 2016-12-12 16:45:14
  • Introduce the use of vi command under linux
    Introduce the use of vi command under linux
    One of the most powerful editors - vi vi is a screen editor provided by all UNIX systems. It provides a window device through which files can be edited. Of course, people who know a little bit about UNIX systems will more or less find vi to be super difficult to use, but vi is the most basic editor, so I hope readers can learn it well and they will be able to use it smoothly in the UNIX world in the future. Unhindered and effortless, because several other text processors are not standard equipment in UNIX. Maybe someone else's Linux machine does not have joe or pico installed. If you don't know vi, then you may not be able to do it.
    PHP开发 1250 2016-12-12 16:43:15
  • vi command list
    vi command list
    Vi's three operating modes: normal mode, also known as command mode, insert mode, command line (cmdline) mode. The first thing you enter after entering Vi is the normal mode. Vi waits for the editing command input, which is the letter entered at this time. All will be interpreted as commands. In normal mode, enter the insert command i, append command a, open command o, etc. to enter insert mode. In insert mode, any characters entered by the user are saved by Vi as file content and displayed on the screen. During text entry, press the Esc key to return to normal mode. In normal mode, use: to execute Ex commands, use ? and / to search, and use ! to call Shell commands. After the last line of command is executed, Vi
    PHP开发 1604 2016-12-12 16:41:21
  • jquery+json universal three-level linkage drop-down list
    jquery+json universal three-level linkage drop-down list
    jquery+json universal three-level linkage drop-down list, there are three versions of implementation in the code
    PHP开发 1271 2016-12-12 16:39:34
  • Detailed explanation of vi command under linux
    Detailed explanation of vi command under linux
    Detailed explanation of the vi command. The vi command is a commonly used and important command under Unix. It can edit one or more files in full-screen mode. If no file is specified when vi is executed, the vi command will automatically generate an unnamed, empty working file. If the specified file does not exist, a new file will be created with the specified file name. If the modifications to the file are not saved, the vi command does not change the contents of the original file.
    PHP开发 1304 2016-12-12 16:29:13
  • Compilation of how to use vi command to modify files and save them under Linux
    Compilation of how to use vi command to modify files and save them under Linux
    vi is a screen editor provided by all UNIX systems. It provides a window device through which files can be edited.
    PHP开发 1303 2016-12-12 16:27:51
  • In-depth understanding of the implementation of jQuery.data()
    In-depth understanding of the implementation of jQuery.data()
    This article mainly introduces the implementation of jQuery.data(). Now I will share it with you and give you a reference. Let’s follow the editor and take a look.
    PHP开发 1223 2016-12-12 16:27:38
  • A complete list of vi and vim commands in Linux
    A complete list of vi and vim commands in Linux
    vi is a very common text editor under unix/linux. There are various variants of vi, and there are different variant software on different machines. Among them, vim is easier to use and more widely used. vim is the abbreviation of Vi IMproved. Represents better vi. This article will talk about some of the more useful and commonly used commands.
    PHP开发 1414 2016-12-12 16:26:24
  • A complete list of vi commands under linux
    A complete list of vi commands under linux
    Enter the vi command vi filename: open or create a file, and place the cursor at the beginning of the first line. vi +n filename: open the file, and place the cursor at the beginning of the nth line. vi + filename: open the file, and place the cursor at the beginning of the nth line. vi +/pattern filename at the beginning of the last line: open the file and place the cursor at the first string matching pattern vi -r filename: the system crashed when editing with vi last time, restore filename vi filename... .filename: Open multiple files and edit them in sequence
    PHP开发 1289 2016-12-12 16:24:36
  • Detailed introduction and examples of awk command and awk programming language
    Detailed introduction and examples of awk command and awk programming language
    Detailed introduction and examples of awk command and awk programming language
    PHP开发 1668 2016-12-12 16:22:52
  • Detailed explanation of linux awk command
    Detailed explanation of linux awk command
    Awk is a line processor: Compared with the advantages of screen processing, there will be no memory overflow or slow processing problems when processing huge files. It is usually used to format text information. Awk processing process: Process each line in turn and then output
    PHP开发 1412 2016-12-12 16:14:30
  • Detailed explanation of awk command
    Detailed explanation of awk command
    Detailed explanation of awk command Simple use: awk: perform operations on each line of the file. awk -F: '{print $1,$4}': Use ':' to split this line and print out the first and fourth fields of this line. Detailed introduction:
    PHP开发 1605 2016-12-12 16:12:16

Tool Recommendations

jQuery enterprise message form contact code

jQuery enterprise message form contact code is a simple and practical enterprise message form and contact us introduction page code.
form button
2024-02-29

HTML5 MP3 music box playback effects

HTML5 MP3 music box playback special effect is an mp3 music player based on HTML5 css3 to create cute music box emoticons and click the switch button.

HTML5 cool particle animation navigation menu special effects

HTML5 cool particle animation navigation menu special effect is a special effect that changes color when the navigation menu is hovered by the mouse.
Menu navigation
2024-02-29

jQuery visual form drag and drop editing code

jQuery visual form drag and drop editing code is a visual form based on jQuery and bootstrap framework.
form button
2024-02-29

Organic fruit and vegetable supplier web template Bootstrap5

An organic fruit and vegetable supplier web template-Bootstrap5
Bootstrap template
2023-02-03

Bootstrap3 multifunctional data information background management responsive web page template-Novus

Bootstrap3 multifunctional data information background management responsive web page template-Novus
backend template
2023-02-02

Real estate resource service platform web page template Bootstrap5

Real estate resource service platform web page template Bootstrap5
Bootstrap template
2023-02-02

Simple resume information web template Bootstrap4

Simple resume information web template Bootstrap4
Bootstrap template
2023-02-02

Cute summer elements vector material (EPS PNG)

This is a cute summer element vector material, including the sun, sun hat, coconut tree, bikini, airplane, watermelon, ice cream, ice cream, cold drink, swimming ring, flip-flops, pineapple, conch, shell, starfish, crab, Lemons, sunscreen, sunglasses, etc., the materials are provided in EPS and PNG formats, including JPG previews.
PNG material
2024-05-09

Four red 2023 graduation badges vector material (AI EPS PNG)

This is a red 2023 graduation badge vector material, four in total, available in AI, EPS and PNG formats, including JPG preview.
PNG material
2024-02-29

Singing bird and cart filled with flowers design spring banner vector material (AI EPS)

This is a spring banner vector material designed with singing birds and a cart full of flowers. It is available in AI and EPS formats, including JPG preview.
banner picture
2024-02-29

Golden graduation cap vector material (EPS PNG)

This is a golden graduation cap vector material, available in EPS and PNG formats, including JPG preview.
PNG material
2024-02-27

Home Decor Cleaning and Repair Service Company Website Template

Home Decoration Cleaning and Maintenance Service Company Website Template is a website template download suitable for promotional websites that provide home decoration, cleaning, maintenance and other service organizations. Tip: This template calls the Google font library, and the page may open slowly.
Front-end template
2024-05-09

Fresh color personal resume guide page template

Fresh color matching personal job application resume guide page template is a personal job search resume work display guide page web template download suitable for fresh color matching style. Tip: This template calls the Google font library, and the page may open slowly.
Front-end template
2024-02-29

Designer Creative Job Resume Web Template

Designer Creative Job Resume Web Template is a downloadable web template for personal job resume display suitable for various designer positions. Tip: This template calls the Google font library, and the page may open slowly.
Front-end template
2024-02-28

Modern engineering construction company website template

The modern engineering and construction company website template is a downloadable website template suitable for promotion of the engineering and construction service industry. Tip: This template calls the Google font library, and the page may open slowly.
Front-end template
2024-02-28