摘要: Reference: http://activiti.org/userguide/index.html?_ga=1.41496610.1079305175.1466499422#bpmnUserTask User assignment A user task can be directly assi 阅读全文
posted @ 2016-06-22 09:07 ceinx阿赖耶识 阅读(253) 评论(0) 推荐(0)
摘要: I have finally found the location of server log: app-root/logs/jbossews.log 阅读全文
posted @ 2016-06-03 09:46 ceinx阿赖耶识 阅读(103) 评论(0) 推荐(0)
摘要: Download the source from git successfully. I use TortoiseGit UI, select git clone, then input the url. The url up above the "Pass this URL to 'git clo 阅读全文
posted @ 2016-05-11 21:57 ceinx阿赖耶识 阅读(150) 评论(0) 推荐(0)
摘要: FYI: http://www.freehao123.com/openshift-wp-dz/ I chose these cartriges: Tomcat 7 (JBoss EWS 2.0) MySQL 5.5 phpMyAdmin 4.0 use shell to connect app-ro 阅读全文
posted @ 2016-04-28 23:59 ceinx阿赖耶识 阅读(178) 评论(0) 推荐(0)
摘要: now() example: CREATE TABLE xxxxxxxxxxx( pkg_id VARCHAR(32) NOT NULL, parent_pkg_id VARCHAR(32), pkg_name VARCHAR(64) NOT NULL, pkg_dispidx INTEGER, p 阅读全文
posted @ 2016-04-28 19:09 ceinx阿赖耶识 阅读(214) 评论(0) 推荐(0)
摘要: My leader has solved this problem, let's see the trick. For IE, in main window: var result = window.showModalDialog( url,arguments,dialogSettings); al 阅读全文
posted @ 2016-03-02 23:40 ceinx阿赖耶识 阅读(294) 评论(0) 推荐(0)
摘要: var b = new Date(); if (b instanceof Date) {...} 阅读全文
posted @ 2016-02-25 15:55 ceinx阿赖耶识 阅读(400) 评论(0) 推荐(0)
摘要: IE6、7下使用* background-color: #0061FF; *background-color: #0066FF; 阅读全文
posted @ 2016-02-25 15:01 ceinx阿赖耶识 阅读(135) 评论(0) 推荐(0)
摘要: The clipboard function in IE can not be used in Chrome, which can be replaced by sessionStorage: sessionStorage.setItem("Text",p_text); sessionStorage 阅读全文
posted @ 2016-02-24 20:25 ceinx阿赖耶识 阅读(132) 评论(0) 推荐(0)
摘要: 系统变量→新建 JAVA_HOME 变量 。 变量值填写jdk的安装目录(本人是 E:\Java\jdk1.7.0) 系统变量→寻找 Path 变量→编辑 在变量值最后输入 %JAVA_HOME%\bin;%JAVA_HOME%\jre\bin; (注意原来Path的变量值末尾有没有;号,如果没有, 阅读全文
posted @ 2016-02-24 09:58 ceinx阿赖耶识 阅读(109) 评论(0) 推荐(0)