coffee_cn

博客园 首页 新随笔 联系 订阅 管理
上一页 1 2 3 4 5 6 7 8 9 ··· 17 下一页

2019年2月28日 #

摘要: // excel导出当前列表 function memberExport() { var oHtml = $('#list').html(); var excelHtml = '' + oHtml + ''; var excelBlob = new Blob([excelHtml], {type: 'application/vnd.ms-excel'}); ... 阅读全文
posted @ 2019-02-28 09:46 coffee 阅读(156) 评论(0) 推荐(0) 编辑

2019年2月13日 #

摘要: Name: 阅读全文
posted @ 2019-02-13 17:02 coffee 阅读(508) 评论(0) 推荐(0) 编辑

2019年1月23日 #

摘要: 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 阅读(180) 评论(0) 推荐(0) 编辑

2019年1月18日 #

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

2019年1月17日 #

摘要: 常用开发语言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 阅读(298) 评论(0) 推荐(0) 编辑

2019年1月12日 #

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

2019年1月11日 #

摘要: 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 阅读(764) 评论(0) 推荐(0) 编辑

2018年12月29日 #

摘要: Revision file (r615) lacks trailing newline /svndata/your_project/db/revs /svndata/your_project/db/revprops 把以上2个目录中615文件暂时移到其他目录 /svndata/your_projec 阅读全文
posted @ 2018-12-29 14:40 coffee 阅读(856) 评论(0) 推荐(0) 编辑

2018年12月27日 #

只有注册用户登录后才能阅读该文。 阅读全文
posted @ 2018-12-27 14:37 coffee 阅读(3) 评论(0) 推荐(0) 编辑

2018年12月19日 #

摘要: 先看DEMOhttps://demos.algorithmia.com/colorize-photos/ 了解ColorfulImageColorizationhttps://algorithmia.com/algorithms/deeplearning/ColorfulImageColorizat 阅读全文
posted @ 2018-12-19 22:22 coffee 阅读(3004) 评论(0) 推荐(0) 编辑

上一页 1 2 3 4 5 6 7 8 9 ··· 17 下一页