欢迎找我内推微软

随笔分类 -  奇技淫巧

各种遇到的问题和解决办法
摘要:在使用安卓模拟器加载Flutter应用时, 提示'GL_EXT_shader_framebuffer_fetch' : extension is not supported: 解决办法: 点击: setting = Advanced = opengl es api level 修改为opengl e 阅读全文
posted @ 2019-11-11 14:13 zmj97 阅读(1379) 评论(0) 推荐(0) 编辑
摘要:这周过来突然flutter相关命令运行都没有响应, 打开任务管理器,关闭所有dart进程即可解决 阅读全文
posted @ 2019-11-11 10:18 zmj97 阅读(1116) 评论(0) 推荐(0) 编辑
摘要:解决node fs.writeFile 生成csv 文件乱码问题: 为 BOM头 , 用于使excel识别csv的编码。 阅读全文
posted @ 2019-09-11 11:56 zmj97 阅读(1430) 评论(0) 推荐(0) 编辑
摘要:title: 部署hexo后github pages页面未更新或无法打开问题 date: 2018 03 30 15:34:29 categories: methods tags: hexo github pages 部署 本地编写完成后,要同步Github Pages,运行以下三个命令即可: 需要 阅读全文
posted @ 2019-02-23 10:56 zmj97 阅读(1291) 评论(0) 推荐(0) 编辑
摘要:title: 如何删除github wiki page toc: false date: 2019 02 23 10:08:41 categories: methods tags: github wiki 普通的page在编辑页面可以删除, 标题为Home的page无法删除,只有修改标题名后才能删除 阅读全文
posted @ 2019-02-23 10:54 zmj97 阅读(1480) 评论(0) 推荐(0) 编辑
摘要:title: 在ubuntu中安装Markdown神器Typora toc: false date: 2018 09 01 17:48:15 categories: methods tags: ubuntu Typora Markdown 在终端中执行以下命令即可: "参考链接" 阅读全文
posted @ 2019-02-23 10:42 zmj97 阅读(1310) 评论(0) 推荐(0) 编辑
摘要:title: 关于hexo博客自定义域名后gitment评论系统登陆出现redirect error返回主页的解决办法 toc: false date: 2018 04 16 22:57:50 categories: methods tags: hexo gitment OAuth 阿里云 背景: 阅读全文
posted @ 2019-02-23 10:41 zmj97 阅读(1135) 评论(4) 推荐(0) 编辑
摘要:title: ubuntu下无法将iNode绑定到侧边栏的解决办法 toc: false date: 2018 09 01 17:43:52 categories: methods tags: ubuntu iNode 将 添加到 中( 命令)后,右键侧边栏上打开的iNode的图标即可 。 阅读全文
posted @ 2019-02-23 10:39 zmj97 阅读(166) 评论(0) 推荐(0) 编辑
摘要:title: ubuntu下Chrome谷歌浏览器部分网站图片显示不正常的解决方法 toc: false date: 2018 09 02 14:37:26 categories: methods tags: ubuntu Chrome 图片显示 由于Chrome设置了使用微软雅黑字体导致了部分图片 阅读全文
posted @ 2019-02-23 10:38 zmj97 阅读(831) 评论(0) 推荐(0) 编辑
摘要:title: 7个好用的在线YouTube视频下载工具 toc: false date: 2018 10 10 15:11:00 categories: methods tags: youtube " ClipConverter.CC " " Converto.io " " Video Grabbe 阅读全文
posted @ 2019-02-23 10:33 zmj97 阅读(2009) 评论(1) 推荐(0) 编辑
摘要:title: 猫眼电影加密数字破解(爬取评分票房票价) toc: true date: 2018 07 01 22:05:27 categories: methods tags: 爬虫 Python 背景 在爬取猫眼电影相关数据时发现爬取下来的评分、票房、票价不是具体的数字而是一串类似于 的码,需要 阅读全文
posted @ 2018-12-26 18:03 zmj97 阅读(2015) 评论(0) 推荐(0) 编辑
摘要:title: 知网下载pdf文件的方法 toc: false date: 2018 11 02 17:54:43 categories: methods tags: 知网 平时我们使用的是国内版的知网,只能下载caj格式的论文。 我们可以直接进入 知网海外版检索论文和下载pdf文件。 也可以在国内版 阅读全文
posted @ 2018-12-26 18:03 zmj97 阅读(2147) 评论(0) 推荐(0) 编辑
摘要:title: 接入gitment为hexo添加评论功能 toc: false date: 2018 04 16 10:59:56 categories: methods tags: hexo gitment 注册一个OAuth application "注册链接" <! more 其中: Appli 阅读全文
posted @ 2018-12-26 18:00 zmj97 阅读(373) 评论(0) 推荐(0) 编辑
摘要:title: 将hexo的评论系统由gitment改为Valine toc: false date: 2018 09 13 15:10:56 categories: methods tags: hexo gitment Valine 首先注册 "LeanCloud" ,注册后添加应用,然后选择 就可 阅读全文
posted @ 2018-12-26 17:58 zmj97 阅读(1166) 评论(0) 推荐(0) 编辑
摘要:title: 关于hexo markdown添加的图片在github page中无法显示的问题 date: 2018 03 31 00:21:18 categories: methods tags: hexo markdown 云端 试了很多网站的图片,发现主要是CSDN和博客园的图片无法显示。 推 阅读全文
posted @ 2018-12-26 17:56 zmj97 阅读(1220) 评论(0) 推荐(0) 编辑
摘要:title: 使用ffmpeg批量合并flv文件 toc: false date: 2018 10 14 16:08:19 categories: methods tags: ffmpeg flv 使用 从b站下的视频是分part的,因此需要合并一下。 <! more 首先需要把那些分part的视频 阅读全文
posted @ 2018-12-26 17:55 zmj97 阅读(2971) 评论(0) 推荐(0) 编辑
摘要:title: ubuntu修改顶栏颜色 toc: false date: 2018 09 29 19:14:01 categories: methods tags: Ubuntu 编辑shell主题的css文件,比如我的shell主题是 : <! more 打开之后搜索 ,会看到这样一段: 按照自己 阅读全文
posted @ 2018-12-26 17:50 zmj97 阅读(2001) 评论(0) 推荐(0) 编辑
摘要:title: Ubuntu下使用Deepin wine的移植版安装qq微信等 toc: false date: 2018 09 18 16:12:49 categories: methods tags: ubuntu 下载Deepin wine的Ubuntu移植版: 进入 文件夹 在终端内运行 <! 阅读全文
posted @ 2018-12-26 17:49 zmj97 阅读(3591) 评论(0) 推荐(1) 编辑
摘要:title: ubuntu下创建文件夹快捷方式 toc: false date: 2018 09 01 17:22:28 categories: methods tags: ubuntu 快捷方式 例如创建 文件夹的桌面快捷方式: "参考链接" 阅读全文
posted @ 2018-12-26 17:49 zmj97 阅读(2222) 评论(0) 推荐(0) 编辑
摘要:title: ubuntu18.04中安装iNode toc: false date: 2018 09 01 17:52:20 categories: methods tags: ubuntu iNode 首先在学校官网下载32位版本的iNode包(64位一直无法安装成功因此选择安装32位版本的)。 阅读全文
posted @ 2018-12-26 17:48 zmj97 阅读(658) 评论(0) 推荐(0) 编辑

欢迎找我内推微软
点击右上角即可分享
微信分享提示