snswm's avatar - Seven Notes
Guangzhou, Guangdong Provincejanitors
The guy was lazy and didn't write anything...
FFmpeg common practical commands-Small Seven Notes

FFmpeg common utility commands

FFmpeg is a powerful command line audio/video tool that can take care of transcoding, stream mixing, embedded subtitling, editing, and so on. Installation This section is for Windows users. Go to the compiled file (gyan.dev) of the Windows version suggested by the FFmpeg website ...
Google SEO Basics: A Beginner's Guide to SEO Success - Xiao Qi Notes

Google SEO Basics: A Beginner's Guide to SEO Success

Getting high rankings is the biggest benefit of SEO, but rankings are really just a means to an end. Many of the real benefits of SEO are related to traffic.
PHP URL Redirection - Seven Notes
PHP URL shortening algorithm code-Small Seven Notes

PHP URL shortening algorithm code

PHP URL shortening algorithm code
Solve Ubuntu troubleshooting disk read/write busy - Xiaoqi Notes

Troubleshooting Ubuntu Troubleshooting Disk Read/Write Busy

Ubuntu Troubleshooting Disk Read/Write Busy Problems There are several ways to troubleshoot disk read/write problems: iotop: a tool to view disk I/O usage. vmstat: View information about system virtual memory, processes, CPU activity, etc. Install iotop (if not already installed): sudo apt-get insta...
2 years ago
03175
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...
Windows version of WeChat double open & multi-open tutorial - Xiaoqi Notes

WeChat for Windows Double & Multi-open Tutorial

1.Win + R keys, in the Run enter cmd, enter 2.Copy the following content input to the cmd input box, enter, need to open more than a few on the input a few times (each time after the input need to enter) start C:\'Program Files (x86)'\Tencent\WeChat\WeChat.exe ...