
IT技术
苏继森
这个作者很懒,什么都没留下…
展开
-
fn:split(string, separator) 具体使用方法
Example fn:split and fn:join tag of JSTL tag fn:split(Here we will split the given string in to array of string on the basis of原创 2013-10-15 12:59:58 · 6533 阅读 · 0 评论 -
ajax前台及后台传值调用
这是js中的代码function getp PlaneNumList() { var planeTypeId = document .getElementById("qualityValuation.fkPlaneTypeId.id").value; $.ajax({ type : 'post',//可选get url : 'qualityvalu原创 2013-10-15 13:42:36 · 2830 阅读 · 0 评论 -
EL 表达式的用法
一个EL表达式包含变量和操作符。任何存储在某个JSP作用范围(如:page、 request、session、application)的bean能被作为一个EL变量来使用。另外,EL支持以下预定义的变量:变量名称说明pageScope一个包含所有page scope范围的变量集合 (a java.util.Map)原创 2013-10-15 13:07:14 · 827 阅读 · 0 评论 -
js 控制使FORM表单的的所有元素不可编辑
//使页面不可编辑 function disableOcx() { var form = document.forms[0]; for ( var i = 0; i var element = form.elements[i]; //部分元素可以编号 element.name 是元素自定义原创 2013-10-16 14:44:04 · 4281 阅读 · 0 评论 -
jbpm4.4重要API说明
jbpm4.4重要API说明一。流程引擎APIorg.jbpm.api.ProcessEngine是jbpm4所有的Service API 之源。即所有的Service API(服务接口)都从ProcessEngine中获取。ProcessEngine由配置文件获取RepositoryService repositoryService = processEngine.getR原创 2013-11-05 11:12:10 · 1489 阅读 · 0 评论