Technical Notes

Centos, Ubuntu, Windows, Luinx system use
PHP common string processing methods-Small seven notes

PHP common string processing methods

1, realize the search engine to search results hit the keyword marked red <?php /** * Split the string into an array * @param $search search keyword * @return array */ function splitString(string $search):array { // positive ...
2 years ago
01916
php FTP operation class-Small Seven Notes

php FTP operation class

php FTP operation class
2 years ago
023213
PHP to build hierarchical (tree) arrays-Small Seven Notes

PHP builds hierarchical (tree) arrays

PHP builds hierarchical (tree) arrays
2 years ago
02599
Making Your First WordPress Website - Simple Getting Started Tutorial - SevenNotes

Making Your First WordPress Website - A Simple Tutorial for Getting Started

First, what is wordpress Quickly learn to make your first WordPress website , WordPress is based on PHP and MySQL. using WordPress, users can easily create and maintain personal or commercial websites, blogs, e-commerce sites, WordPress user interface friend...
[PHP class] use PHP to convert JPEG and PNG to WebP-Small Seven Notes

[PHP Class] Convert JPEG and PNG to WebP using PHP

This library allows you to perform webp conversions with PHP. It supports a large number of conversion methods and automatically selects the most capable method available on your system. Installation The Composer library is required as follows: composer require rosell-dk/webp-convert Converts images...
2 years ago
04256
PHP XML Encoding - Seven Notes

PHP XML encoding

PHP XML encoding
2 years ago
024413
PHP operation directory or file common methods-Small seven notes

PHP common methods to manipulate directories or files

1, convert \ to / /** * Convert \ to / * * * @param string $path path * @return string path */ function dir_path($path) { $path = str_replace('\\', '/', $path); if(substr($path, -1) ! = '/'...
php get MAC address-Small Seven Notes

php get MAC address

php get MAC address
ps plug-in e-commerce website design must-have Exclusive personalized design plug-ins - Xiaoqi Notes

ps plugin e-commerce website design must have exclusive personalized design plugin

Simplify the operation of cumbersome functions in PS, repetitive work with one click Integrate a variety of one-click operation functions, the white man turned into a master in a second, one-click search for the required material in PS, fast and convenient Use online for rapid page building, effectively saving time. Add customized templates, accumulate personal material...
PHP to get the image in the text content-Small seven notes

PHP to get the image in the text content

PHP to get the image in the text content
2 years ago
02558
Using Pagoda Panel to configure the web server operating environment-Small Seven Notes

Using Pagoda Panel to configure the web server environment

Simple and easy to use Linux/Windows server operation and management panel Pagoda, make operation and maintenance simple and efficient. The panel supports Linux and Windows systems. One-click configuration: LAMP/LNMP, website, database, FTP, SSL, easy server management through the Web. Quickly create management web items ...
Free open source Vue3 backend template - Seven Notes

Free open source Vue3 backend template

1, Vue-Vben-Admin Vue-Vben-Admin is a backend solution based on Vue3.0, Vite, Ant-Design-Vue, TypeScript , the goal is to provide out-of-the-box solutions for the development of medium and large-scale projects . Including secondary packaging components, utils, hoo...