WordPress批量处理文章SQL
- 2021-06-29
- WordPress
最近在筛查维护博客内的所有文章,频繁的用到,记录一下: 批量删除分类下所有文章 delete from wp_posts using wp_posts, wp_term_relationships, wp_term_taxonomy where wp_posts.id=wp_term_relat...
内容维护通知…… 置顶
维护如下 删除Google向(jing)近(xiang)文章(已删除),之后也不会再发布任何类似内容; 电影收藏整理:去除观看及下载(本来也不能观看和下载)现在直接删除观看和下载字样及相关标识,仅保留影片资料介...
Flutter打包方式
- 2021-06-10
- flutter
前言 Flutter 在打包安卓应用时有两种方式 flutter build apk 和 flutter build appbundle,本文说下这两种方式有什么区别。 Appbundle Android App Bundle 是上传到 Google Play 用以...
APP识别拦截快应用Deeplink
国内手机基本都加入了快应用支持,在日常使用中会莫明的打开快应用连接,有时在浏览器网页时都会被拉起快应用,这对安全和体验来说造成了很大的困扰,必须限制它的这种行为。 快应用行为:Deeplink 快应用...
Flutter SDK升级、降级、回退到指定版本方法
- 2021-03-30
- flutter
Flutter SDK 归档列表 Flutter 的 Stable channel 是相对稳定的发布版本 https://docs.flutter.cn/release/archive 相关命令: 查看版本: flutter --version 检查环境:flutter doctor 查看渠道:fl...
APP版本号命名规范及原则
- 2021-01-12
- 设计开发
为什么需要规范APP命名? 当我们在需求及业务明确后,产品及设计已经做出了对应的文档及UI图,那么进入研发阶段开始编码实现功能,当功能实现的差不多了之后,期间会需要签出不同的包作为展示或测试,不管当...
flutter解决Could not resolve all artifacts for configuration ‘:classpath’.
- 2021-01-11
- flutter
完整错误如下: FAILURE: Build failed with an exception. * What went wrong: Execution failed for task ':app:lintVi...
Table ‘performance_schema.session_variables’ doesn’t exist
- 2020-12-08
- 设计开发
Mysql升级后出现错误: 1146 - Table 'performance_schema.session_variables' doesn't exist 其实不止这个错误,还有更多如: Checking server version. Running queries to upgrade MySQL server. my...
The iOS Simulator deployment target is set to 4.3解决
- 2020-11-23
- flutter
在ios模拟器上调试的时候出现错误信息:The iOS Simulator deployment target is set to 4.3... 原来是因为ios 版本问题,于是找到资料是在 Podfile...
‘AMapSearch-NO-IDFA’ uses the unencrypted ‘http’ protocol to transfer the Pod解决
- 2020-11-23
- flutter
错误提示 [!] 'AMapFoundation' uses the unencrypted 'http' protocol to transfer the Pod. Please be sure you're in a safe network with only trusted hosts. Otherwise, please reach out to the l...