摘要:*************************************本贴从网上搜索得来,是我初学jsp找到的最好的一篇配置指南了。原作者已无法确定,不过在此也略表感谢。当初,我遍历tomcat英文文档依然无法找到servlet的安装配置的方法(本人e文水平有限),后来看到这贴子一时豁然开朗。值得推介。*************************************j2sdk1.5下......
摘要:这里是判断yyyy-mm-dd这种格式的,基本上把闰年和2月等的情况都考虑进去了,不过我已经忘了在哪里找到的。^((((1[6-9]|[2-9]\d)\d{2})-(0?[13578]|1[02])-(0?[1-9]|[12]\d|3[01]))|(((1[6-9]|[2-9]\d)\d{2})-(0?[13456789]|1[012])-(0?[1-9]|[12]\d|30))|(((1[6-9......
Shark api 应用:获得父流程(parent process)executionadministration ea = shark.getinstance().getadmininterface().getexecutionadministration();
ea.connect(username, password, enginename, null); 【程序编程相关:
ORACLE应用中常见的傻瓜问题1000】 【推荐阅读:
网络管理中的常用命令】 【扩展信息:
用正则表达式得到网页上的链接】 // subprocid为子流程序号 wfeas = ea.getprocess(subprocid).get_sequence_history(0); if ( wfeas != null ) { for ( int i = 0; i < wfeas.length; i++ ) { if ( wfeas[i].event_type().equals("processcreated") ) { ...
下一页 摘要:web.xml deployment descriptor elements
this following sections describe the deployment descriptor elements defined in the web.xml file. the root element for web.xml is <web-app>. the followi......