BPMN中支持send task/receive task/manual task和business rule task 任务。send task主要为email task 和 mule task ,而business rule task 主要是JBoss的Drools规则引擎。1.手工任务和接.....
分类:
其他好文 时间:
2014-12-10 01:46:17
阅读次数:
1179
转自:http://hi.baidu.com/bluesky_cn/item/8bb060ace834c53f020a4df2下面用到的邮件账号和密码都不是真实的,需要测试就换成自己的邮件账号。需要引用:1 using System.Net.Mail;2 using System.Text;3 us...
Vim使用笔记 Author: jiqing Wu email: jiqingwu@gmail.com Date: 2012-06-14 ? 曾经使用了两年多的Vim,手册也翻过一遍。虽然现在不怎么用vim了,曾经的笔记还是贴出来,与喜欢vim的朋友分享。 索引 1. 关于Vim...
分类:
系统相关 时间:
2014-12-09 10:44:23
阅读次数:
489
不多说,直接上代码/**
*发送邮件
*@paramsubject主题
*@paramto收件人
*@paramusername邮箱账号
*@parampassword邮箱密码
*@paramhost邮件服务器
*@paramcontent邮件内容
*@paramisAuth是否验证密码
*/
publicvoidsend(Stringsubject,Stringto,Stringusername,String..
分类:
编程语言 时间:
2014-12-08 19:44:57
阅读次数:
222
1.创建模型 a.加入基类 use yii/base/Model b.创建类继承自基类 c.创建所需要的变量 e.定义规则 f.注意里面用[]括起来 例如: name = 'Qiang';
$model->email = 'bad';
if ($model->validate()) { // 验证成...
分类:
其他好文 时间:
2014-12-08 19:05:45
阅读次数:
177
使用TIKA来解析PDF,WORD,EMAIL的代码片段
分类:
其他好文 时间:
2014-12-08 02:01:23
阅读次数:
180
/*
*Author : DavidLin
*Date : 2014-12-07pm
*Email : linpeng1577@163.com or linpeng1577@gmail.com
*world : the city of SZ, in China
*Ver : 000.000.001
*h...
分类:
系统相关 时间:
2014-12-07 23:18:51
阅读次数:
226
/*
*File : test.c
*Author : DavidLin
*Date : 2014-12-07pm
*Email : linpeng1577@163.com or linpeng1577@gmail.com
*world : the city of SZ, in China
*Ver ...
分类:
系统相关 时间:
2014-12-07 23:17:04
阅读次数:
195
#/*
# *File : Makefile
# *Author : DavidLin
# *Date : 2014-12-07pm
# *Email : linpeng1577@163.com or linpeng1577@gmail.com
# *world : the city of SZ, in China
# *...
分类:
系统相关 时间:
2014-12-07 23:16:08
阅读次数:
191
/*
*File : test.c
*Author : DavidLin
*Date : 2014-12-07pm
*Email : linpeng1577@163.com or linpeng1577@gmail.com
*world : the city of SZ, in China
*Ver...
分类:
系统相关 时间:
2014-12-07 23:13:56
阅读次数:
208