snswm's avatar - Seven Notes
Guangzhou, Guangdong Provincejanitors
The guy was lazy and didn't write anything...
PHP WeChat public keyword auto-reply-Small Seven Notes

PHP wechat public keyword autoresponder

PHP wechat public keyword autoresponder
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 input() receive data (get,post, etc.) - Xiaoqi Notes

PHP input() to receive data (get,post, etc.)

PHP input() to receive data (get,post, etc.)
Omi Screen Recording Expert 1.3.8 mac-Small Seven Notes

Omi Screen Recording Expert 1.3.8 mac

Omi Screen Recorder, the best free screen recorder and webcam recorder for Mac, supports full screen recording, region recording, webcam picture-in-picture recording, individual webcam recording, etc. Omi Screen Recorder also supports recording system sound, microphone and mouse click events. It also supports recording system sound, microphone and mouse click events. It supports 15...
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...
php PDO database class library - Xiaoqi notes
PHP Simple Generation of Random Numbers, Strings - Xiaoqi Notes

PHP Simple Generation of Random Numbers, Strings

1. Generate random string /** * Generate random string * * @param int $length Output length * @param string $chars Optional , default is 0123456789 * @return string string */ function random( $length, $chars ...
Powerful php file upload class-Small seven notes

Powerful php file upload class

Powerful php file upload class
Commonly used broadband speed measurement tools-Small Seven Notes

Commonly used broadband speed measurement tools

Network speed test tool provides network speed test, network quality test, broadband speed test, Wi-Fi speed test, 5G speed test, IPv6 speed test, bandwidth detection, router speed test, gateway speed test, broadband speed boost, broadband upgrade, network acceleration, intranet speed test, private network speed test, video test, game speed test...
PHP image to add image or text watermark - Seven Notes
macOS Sonoma 14.1 (23B74) Virtual Machine ISO Image - Seven Notes

macOS Sonoma 14.1 (23B74) Virtual Machine ISO Image

Virtual Machine ISO Image Description This ISO system image is downloaded from Apple's official App Store, based on the latest version of the original pkg production, for virtual machine installation, you can drag and drop under the white apple to Applications (Applications) directly double-click to install, but also to support the production of white ...
Cell phone type access judgment-Small Seven Notes

Cell phone type access judgment

1. determine if it is mobile access ** * determine if it is mobile access * @return boolean */ function cmf_is_mobile() { if (PHP_SAPI ! = 'cli') { static $cmf_is_mobile; if (isset($cmf_is_mobile)) return $cmf...