logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

nuxt window is not defined

报错如下 nuxt window is not defined解决方案1: 在nuxt.config.js 里面添加ssr:falseplugins: ['@/plugins/antd-ui',{src: '@/plugins/vue-map',ssr: false},{src: '@/plugins/seamless-scroll',ssr: false}],解决方案2: nuxt .

#javascript#vue.js#html5
flutter json序列表 通用reponse返回封装泛型T

参考 stack https://stackoverflow.com/questions/55306746/how-to-use-generics-and-list-of-generics-with-json-serialization-in-dart参考官方文档实现 https://github.com/google/json_serializable.dart/blob/master/exam

#flutter
Recieved ‘HUSKY_PARAMS‘ as value for -E | --env, but environment variable ‘HUSKY_PARAMS‘ is n

问题描述使用commitlint + husky 配置git提交格式化校验,报错husky 注意版本区分,v4和v5版本是不一样的配置commitlint github地址husky github地址// 版本为"husky": "^5.1.1","commitlint": "^12.0.1","@commitlint/cli": "^11.0.0","@commitlint/config-con

mac brew 下载出现 curl: (7) Failed to connect to raw.githubusercontent.com

再网上搜了一堆方法不管用,结果一步就能搞定!一句命令搞定,国内的镜像地址/bin/zsh -c “$(curl -fsSL https://gitee.com/cunkai/HomebrewCN/raw/master/Homebrew.sh)”

关于git:fatal:无法访问’https://github.com/xxx’:OpenSSL SSL_connect:SSL_ERROR_SYSCALL连接到github.com:443

如果您使用代理,请尝试运行并输入inetcpl.cpl然后连接,然后局域网设置,然后前进现在您可以看到您的代理,使用http代理。然后打开Git Bash,然后输入此命令git config --global http.proxy如果没有输出,则未设置Git Bash中的代理然后使用这些命令进行设置,并使用第一段所示的代理和端口git config --global http.proxy prox

#github
记一次vue中获取audio媒体总时长duration遇到的问题

audio获取当前播放时间在dom挂载完毕后访问currentTime属性获得,通过timeupdate钩子可实时监控audio 获取媒体总时长在canplay(浏览器可以开始播放该音视频)钩子函数回调中访问duration属性可获得(注:在dom挂载完直接获取duration会返回NaN)<audio @canplay="getDuration" @timeupdate="updateTi

#html#html5
flutter 引入fluwx报错The number of method references in a .dex file cannot exceed 64K.

具体错误为D8: Cannot fit requested classes in a single dex file (# methods: 77376 > 65536)com.android.builder.dexing.DexArchiveMergerException: Error while merging dex archives:The number of method refe

#flutter#android
uni-app 微信 ios 播放audio 使用uni.createInnerAudioContext()无法播放

原因分析uni-app开发音频播放,微信android正常,微信ios发现一直处于加载状态,显示无效url,无法播放。分析得知ios微信 无法直接播放带汉字的url解决方案参考 阮一峰url编码 ,直接url编码实现代码编码之前: https://duran-book.oss-cn-huhehaote.aliyuncs.com/Books/ᠬᠡᠦᠬᠡᠳ ᠦᠨ ᠰᠡᠳᠬᠢᠯ ᠢ ᠤᠢᠯᠠᠭᠠᠭᠠᠷᠠ

#vue.js#html5
flutter 打包release部分功能无法使用

问题分析flutter本地测试debug打包、运行功能正常使用,但是打包release之后发现部分功能无法使用,直接卡到首屏,路由也不执行跳转本地运行 flutter run --release --verbose 发现没有任何错误问题猜测打包release版本参数配置问题,混淆,或者tree shaking 部分代码没有生效?问题解决参考flutter中文网android版本打包releaseh

#flutter#android
flutter 父组件调用子组件方法

子组件子组件定义 GlobalKey<_ListRefreshRequestNewsState> globalKey = GlobalKey();, 定义方法 void getRefresh(int index) { _getList(widget.list.elementAt(index)); }/// 上拉加载,下拉刷新带加载 新闻列表接口请求# 重点GlobalKey<_L

#flutter
    共 11 条
  • 1
  • 2
  • 请选择