- 博客(7)
- 资源 (2)
- 收藏
- 关注
原创 网格布局方式一 —— ul
在这里插入图片描述](https://img-blog.csdnimg.cn/9e79a74306b84f01bceaedb3d86c0b60.png#pic_center)
2023-11-17 10:13:18
103
转载 DevExpress中GridLookUpEditor中多列模糊查询
详见: http://blog.sina.com.cn/s/blog_15d59d9d90102y20a.html
2018-10-12 09:58:15
586
原创 Activiti 中 TaskService查询详解
Activit 中 taskService中查询 // 已签收和未签收同时查询 taskService.createTaskQuery().taskCandidateOrAssigned(userId).list(); //只查询未签收的任务 taskService.createTaskQuery().taskCandidateUser(userId).list; ...
2018-10-12 09:56:47
15449
2
原创 DevExpress 自定义GridLookEditor
DevExpress 自定义GridLookEditor 代码结构: 代码如下: using System; using System.Collections.Generic; using System.Linq; using System.Text; using DevExpress.XtraEditors.Registrator; using DevExpress.XtraEditors.R...
2018-10-12 09:55:37
546
原创 DevExpress 自定义GridControl
DevExpress 自定义GridControl代码结构代码如下: 代码结构 代码如下: using System; using System.Collections.Generic; using System.Linq; using System.Text; using DevExpress.XtraGrid.Views.Grid; using DevExpress.XtraGrid; us...
2018-10-12 09:52:18
564
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅