摘要:
private Map<String, Object> variables; <input type="hidden" id="tongzhisbm" value="<#list allBusiness.variables?keys as key><#if key == 'tongzhisbm'>$
阅读全文
posted @ 2017-07-26 18:19
任国强
阅读(258)
推荐(0)
摘要:
http://blog.csdn.net/angus_17/article/details/7543478 http://bbs.csdn.net/topics/390175654 https://www.zhihu.com/question/39356740 http://www.cnblogs.
阅读全文
posted @ 2017-07-26 16:43
任国强
阅读(232)
推荐(0)
摘要:
mysql的group_concat对应oracle的wm_concat http://bey2nd.blog.163.com/blog/static/12063183120124313360964/
阅读全文
posted @ 2017-07-21 18:31
任国强
阅读(1665)
推荐(0)
摘要:
http://www.open-open.com/06.htm http://www.oracle.com/technetwork/java/javamail/third-party-136965.html https://wordpress.org/plugins/wp-email/
阅读全文
posted @ 2017-07-18 11:02
任国强
阅读(233)
推荐(0)
摘要:
https://community.alfresco.com/thread/221280-business-key-in-a-call-activity 这个帖子有一些讨论和回复。 https://community.alfresco.com/thread/218788-call-activity-
阅读全文
posted @ 2017-07-17 16:08
任国强
阅读(1034)
推荐(0)
摘要:
https://www.activiti.org/userguide/#bpmnCallActivity http://www.flowable.org/docs/userguide/index.html#bpmnCallActivity https://docs.camunda.org/manua
阅读全文
posted @ 2017-07-14 14:36
任国强
阅读(622)
推荐(0)
摘要:
https://stackoverflow.com/questions/16047306/how-is-docker-different-from-a-normal-virtual-machine 被某个人问住了,说明自己并没有深入想这些问题。
阅读全文
posted @ 2017-07-14 11:28
任国强
阅读(222)
推荐(0)
摘要:
https://tkjohn.github.io/activiti-userguide/
阅读全文
posted @ 2017-07-13 09:23
任国强
阅读(494)
推荐(0)
摘要:
以前使用MyEclipse都是使用的此手法,项目就可以支持Spring,Mybatis,Hibernate的各种特性效果(xml文件语法格式校验,自动关联相关的设计器等)。
阅读全文
posted @ 2017-07-12 09:47
任国强
阅读(264)
推荐(0)
摘要:
//早先胡乱尝试的其他方法,可能对于以后深入学习Activiti有些用处。 //taskService.delegateTask(taskId, receiveUserId); //taskService.addCandidateUser(taskId, receiveUserId); //task
阅读全文
posted @ 2017-07-07 15:32
任国强
阅读(470)
推荐(0)
摘要:
ArrayList先new10个,然后在动态扩容。 Arrays.copyOf(elementData, size); System.arraycopy(elementData, 0, a, 0, size);
阅读全文
posted @ 2017-07-04 09:50
任国强
阅读(177)
推荐(0)
摘要:
https://stackoverflow.com/questions/19488764/activiti-ldap-integration https://community.alfresco.com/thread/220859-aciviti-513-ldap-integration https
阅读全文
posted @ 2017-06-30 14:28
任国强
阅读(509)
推荐(0)
摘要:
engine.properties # engine propertiesengine.schema.update=trueengine.activate.jobexecutor=falseengine.asyncexecutor.enabled=trueengine.asyncexecutor.a
阅读全文
posted @ 2017-06-30 11:24
任国强
阅读(2514)
推荐(0)
摘要:
http://blog.csdn.net/a9529lty/article/details/7104351 http://blog.163.com/huangfei_person/blog/static/58156675201092911507809/
阅读全文
posted @ 2017-06-30 11:08
任国强
阅读(676)
推荐(0)
摘要:
https://community.alfresco.com/thread/203012-activiti-explorer engine.properties # demo data propertiescreate.demo.users=falsecreate.demo.definitions=
阅读全文
posted @ 2017-06-29 18:27
任国强
阅读(325)
推荐(0)
摘要:
D:\apache-tomcat-7.0.57\bin>net start mysql57发生系统错误 5。 拒绝访问。 以管理员身份运行 run as administrator 打开cmd.exe
阅读全文
posted @ 2017-06-29 15:47
任国强
阅读(343)
推荐(0)
摘要:
Raphaël http://dmitrybaranovskiy.github.io/raphael/ // ┌────────────────────────────────────────────────────────────────────┐ \\// │ Raphaël 2.1.0 - J
阅读全文
posted @ 2017-06-29 14:06
任国强
阅读(240)
推荐(0)
摘要:
Eclipse集成Tomcat报错,使用Spring 4.3 框架,运行一段应用后,控制台报错: Unexpected death of background thread ContainerBackgroundProcessor[StandardEngine[Catalina]] java.lan
阅读全文
posted @ 2017-06-29 10:22
任国强
阅读(298)
推荐(0)
摘要:
http://blog.csdn.net/lxxxzzl/article/details/39583977
阅读全文
posted @ 2017-06-28 14:26
任国强
阅读(361)
推荐(0)
摘要:
连接相同的结构的MySQL数据库,一套库Tomcat启动正常,另一套库一直报Connection Refused。 可以断定是连接数太小了。查找mysql.ini中的 max_connections,改大点。
阅读全文
posted @ 2017-06-28 11:29
任国强
阅读(464)
推荐(0)
摘要:
https://stackoverflow.com/questions/5656989/eclipse-difference-between-clean-build-and-publish http://www.cnblogs.com/fan-yuan/p/4878828.html
阅读全文
posted @ 2017-06-28 09:41
任国强
阅读(238)
推荐(0)
摘要:
https://camel.apache.org/enterprise-integration-patterns.html 企业集成模式,各种模式算法,挺棒的。 https://camel.apache.org/load-balancer.html 张善友实现的负载均衡(各种模式,C#) http:
阅读全文
posted @ 2017-06-27 15:46
任国强
阅读(443)
推荐(0)
摘要:
参考文档: http://www.cnblogs.com/mingforyou/p/5351332.html http://blog.csdn.net/jackyrongvip/article/details/9256531
阅读全文
posted @ 2017-06-26 16:35
任国强
阅读(8381)
推荐(0)
摘要:
场景是这样的:产品经理不懂技术,又不想安装Java以及Eclipse(需要安装Activiti BPMN Designer的插件)。 这两天解决.bpmn的解析(BPMNParser)时顺带找到一个顺手的非Java的小工具,而且还有跨多操作系统平台的版本。 https://camunda.org/b
阅读全文
posted @ 2017-06-24 17:36
任国强
阅读(1329)
推荐(0)
摘要:
Activiti BPMN 2.0 designer : http://www.activiti.org/designer/update/
阅读全文
posted @ 2017-06-23 22:30
任国强
阅读(338)
推荐(0)
摘要:
https://github.com/TortoiseGit/TortoiseGit/blob/master/src/Utils/MiscUI/WaterEffect.cpp C#的实现: http://cn.bing.com/search?q=WaterEffect+C%23&qs=n&form=
阅读全文
posted @ 2017-06-22 09:32
任国强
阅读(293)
推荐(0)
摘要:
现象:Activiti启动某个流程失败,页面报500,错误日志如下。 2017-06-19 10:50:09 [org.activiti.engine.impl.interceptor.CommandContext]-[ERROR] Error while closing command conte
阅读全文
posted @ 2017-06-20 11:39
任国强
阅读(10877)
推荐(0)
摘要:
https://stackoverflow.com/questions/42858723/activiti-eclipse-maven-project-to-dynamic-web-project-and-packaging-to-war https://community.alfresco.com
阅读全文
posted @ 2017-06-19 17:27
任国强
阅读(159)
推荐(0)
摘要:
C:\Documents and Settings\All Users\Application Data\MySQL\MySQL Server 5.7\Data
阅读全文
posted @ 2017-06-19 09:48
任国强
阅读(1188)
推荐(0)
摘要:
[mysqld]default-character-set = utf8character_set_server = utf8
阅读全文
posted @ 2017-06-16 17:47
任国强
阅读(137)
推荐(0)
摘要:
子流程:SubProcess,CallActiviti的区别 https://community.alfresco.com/thread/221771-call-activiti-vs-subprocess http://blog.sina.com.cn/s/blog_befb86ae0101cet
阅读全文
posted @ 2017-06-16 16:43
任国强
阅读(2077)
推荐(0)
摘要:
https://www.codeproject.com/Articles/21062/Splash-Screen-Control https://www.codeproject.com/Articles/38291/Implement-Splash-Screen-with-WPF https://w
阅读全文
posted @ 2017-06-13 11:49
任国强
阅读(617)
推荐(0)
摘要:
* The {@code Vector} class implements a growable array of * objects. Like an array, it contains components that can be * accessed using an integer ind
阅读全文
posted @ 2017-06-12 16:45
任国强
阅读(163)
推荐(0)
摘要:
进程索引从0开始,到36结束,总计37个。 内存耗尽了,已经达到设置的最大内存了。
阅读全文
posted @ 2017-06-12 16:22
任国强
阅读(251)
推荐(0)
摘要:
https://wiki.eclipse.org/FAQ_What_is_hot_code_replace%3F https://zhidao.baidu.com/question/195505558.html http://help.eclipse.org/neon/nftopic/org.ecl
阅读全文
posted @ 2017-06-12 14:33
任国强
阅读(455)
推荐(0)
摘要:
<a href="javascript:window.history.back()">previous page</a>
阅读全文
posted @ 2017-06-12 14:01
任国强
阅读(317)
推荐(0)
摘要:
Mybatis Update statement Date null 只要在Model里把字段置为java的null即可。
阅读全文
posted @ 2017-06-09 15:20
任国强
阅读(464)
推荐(0)
摘要:
https://www.codeproject.com/tips/993395/sqliter-change-set-remove-passwords-on-sqlite-d https://sourceforge.net/projects/sqlite-set-reset-password/ ht
阅读全文
posted @ 2017-06-09 15:18
任国强
阅读(378)
推荐(0)
摘要:
http://1000hz.github.io/bootstrap-validator/#validator-usage Validated fields By default, the validator will only validate fields that are present whe
阅读全文
posted @ 2017-06-09 12:03
任国强
阅读(1532)
推荐(0)
摘要:
1. C:\Users\Administrator\.m2\repository\com\yuanchuangyun\[module,yuanchuangyun-*]相关目录全删除。2. D:\workspacegit\.metadata\.plugins\org.eclipse.wst.serve
阅读全文
posted @ 2017-06-09 12:02
任国强
阅读(1277)
推荐(0)