Technical Notes

Centos, Ubuntu, Windows, Luinx system use
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...
2 years ago
02545
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 ...
PHP Cross Domain Detection - Seven Notes

PHP Cross Domain Detection

PHP Cross Domain Detection
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 ...
3 years ago
02601