2019年6月13日

Task

摘要: https://www.cnblogs.com/lonelyxmas/p/9509298.html https://www.cnblogs.com/lonelyxmas/p/9509298.html 阅读全文

posted @ 2019-06-13 10:12 Ssumer 阅读(110) 评论(0) 推荐(0) 编辑

2019年6月3日

正则表达式摘录

摘要: https://www.cnblogs.com/zery/p/3438845.html https://www.cnblogs.com/aaronjs/archive/2012/06/30/2570970.html https://www.cnblogs.com/loufangcheng/p/985 阅读全文

posted @ 2019-06-03 15:44 Ssumer 阅读(105) 评论(0) 推荐(0) 编辑

2019年5月31日

记一次IOS对 JS的支持问题

摘要: 最终在这位博主那块找到问题https://blog.csdn.net/github_36487770/article/details/82465741 在利用Vue开发一个功能时遇到时间拼接格式化问题 const dateString = '2010-11-29 11:11:11' const da 阅读全文

posted @ 2019-05-31 15:53 Ssumer 阅读(269) 评论(0) 推荐(0) 编辑

2019年5月27日

JavaScript回顾一下js的基础知识,以及学习一下在项目中了解到的新知识

摘要: 学习文档:https://developer.mozilla.org/zh-CN/docs/Web/JavaScript/Guide/Functions https://www.cnblogs.com/Sarah119/p/7825265.html 一 ,var let var : js是没有规则非 阅读全文

posted @ 2019-05-27 22:01 Ssumer 阅读(339) 评论(0) 推荐(0) 编辑

2019年5月17日

关于pc端 app端pdf,word xls等文件预览的功能

摘要: window.open(encodeURI('downloadurl') ,'_system'); 在ios 和安卓window.open 都可以打开系统内置浏览器实现文件的预览功能,亲测在safari浏览器的情况下,可以直接预览各类文件,只不过safari对MIME TYPE比较严 格,需要区别x 阅读全文

posted @ 2019-05-17 16:37 Ssumer 阅读(1245) 评论(0) 推荐(0) 编辑

2019年5月15日

文件类型总结 MIME

摘要: 来源网上https://www.cnblogs.com/zhongcj/archive/2008/11/03/1325293.html {".3gp", "video/3gpp"}, {".apk", "application/vnd.android.package-archive"}, {".asf", "video/x-ms-asf"}, ... 阅读全文

posted @ 2019-05-15 13:23 Ssumer 阅读(203) 评论(0) 推荐(0) 编辑

2019年4月22日

html5学习笔记

摘要: </code>:标签文本中起着占位符的作用 accesskey:全局属性类似winform中绑定快捷键的熟悉 accesskey=“n” draggable dropzone:可拖放属性 spellcheck:文本拼写检查 tabindex:切换元素 title:类似tips提示 阅读全文

posted @ 2019-04-22 21:08 Ssumer 阅读(91) 评论(0) 推荐(0) 编辑

windows CMD命令大全

摘要: 转自 https://www.cnblogs.com/accumulater/p/7110811.html 阅读全文

posted @ 2019-04-22 15:08 Ssumer 阅读(243) 评论(0) 推荐(0) 编辑

2019年3月21日

Aspose.Cells基础使用方法整理

摘要: Aspose.Cells 插件,将web端数据以excel形式导出到客户端。 相关文档: https://blog.csdn.net/djk8888/article/details/53065416 http://www.mamicode.com/info-detail-1181807.html h 阅读全文

posted @ 2019-03-21 15:04 Ssumer 阅读(355) 评论(0) 推荐(0) 编辑

2019年3月6日

https://blog.csdn.net/sxf359/article/details/71082404

摘要: https://blog.csdn.net/sxf359/article/details/71082404 阅读全文

posted @ 2019-03-06 17:05 Ssumer 阅读(156) 评论(0) 推荐(0) 编辑

导航