摘要: JS to export subtitles from VEED - Online Video Editor - Video Editing Made Simple var subtitles = document.getElementsByClassName('TextEditorStyled__ 阅读全文
posted @ 2022-07-03 00:56 麦仲肥 阅读(43) 评论(0) 推荐(0) 编辑
摘要: Windows下gvim配置原作地:http://hi.baidu.com/leemoncc/blog/item/a6be15cf40d7ab31b600c806.html 0.准备软件及插件。 (a)gvim72.exe地址ftp://ftp.vim.org/pub/vim/pc/gvim72.e 阅读全文
posted @ 2021-09-16 19:43 麦仲肥 阅读(121) 评论(0) 推荐(0) 编辑
摘要: #include <iostream> #include <strstream> #include <string> #include <iomanip> #include <vector> #include <map> #include <set> #include <stack> #includ 阅读全文
posted @ 2021-07-08 17:44 麦仲肥 阅读(135) 评论(0) 推荐(0) 编辑
摘要: #include <chrono> #include <thread> #include <future> #include <numeric> #include <vector> #include <iostream> using namespace std; namespace std_asyn 阅读全文
posted @ 2021-05-28 19:48 麦仲肥 阅读(596) 评论(0) 推荐(0) 编辑
摘要: 前言 nlohmann/json 是一个用于解析json的开源c++库,口碑一流,号称有业界最好的性能,并且使用非常方便直观,是很多c++程序员的首选。开源官网处有详细说明用法,但篇幅过长,不便于迅速阅读抓重点。而且,所举例的某些用法实践上其实比较少用到,而某些实践上常用到的一些用法,官网却缺例子。 阅读全文
posted @ 2020-12-20 20:07 麦仲肥 阅读(31709) 评论(0) 推荐(3) 编辑
摘要: 修改daemon.json,或在docker destop/settings/daemon里修改,添加镜像 参考该文: Centos7 dockers下载镜像报错: Get https://registry-1.docker.io/v2/: net/http: request canceled 阅读全文
posted @ 2019-07-21 21:41 麦仲肥 阅读(1707) 评论(0) 推荐(0) 编辑
摘要: 微信小程序需求IIS服务器配置https关于SSL,TLS的综合解决方案: https://blog.csdn.net/qq_35048895/article/details/83033049 IIS开启https及TLS升级为1.2: http://www.51testing.com/html/2 阅读全文
posted @ 2019-05-09 22:30 麦仲肥 阅读(431) 评论(0) 推荐(0) 编辑
摘要: 微信JSSDK与录音相关的坑 微信JSSDK录音功能开发遇到的坑 微信jssdk录音功能开发记录 在网页中调用jssdk的voice系列接口进行录音和播放,播放次数大概在18次左右后就会无法播放 阅读全文
posted @ 2017-05-16 09:23 麦仲肥 阅读(1433) 评论(0) 推荐(0) 编辑
摘要: 参考文章: http://stackoverflow.com/questions/20998816/dot-character-in-mvc-web-api-2-for-request-such-as-api-people-staff-45287 http://www.seankenny.me/bl 阅读全文
posted @ 2017-03-21 16:31 麦仲肥 阅读(361) 评论(0) 推荐(0) 编辑
摘要: Every Flash or Flex developer who has had to access remote resources has come across a crossdomain.xml policy file at some point. This article takes a 阅读全文
posted @ 2017-01-23 22:21 麦仲肥 阅读(1578) 评论(0) 推荐(0) 编辑