这周开始使用activiti工作流。任务要求:做一个二级审批流程(可驳回) 遇到的一些问题: IDEA集成activiti,2019版本的IDEA插件商店和别的版本不同。 bpmn会出现乱码问题,需要更改IDEA的相关配置文件 activiti操作数据库会出现乱码问题,需要在activiti.cfg ...
分类:
其他好文 时间:
2021-04-01 12:56:51
阅读次数:
0
最近项目开始用Trigger来进行Validation Check.也知道可以通过配置Object里的Validation Rule来进行Check,但是项目想如果有Trigger里就都在Trigger里做Check算了, 分散开写反而也不好维护,一旦出问题了就得看两个地方,Apex里也比较自由,可 ...
分类:
其他好文 时间:
2021-03-31 12:16:09
阅读次数:
0
在做监控的时候,有可能会发生agent挂掉,无法采取到告警的时候。 这个时候可能就无法发送告警了 # 解决方法 这个时候需要用《nodata》触发器 《nodata触发器》表达式参考 {docker container check health:net.tcp.listen[{#TCP_PORT}] ...
分类:
其他好文 时间:
2021-03-31 11:35:11
阅读次数:
0
Given a string s containing only three types of characters: '(', ')' and '*', return true if s is valid. The following rules define a valid string: An ...
分类:
其他好文 时间:
2021-03-30 13:25:25
阅读次数:
0
头文件 #include <algorithm> transform 函数 转大写 std::string str_write; // 全部转为大写 std::transform(str_write.begin(), str_write.end(), str_write.begin(), toupp ...
分类:
其他好文 时间:
2021-03-30 13:05:05
阅读次数:
0
SAP Cloud for Customer的很多标准功能都受scoping的控制,即项目实施时,Administrator可以选择打开或者关闭该功能。 因为SAP C4C不再像过去ABAP On-Premises一样,可以在SAPGUI 里使用SPRO事物码进行配置: 在Cloud世界里,SAP ...
分类:
其他好文 时间:
2021-03-30 12:52:18
阅读次数:
0
EV剪辑分析 点击‘充值开通VIP’打开网页http://svip.ieway.cn/personalPay?product_type=2000 字符串搜索定位到 调用栈 根据调用栈回溯到上层调用66A3B190 ZN14OutVideoDialog8check_okEv处理‘导出’按钮 这里有创建 ...
分类:
其他好文 时间:
2021-03-29 12:35:14
阅读次数:
0
Setup Check our AndroidCompile wiki page, especially for build dependencies. Here are the essential points: On Debian/Ubuntu, install the required dep ...
分类:
系统相关 时间:
2021-03-26 15:25:05
阅读次数:
0
vector 是向量类型,它可以容纳许多类型的数据,如若干个整数,所以称其为容器。vector 是C++ STL的一个重要成员,使用它时需要包含头文件: #include<vector>; 一、vector 的初始化:可以有五种方式,举例说明如下: (1) vector<int> a(10); // ...
分类:
编程语言 时间:
2021-03-18 14:19:00
阅读次数:
0
题意&思路:Wuuuu~,其实就是问总和是不是为M #include<iostream> #include<cstring> #include<cmath> #include<algorithm> #define rep(i,n) for(i=1;i<=n;++i) #define ms(a,n) ...
分类:
其他好文 时间:
2021-03-18 14:17:01
阅读次数:
0