上一页 1 ··· 12 13 14 15 16 17 18 19 20 ··· 26 下一页

2.activiti-启动流程实例

摘要: public static void main(String[] args) { // Create Activiti process engine ProcessEngine processEngine = ProcessEngineConfiguration .createStandaloneProcessEngineConfiguration() .buildPr... 阅读全文
posted @ 2017-05-03 15:03 rigidwang 阅读(181) 评论(0) 推荐(0)

1.activiti-流程图

摘要: <definitions id="definitions" targetNamespace="http://activiti.org/bpmn20" xmlns:activiti="http://activiti.org/bpmn" xmlns="http://www.omg.org/spec/BP 阅读全文
posted @ 2017-05-03 15:01 rigidwang 阅读(195) 评论(0) 推荐(0)

html 各种高度

摘要: http://www.cnblogs.com/polk6/archive/2016/01/03/5051935.html 阅读全文
posted @ 2017-03-07 22:04 rigidwang 阅读(160) 评论(0) 推荐(0)

redis-过期时间、访问限制与缓存

摘要: 原文:http://www.tuicool.com/articles/baaUJ3 过期时间: EXPIRE命令返回1表示成功,返回0表示键值不存在或设置失败。 #查看剩余时间ttl session:27e7a ttl命令在键不存在或被删除之后,会返回-2,在没有为键设置生存时间(即永久存在,建一个 阅读全文
posted @ 2017-03-07 11:38 rigidwang 阅读(4772) 评论(0) 推荐(0)

spring mvc 执行过程

摘要: 阅读全文
posted @ 2017-02-23 23:20 rigidwang 阅读(116) 评论(0) 推荐(0)

spring mvc controller 接收参数

摘要: http://www.cnblogs.com/luxh/archive/2013/03/14/2960152.html 阅读全文
posted @ 2017-02-23 17:39 rigidwang 阅读(109) 评论(0) 推荐(0)

iframe隐藏浏览器滚动条

摘要: <body class="full-height-layout" > <!--右侧部分开始--> <div id="page-wrapper" class="gray-bg dashbard-1"> <!--row 样式 将此div向右移动-15px ,正好盖住浏览器滚动条--> <div clas 阅读全文
posted @ 2017-02-14 23:01 rigidwang 阅读(455) 评论(0) 推荐(0)

media

摘要: media class 主要用于用户评论以及聊天等,包括如下主要样式 media well: media-left:此样式会向左飘逸,从而和media-body里面的内容保持在一样 media-body media-heading 阅读全文
posted @ 2017-01-31 00:10 rigidwang 阅读(175) 评论(0) 推荐(0)

data-dismiss 用法

摘要: data-dismiss:可取消属性,属于h5属性,html标签如果定义该属性,则单击该标签后可以将该标签的值指向的元素消失,例如以上代码中 点击稍后处理button可以将第二层div消失,因为该div上有alert css 属性 阅读全文
posted @ 2017-01-30 17:03 rigidwang 阅读(2666) 评论(0) 推荐(0)

form 元素横向排列

摘要: 联系dd ... 阅读全文
posted @ 2017-01-30 09:07 rigidwang 阅读(807) 评论(0) 推荐(0)
上一页 1 ··· 12 13 14 15 16 17 18 19 20 ··· 26 下一页