coffee_cn

博客园 首页 新随笔 联系 订阅 管理

01 2019 档案

摘要: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... 阅读全文
posted @ 2019-01-23 10:09 coffee 阅读(191) 评论(0) 推荐(0)

摘要:composer require aliyuncs/oss-sdk-php composer install require_once __DIR__ . '/vendor/autoload.php'; 阅读全文
posted @ 2019-01-18 15:55 coffee 阅读(2766) 评论(0) 推荐(0)

摘要:常用开发语言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 阅读全文
posted @ 2019-01-17 11:49 coffee 阅读(365) 评论(0) 推荐(0)

摘要:https://draculatheme.com/notepad-plus-plus/ Activating theme 阅读全文
posted @ 2019-01-12 12:50 coffee 阅读(1259) 评论(0) 推荐(0)

摘要:cp2oss(_GALLERY_DIR); function cp2oss($directory) { $mydir = dir($directory); while($file = $mydir->read()) { if(is_dir("$directory/$file") && $file != "." && $file != "..") ... 阅读全文
posted @ 2019-01-11 18:57 coffee 阅读(771) 评论(0) 推荐(0)