摘要:function getQueryString(name) { var reg = new RegExp("(^|&)" + name + "=([^&]*)(&|$)", "i"); var r = window.location.search.substr(1).match(reg); if (r != null) return unescape(r[2]); ret...
阅读全文
01 2019 档案
摘要:composer require aliyuncs/oss-sdk-php composer install require_once __DIR__ . '/vendor/autoload.php';
阅读全文
摘要:常用开发语言1 JavaScript2 Java3 Python4 PHP5 C# 常用软件1 360杀毒2 360安全卫士3 Chrome4 WinRAR5 SSH Secure Shell6 Notepad++7 微信8 QQ9 MySQL 5.710 Navicat 12.011 Java12
阅读全文
摘要:https://draculatheme.com/notepad-plus-plus/ Activating theme
阅读全文
摘要:cp2oss(_GALLERY_DIR); function cp2oss($directory) { $mydir = dir($directory); while($file = $mydir->read()) { if(is_dir("$directory/$file") && $file != "." && $file != "..") ...
阅读全文