- 博客(8)
- 资源 (6)
- 问答 (6)
- 收藏
- 关注
原创 iconv-lite打包问题
错误electron-builder Uncaught Error: Cannot find module 'iconv-lite'情景使用的是electron-builder构建Windows上的应用,mac上的字符是支持utf-8的,但在Windows上是gbk编码,而我的electron里面使用了child-process去拿去jar运行输出,所以在Windows上显示乱码了解决方...
2020-02-14 14:52:16
1331
原创 SocketException: OS Error: Connection refused, errno = 111, address = localhost
笔记本:macbook环境:pycharm后台:flask的mock server解决:host如果填本机ip或者localhost或者127.0.0.1都不行,需要改成0.0.0.0,重启服务器,系统会弹出防火墙对话框,同意,即可在局域网内访问到了Windows或者Linux参考思路类似...
2019-05-23 11:48:34
12267
原创 支付宝alipay no activity found to hanlde
需求在手机上有支付宝时跳转支付宝app支付在手机上没有支付宝时跳转h5页面支付https://docs.open.alipay.com/203/107091/官方的这个唤醒支付宝app文档年代久远,不要参考这个,使用的话会出现 no activity found to hanlde action ,试过了添加category,无效最终解决方案:集成最新的sdk,参考官方demo,用w...
2019-05-21 16:35:44
442
原创 Error inflating class androidx.constraintlayout.widget.ConstraintLayout
修改布局中的android.support.constraint.ConstraintLayout为androidx.constraintlayout.widget.ConstraintLayout,而不是androidx.constraintlayout.ConstraintLayout如果还是不行的话将implementation 'androidx.constraintlayout:co...
2019-05-01 07:45:26
3599
4
原创 解决android studio 3.1报AAPT2 error: check logs for details
方法一在项目的gradle.properties中添加:android.enableAapt2=false方法二关闭Instant Run方法三检查attrs.xml文件是否有问题
2019-04-02 11:38:40
171
原创 Android Studio编译问题:ProcessException: org.gradle.process.internal.ExecException
问题: :Error:Execution failed for task ‘:BuildingQM:transformClassesWithDexForProdHouseqm_debug’. com.android.build.api.transform.TransformException: com.android.ide.common.process.ProcessException:
2017-06-05 11:18:17
3388
原创 ScrollView嵌套RecyclerView滑动冲突
ScrollView嵌套RecyclerView滑动冲突在这种情况下,一般都是禁止RecycleView滑动,有两种做法: 1.继承RecyclerView 的 LinearLayoutManager,重写里面的canScrollVertically()方法,类似这种:http://blog.youkuaiyun.com/qweasdzxc231d/article/details/63254230?locat
2017-05-05 15:12:34
572
原创 # Android录音异常
Android录音异常错误1:Failed to open file (Permission denied)错误2:E/ExtMediaPlayer-JNI: env->IsInstanceOf fails E/MediaPlayer-JNI: JNIMediaPlayerFactory: bIsQCMediaPlayerPresent 0 E/ExtMediaPlayer-JNI: env
2017-04-18 17:29:56
6700
1
Android_反编译apk_到java源码的方法
2013-12-29
python多线程锁机制(练习题)
2017-10-26
新建项目重新打开出错:no resource not found
2015-12-29
Android读取sd卡图片文件
2015-12-23
Android viewflipper显示图片丢失
2015-12-23
像这样的android界面是如何实现的
2015-11-17
alertdialog无法获得输入框的值
2015-04-28
TA创建的收藏夹 TA关注的收藏夹
TA关注的人