snswm's avatar - Seven Notes
Guangzhou, Guangdong Provincejanitors
The guy was lazy and didn't write anything...
Windows/Macos system three commonly used FTP transfer software-Small Seven Notes

Windows/Macos system three commonly used FTP transfer software

1, FileZilla FTP transfer client FileZilla is a fast, reliable, cross-platform, free and open source FTP transfer software with multiple features and a straightforward interface.FileZilla supports FTP, FTP over SSL/TLS, SSH SFTP (File Transfer Protoco...
AE script True Comp Duplicator - composite duplication (the same composite duplication modification does not affect each other) - Chinese Chinese - Xiaoqi Notes

AE Script True Comp Duplicator - composite duplication (the same composite duplication modification does not affect each other) - Chinese Chinese version

Introduction In AE in the production of engineering synthesis, sometimes a synthesis will be reused, but copy the same synthesis as long as the modification of a synthesis, the other original synthesis effect will follow the modification, so that the use of the very inconvenient, with this script can be directly copied inside the synthesis of the sub...
Free Code Editor Integrated Development Tools (IDE) - Lightly-Small Seven Notes

Free Code Editor Integrated Development Tools (IDE) - Lightly

Lightly, make writing code easier Lightly for you to automatically build the development environment, to provide excellent IDE programming experience, support for client & Cloud IDE two modes, your project can be stored in the cloud in real time, you can collaborate with friends to develop or share the project!
How to Track SEO Results - Seven Notes

How to Track SEO Results

How do you measure and track your results? The most obvious answer is to track traffic from natural search. If you're using Google Analytics, a quick look at natural traffic can be found by going to: Acquisition > All Traffic > Channels ...
2 years ago
03367
Good server panel - Seven Notes

Good server panel

Website One-stop creation, management of multiple websites, a variety of open source website system automatically installed and deployed Security Integrated security policy, server security hardening program Eco Built-in application store, open source software, tools and plug-ins, one-click installation and configuration Simple and clear ...
PHP Split SQL file into multiple sql statements that can be executed individually - Xiaoqi Notes

PHP Split SQL file into multiple sql statements that can be executed separately

PHP Split SQL file into multiple sql statements that can be executed separately
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 ...
[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...
PHP prints various types of data, debugging programs - Xiaoqi Notes

PHP prints various types of data, debugging programs

PHP prints various types of data, debugging programs
PHP Objects, Arrays, Strings, Escaping, etc.-Small Seven Notes

PHP objects, arrays, strings, escaping, etc.

1、Convert array to object /** * Convert array to object * @param array $data array * @return Return object (object) */ function array2object($array) { if (is_array($array)) { $obj = new StdClass(); ...
PHP WeChat public keyword auto-reply-Small Seven Notes

PHP wechat public keyword autoresponder

PHP wechat public keyword autoresponder
PHP commonly used variables string checksum rules-Small seven notes

PHP common variable string checksum rules

1, check cell phone number /** * Determine whether the phone format is correct * @param $mobile */ function is_mobile($mobile) { return preg_match('/1[3456789]{1}\d{9}$/',$mobile); } /** * Verify the format of the cell phone * @param $utfstr...