摘要:
1、质量管理系统有这么个需求,要在通知内容栏中显示服务器down下来的带html格式的内容,并能够修改,修改后要获取到带html的内容,上传回服务器: 2、获取到edittext带html内容用这个: neirongStr = Html.toHtml... 阅读全文
posted @ 2022-05-15 21:03
融化的雪0701
阅读(101)
评论(0)
推荐(0)
摘要:
int a = 5;int *b;b = a;//b的存储空间里放入的是a,不是内存地址,*b意味着b的存储空间的内容(指针)所指向的内存地址的存储空间的内容(卧槽,我都觉得别嘴),所以当b的存储空间内容不是内存地址(指针)时,printf打印*b时会报错ba... 阅读全文
posted @ 2022-05-15 21:03
融化的雪0701
阅读(55)
评论(0)
推荐(0)
摘要:
1、这几天总是出现用户无响应的问题,查日志,有个报错信息: 01-01 00:46:05.679 782-782/? D/CrashAnrDetector: Process: com.***.instanceFlags: 0xd8be46Package: co... 阅读全文
posted @ 2022-05-15 21:03
融化的雪0701
阅读(98)
评论(0)
推荐(0)
摘要:
Note: this post is part of a series about the Swift programming language, introduced at WWDC 2014. I’m no more experienced in Swi... 阅读全文
posted @ 2022-05-15 21:03
融化的雪0701
阅读(112)
评论(0)
推荐(0)
摘要:
1、网上教程一大堆,集成druid连接池后,在监控页面,其他都正常,就是无法监控sql。 2、搜了搜,发现"数据源"-->"filter类名"也为空。 3、问题找到了,那就是没配置对,各种搜解决方案,都不对。 4、最后自己研究出问题原因,在DruidConfi... 阅读全文
posted @ 2022-05-15 21:03
融化的雪0701
阅读(687)
评论(0)
推荐(0)
Error resolving template [update], template might not exist or might not be accessible by any of the
摘要:
员工管理系统,继续搞更新页面,写好controllers后报服务器500错误: org.thymeleaf.exceptions.TemplateInputException: Error resolving template [update], templa... 阅读全文
posted @ 2022-05-15 21:03
融化的雪0701
阅读(206)
评论(0)
推荐(0)
摘要:
启动页插件不好使,各种不好使,照着官网完全操作一遍,不好使。 插件卸载重装,不好使。就是不好使。 没办法,只能逼着重新建了一个空的cordova项目,安装启动页插件,好使! 把老项目代码往新项目挪(东西不多),就不好使了,哎呀我去。 想死的心都有,一点一点挪,... 阅读全文
posted @ 2022-05-15 21:03
融化的雪0701
阅读(52)
评论(0)
推荐(0)
摘要:
1、接手个cordova项目,前端调用cordova接口,由继承 CordovaPlugin的UMAPClient类中的execute()方法来响应js调用。响应代码: @Override public boolean execute(Strin... 阅读全文
posted @ 2022-05-15 21:03
融化的雪0701
阅读(88)
评论(0)
推荐(0)
摘要:
接手一个项目,需要导入视频会议sdk,导入aar包,报错: ERROR: Failed to resolve: :meet-sdk: Affected Modules: app 没其他错误信息了,就是没找到aar包,各种搜。满哪往repostories里加 ... 阅读全文
posted @ 2022-05-15 21:03
融化的雪0701
阅读(98)
评论(0)
推荐(0)
摘要:
原文件经过加了个drawDividerIndex和relativeLayoutId后是这样的: public class CustomDivider extends RecyclerView.ItemDecoration { private Paint ... 阅读全文
posted @ 2022-05-15 21:03
融化的雪0701
阅读(54)
评论(0)
推荐(0)
浙公网安备 33010602011771号