摘要: 封装了jquery的ajax方法。 代码路径utiljs/jquery.util.js 代码: <!--WizRtf2Html Charset=0 -->function _ajax_execute(url, callback) { $.ajax({ type : "post", url : url 阅读全文
posted @ 2017-07-03 18:01 nobug的世界 阅读(131) 评论(0) 推荐(0) 编辑
摘要: 1、安装软件及驱动程序,配置odbc数据源2、打开软件,可以进行业务数据质量分析,数据库搬移,注意数据过多时不选删除选项(delete语句,执行慢且是完全删除),先在要插入的数据表中执行trunk语句。来自为知笔记(Wiz) 阅读全文
posted @ 2017-07-03 17:58 nobug的世界 阅读(615) 评论(0) 推荐(0) 编辑
摘要: select * from user_sys_privs where privilege like upper('%DATABASE LINK%'); grant create public database link to SYSTEM; create public database link ETPS_ORCL connect to ETPS identified by etps usin... 阅读全文
posted @ 2017-07-03 17:57 nobug的世界 阅读(134) 评论(0) 推荐(0) 编辑
摘要: 部署新项目时,会出现页面JS没加载或显示有问题,一般是weblogic缓存没清空的问题。1、缓存位置:/home/weblogic/Oracle/Middleware/user_projects/domains/base_domain/servers/AdminServer/tmp/来自为知笔记(Wiz) 阅读全文
posted @ 2017-07-03 17:55 nobug的世界 阅读(561) 评论(0) 推荐(0) 编辑
摘要: 1、包以及引包的路径名。2、bo层的数据库表对应3、controller对应路径名4、spring等配置文件5、数据源6、jsp样式来自为知笔记(Wiz) 阅读全文
posted @ 2017-07-03 17:47 nobug的世界 阅读(302) 评论(0) 推荐(0) 编辑
摘要: jar包见附件导入jar包,查看官网样例来自为知笔记(Wiz)附件列表 阅读全文
posted @ 2017-07-03 17:47 nobug的世界 阅读(133) 评论(0) 推荐(0) 编辑
摘要: 1、先按照tomcat配置下用户名登录数据库,确认能否链接。2、检查是否缺少jar包Hibernate来自为知笔记(Wiz) 阅读全文
posted @ 2017-07-03 17:46 nobug的世界 阅读(138) 评论(0) 推荐(0) 编辑
摘要: 参考来源:来源: http://zhidao.baidu.com/link? Jj1_RN6wmpHqvxEG4yRov0Q6_YqCUVx88X1bWY9NchZIfx6MfMTg3YPdPqhL_KVDlD7U0Y7OFeyHMXdP4R3GyABV9mu2HbEBXeppamxQS1i url 阅读全文
posted @ 2017-07-03 17:46 nobug的世界 阅读(7217) 评论(0) 推荐(0) 编辑
摘要: 1、首先WEB-INF下面定义tld配置文件(以tools.tld)为例,配置如下: tools for JSTL Tools 1.0 t com.mytest.core.util.el.Tools get config value from the config file, usually named config.propertise ... 阅读全文
posted @ 2017-07-03 17:43 nobug的世界 阅读(164) 评论(0) 推荐(0) 编辑
摘要: .properties是以键值对的形式保存数据,比文件保存更方便读取,而且不用修改源代码,不用重新编译源文件。多用于保存配置数据,如jndi,cookie属性,上传下载目录等等。另外,保存特殊化的内容十分有用,比如河北代码需要前台显示“河北”字样,云南代码需要显示“云南”字样,用properties就不用修改源码了。只需要河北写一个配置文件,云南写一个配置文件。1、写好配置文件,在building... 阅读全文
posted @ 2017-07-03 17:42 nobug的世界 阅读(420) 评论(0) 推荐(0) 编辑
摘要: 在加载的引用的JS文件后面加上时间。例如: 来自为知笔记(Wiz) 阅读全文
posted @ 2017-07-03 17:41 nobug的世界 阅读(181) 评论(0) 推荐(0) 编辑
摘要: 1、JSP页面: <!--WizRtf2Html Charset=0 --><%@page import="com.wondersgroup.esf.base.util.ApplicationContextUtil"%> <%@ page language="java" pageEncoding=" 阅读全文
posted @ 2017-07-03 17:40 nobug的世界 阅读(532) 评论(0) 推荐(0) 编辑
摘要: 见附件来自为知笔记(Wiz)附件列表 阅读全文
posted @ 2017-07-03 17:37 nobug的世界 阅读(368) 评论(0) 推荐(0) 编辑
摘要: 1、配置文件,见附件2、web.xml配置: CXFServlet org.apache.cxf.transport.servlet.CXFServlet 3 CXFServlet /ws/* 3、注解的作用:(详情百度)@Consumes对应http头文件accept属性,表示希望接收... 阅读全文
posted @ 2017-07-03 17:36 nobug的世界 阅读(2736) 评论(0) 推荐(0) 编辑
摘要: Test.java为读取本地xml文件post方式提交。来自为知笔记(Wiz)附件列表 阅读全文
posted @ 2017-07-03 17:35 nobug的世界 阅读(167) 评论(0) 推荐(0) 编辑
摘要: String folder = "/nasapp/datamerger/xmls/ " ; File file = new File(folder); if(!file.exists()){ file.mkdir(); } File[] files = file.listFiles(); for(File... 阅读全文
posted @ 2017-07-03 17:35 nobug的世界 阅读(296) 评论(0) 推荐(0) 编辑
摘要: 思路:indexOf()函数大于0来判断。boolean hasWhere = false;//命令字段是否已包含了where子句if(cmd.indexOf("where")>0||cmd.indexOf("WHERE")>0){ hasWhere=true; } 来自为知笔记(Wiz) 阅读全文
posted @ 2017-07-03 17:32 nobug的世界 阅读(239) 评论(0) 推荐(0) 编辑
摘要: JS部分: var qcloud={}; $('[_t_nav]').hover(function(){ var _nav = $(this).attr('_t_nav'); clearTimeout( qcloud[ _nav + '_timer' ] ); qcloud[ _nav + '_ti 阅读全文
posted @ 2017-07-03 17:31 nobug的世界 阅读(571) 评论(0) 推荐(0) 编辑
摘要: CSS文件:.header{ width:100%; height:68px; background: url(./images/top_bg.png) center center repeat-x;}.header_content{ width:1000px; height:68px; margin:0 auto; position:relative; }.logo{ width:340px; ... 阅读全文
posted @ 2017-07-03 17:24 nobug的世界 阅读(288) 评论(0) 推荐(0) 编辑
摘要: JS方法:/**批量接收*/function checkboxAll(){ var array=""; $('input[id^=checkbox_all]').each(function(){ if(this.checked){ array=array+$(this).val()+","; } }); if(array!=... 阅读全文
posted @ 2017-07-03 17:23 nobug的世界 阅读(1347) 评论(0) 推荐(0) 编辑