调用 dialog.show(getSupportFragmentManager(), "tag");时出现了java.lang.IllegalStateException: Can not perform this a…
标签:编程问答
JSON parse error: Can not construct instance of model.Class: no suitable constructor found
reference:http://blog.csdn.net/qq_33642117/article/details/51909346 当类中没有定义构造函数时,系统会指定给该类加上一个空参数的构造函数。这个是类中默认的…
That girl
There’s a girl but I let her get away 曾经心爱的女孩,我却让他擦肩而过 It’s all my fault cause pride got in the wa…
苹果新的日志系统 (-)Unified Logging OSLog os_signpost
前言 苹果提出了新的日志系统,Unified Logging 它相比以前的 print NSLog 优越,苹果极力推荐使用新的日志系统 简单介绍 & 对比 新的日志系统,夸多个平台Mac,ios,WachOS 相…
docker问题汇总(五)
网卡不能启动问题–centos环境 Error: Connection activation failed: No suitable device found for this connection. 需要查…
'DataVisualization' does not exist in the namespace 'System.Web.UI'一例解决办法
之前项目是vs2010 aspx项目,用vs2017打开后,非运行状态下有一行错误:CS0234 C# The type or namespace name ‘DataVisualization’…
Caused by java.lang.Exception Failed to send data to Kafka Expiring
flink 写kafka,报错,作业挂掉 Caused by: java.lang.Exception: Failed to send data to Kafka: Expiring 89 record(s) for s…
python 常见错误
pylint 问题: 打开py 文件 提示 vscode “Path to the pylint linter is invalid” /Library/Frameworks/Python.fra…
Mac 安装flutter 踩坑记
完整版请看链接: http://b36d5043.wiz03.com/share/s/2Prl132RpQ3x2XpA4I2oTa2204K0FF0vB4J42tWIEQ04UrAg 首先下载f…
matplotlib 画动态图以及plt.ion()和plt.ioff()的使用
学习python的道路是漫长的,今天又遇到一个问题,所以想写下来自己的理解方便以后查看。 在使用matplotlib的过程中,常常会需要画很多图,但是好像并不能同时展示许多图。这是因为python可视化库matplotl…
Flutter - 自动引用pub.dartlang.org/packages上最新的packages
一般在pubspec.yaml里面引用pub.dartlang.org/packages的packages时,我们都是在包名称后面加上版本号的,谷歌默认也是这样写的。 cupertino_icons: ^0.1.2 &n…
Apt-get 命令出现错误 python版本切换
Apt-get 命令出现错误 leon@leon-Lenovo-TianYi-100-14IBD:~$ sudo apt-get install synap…