会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
冬天的菠菜
博客园
首页
新随笔
联系
订阅
管理
2021年7月19日
Jenkins升级后提示“java.lang.IllegalStateException: An attempt to save the global configuration was made before it was loaded”
摘要: 解决方式 1. 下载role-strategy.hpi,下载地址:https://updates.jenkins.io/download/plugins/role-strategy/ 2. 将role-strategy.hpi复制到jenkins安装目录的plugins目录下面 3. 重启jenki
阅读全文
posted @ 2021-07-19 13:22 冬天的菠菜
阅读(2168)
评论(0)
推荐(0)
2018年10月26日
通过代码更改业务流程的阶段时,提示权限错误
摘要: 错误描述 SecLib::AccessCheckEx failed. Returned hr = -2147187962, ObjectID: 00000000-0000-0000-0000-000000000000, OwnerId: 37c8e728-b05c-4b30-ac41-8ee39aa
阅读全文
posted @ 2018-10-26 13:24 冬天的菠菜
阅读(535)
评论(0)
推荐(0)
2018年9月12日
Failed to find provider null for user 0; expected to find a valid ContentProvider for this authority
摘要: Android 8.0以上的手机,如果集成了ActiveAndroid,会遇到这个错误。 解决方式 找到项目下面的AndroidManifest.xml文件,在application结点下面添加以下代码: <provider android:name="com.activeandroid.conte
阅读全文
posted @ 2018-09-12 10:32 冬天的菠菜
阅读(2996)
评论(0)
推荐(0)
2018年8月30日
Creating Entity with an invalid parent. Entity: Annotation, ReferencingAttribute:objectid
摘要: 创建附件时,提示“Creating Entity with an invalid parent. Entity: Annotation, ReferencingAttribute:objectid” 解决方式 打开实体定义,勾选上【注释(包含附件)】,保存
阅读全文
posted @ 2018-08-30 12:44 冬天的菠菜
阅读(608)
评论(0)
推荐(0)
公告