Commit Graph

450 Commits

Author SHA1 Message Date
mxd
ed4ec48dff 代码优化 2020-04-11 15:52:05 +08:00
mxd
ce4bdf7e19 elements增加htmls、outerHtmls、texts、attrs、ownTexts、wholeTexts等方法 2020-04-11 15:51:03 +08:00
mxd
2c78a1809b 自动去重(根据URL),暂不支持参数 close #I193U2 2020-04-11 11:07:07 +08:00
mxd
54cdef911a fixed comment style 2020-04-10 21:26:39 +08:00
mxd
374f60b07a 增强循环 2020-04-09 17:03:02 +08:00
mxd
375f74dbfc 增加注释节点 2020-04-09 10:01:10 +08:00
mxd
7e360c9c6f 长任务、页面优化 2020-04-09 09:25:02 +08:00
mxd
7761eee3ee rest服务增加异步接口 2020-04-09 09:02:40 +08:00
ljz
2a4c1ce2c6 增加换肤功能 2020-04-08 09:48:36 +08:00
ljz
4f8e4a9956 dock to bottom
dock to right
2020-04-07 22:08:35 +08:00
小东
c0e54605c2 !21 添加HTML代码反转义支持
Merge pull request !21 from travellLu/dev
2020-04-07 10:55:30 +08:00
Lukin
8b9cec62bc 添加HTML代码反转义支持 2020-04-07 10:16:46 +08:00
mxd
369ee82445 修复全局参数回显不出值的问题 2020-04-05 21:59:27 +08:00
mxd
0379b02e7b 代码优化 2020-04-05 13:50:39 +08:00
mxd
6f484753f5 bug fix 2020-04-05 13:37:32 +08:00
mxd
d0391fab86 优化debug样式 2020-04-05 13:12:13 +08:00
mxd
08819163aa 修复日志下载bug 2020-04-05 13:11:56 +08:00
mxd
5e7b6afd0b close #I1CH36 2020-04-05 12:39:25 +08:00
BillDowney
b012d79ec9 Merge branch 'dev' of https://gitee.com/jmxd/spider-flow into dev 2020-04-04 03:14:24 +08:00
BillDowney
385cb98cbe 增加流程通知,暂时只支持邮件通知 2020-04-04 03:08:08 +08:00
mxd
a3710a0a45 close #I1DJFM 2020-04-03 15:52:53 +08:00
mxd
3c4e81c2f4 增加历史版本 2020-04-02 18:52:06 +08:00
mxd
80c7aa32a0 v0.4.3 2020-04-02 09:54:50 +08:00
mxd
3cd6059f52 Merge branches 'dev' and 'master' of https://github.com/javamxd/spider-flow into dev 2020-04-02 09:51:10 +08:00
mxd
9ffc2ee3b3 fixed sql rowset style 2020-03-30 17:36:44 +08:00
mxd
fbde05a940 fix bug body parameter 2020-03-30 17:22:22 +08:00
kinglf
2899802cd8 修复-切换Tab显示bug 2020-03-30 16:26:47 +08:00
kinglf
9f27e895c1 SqlRowSet方法扩展 ${rs.nextToMap()} 2020-03-30 14:15:38 +08:00
kinglf
543f467cdc 增加sql输出select为sqlRowSet流 2020-03-30 13:55:15 +08:00
zhouxingjie
89a1fb3c44 修改toolbar-container样式 2020-03-30 13:34:26 +08:00
mxd
a62ca0125d debug 2020-03-30 12:18:08 +08:00
mxd
3fe0f84a3f update readme 2020-03-28 10:36:17 +08:00
mxd
31475eb957 update readme 2020-03-28 10:36:16 +08:00
mxd
0e6c0c0395 update readme 2020-03-28 10:31:34 +08:00
mxd
8cfc8eef51 update readme 2020-03-28 10:26:21 +08:00
mxd
d9fd7ab921 add gitattributes 2020-03-28 09:24:21 +08:00
mxd
ab1bf1ca05 add gitattributes 2020-03-28 09:05:47 +08:00
mxd
85e1bae90e 调整样式,缩小底部区域 2020-03-27 18:55:20 +08:00
mxd
1d472339e9 首页增加导航 2020-03-27 14:04:55 +08:00
mxd
dcab892dd8 调整队列出队时机 2020-03-27 11:44:21 +08:00
mxd
562ad6dfbf 优化插入返回主键 2020-03-27 11:43:45 +08:00
libin
c4d79a198e 1、增加单条插入返回自增主键机制(insertofPk) 2020-03-27 10:14:33 +08:00
libin
c8867a8f8a 1、新增单条自增主键返回机制insertofPk; 2020-03-27 10:07:55 +08:00
libin
910886298a 1 2020-03-27 09:38:39 +08:00
libin
6624b43776 1、新增insertofPk返回自增主键值,但暂不支持批量新增返回的情况 2020-03-27 09:34:44 +08:00
mxd
41c0efb639 自定义函数返回数组、日期类型不对的问题 2020-03-26 18:51:37 +08:00
mxd
9cef96a04e 线程提交策略配置 2020-03-26 16:59:59 +08:00
mxd
8b3cf43eb0 线条颜色、样式设置 2020-03-26 12:50:51 +08:00
mxd
0487423365 补上一个提交 2020-03-25 19:18:50 +08:00
mxd
9deb98ba54 增加流转选项(异常流转、非异常流转、无论异常都流转)以及传递变量设置 2020-03-25 19:12:47 +08:00