`
taiwei.peng
  • 浏览: 234450 次
  • 性别: Icon_minigender_1
  • 来自: 深圳
社区版块
存档分类
最新评论
文章列表
@Repository public class BulkCargoDao extends BaseEntityDao<BulkCargo> implements IBulkCargoDao { @Resource private IZoneCodeInfoBiz zoneCodeInfoBiz; public void setZoneCodeInfoBiz(IZoneCodeInfoBiz zoneCodeInfoBiz) { this.zoneCodeInfoBiz = zoneCodeInfoBiz; } /** * 查询监控信息 * @para ...
package com.richsum.hyoa.dao.impl; import java.util.Iterator; import java.util.List; import java.util.Map; import org.apache.commons.logging.Log; import org.apache.commons.logging.LogFactory; import org.hibernate.Criteria; import org.hibernate.SQLQuery; import org.hibernate.Query; import org.hibern ...
select cast(last_operate_tm as timestamp) query_time,                plate_num,                container_no,                waybill_no,                operate_zone_code,                waybill_route_status,                operate_batch_code,                lostime,                warntime,            ...
SELECT        D.DEPT_CODE,        SUM(T.GATHER_ZONE_PLAN_NUM),        SUM(T.ZONE_PLAN_NUM),        SUM(T.GATHER_ZONE_ACTUAL_NUM),        SUM(T.ZONE_ACTUAL_NUM),        SUM(T.MISS_LOAD_BILL_NUM),        SUM(T.SURPLUS_DEPART_NUM),        SUM(T.NOT_DEPART_NUM),        SUM(T.LATE_NESS_DEPART_NUM),        ...
create or replace procedure pro_miss_history as   t_waybillNo        varchar2(20);   t_checkCode        varchar2(20);   t_checkTime        date;   t_missTime         date;   t_compareTime      date;   t_compareCheckTime date;   cursor cur_task is   --查询核查次数大于1的数据     select f1.waybillcode, f1.check_ ...
自己做的一个Ext例子,基于Struts1的,Struts2和Strut1的区别还是很大的,这里只展示下Struts1的。 Ext.onReady(function(){      Ext.QuickTips.init(); //显示提示信息          var store = new Ext.data.JsonStore({     autoDestroy: true,     autoLoad:true,     url: 'work.do?method=dataQuery',        totalProperty: 'results',     root:'r ...
Ext.onReady(function() {   //上边布局   var topPanel=new Ext.Panel({       region : 'north',       title : '时效管理系统',       html: '<img src="./images/logo.jpg" width=100% height=100%>',         split : true,       height : 130,        minSize : 100,       maxSize : 200,       collaps ...
create table TT_FLOW_TEST (   id                 NUMBER not null,   transfer_batch_key VARCHAR2(30) not null,   plan_begin_tm      DATE not null,   transfer_zone_code VARCHAR2(30) not null,   transfer_area_code VARCHAR2(30),   batch_code         VARCHAR2(30) not null,   dist_code          VARCHAR2(30 ...
最近按照网上搭建s2sh框架,一直觉得没错。就是注入不成功。后来才发现是少了一个jar包 名称为struts2-spring-plugin-2.2.3.1.jar。后来成功了,但是事物又报错了,发现少了asm-3.3.jar,导入项目就不报错了,希望下次吸取教训,一次搭建成功。
jdk安装步骤 1.首先从官网下载jdk-6u45-linux-i586-rpm.bin 2.利用ssh客户端上传到服务器一个目录下 3.chmod +x jdk-6u19-linux-i586-rpm.bin 4../jdk-6u19-linux-i586-rpm.bin  ./不能少 5.执行该文件rpm -ivh  jdk-6u19-linux-i586.rpm.完成后会看到/usr下多出了一个java文件夹,jdk就安装好了 6.接下来设置环境变量:vi /etc/profile 7.添加以下语句: export   JAVA_HOME="/usr/java/jdk1.6.0 ...
<?xml version="1.0" encoding="UTF-8"?> <beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:context="http://www.springframework.org/schema/context" xmlns:aop="http://ww ...
1.准备软件 下载 oracle client客服端工具包instantclient-basic-nt-11.2.0.2.0 下载 pl/sql  Developer oracle client 下载地址: http://www.oracle.com/technetwork/database/features/instant-client/index-097480.html 2. 安装pl/sql Developer,解压instantclient-basic-nt-11.2.0.2.0 ,把加压内容放到 D:\instantclient_11_2目录下 2.1 配置p ...
XFire创建WebService实例应用   XFire使得在JavaEE应用中发布Web服务变得轻而易举。和其他Web服务引擎相比,   XFire的配置非常简单,可以非常容易地和Spring集成。   下载地址:http://xfire.codehaus.org/Download。    一. 使用XFire发布WebService    1. 创建service接口 Java代码  package com.test.service;   import com.test.service.bean.User;      public interfa ...

java 操作JSON

    博客分类:
  • json
在网上看了好些JAVA解析JSON文章,感觉很不错,直接收为私用了: 一json-lib.jar开发包使用依赖包 json-lib.jar开发包使用需要依赖包以下开发包: Json-lib requires (at least) the following dependencies in your classpath:     * jakarta commons-lang 2.4     * jakarta commons-beanutils 1.7.0     * jakarta commons-collections 3.2     * jakarta commons-lo ...

Oracle DB link

drop database link jc_zd create database link jc_zdconnect to dzjc identified by "12345678"using '(DESCRIPTION =(ADDRESS_LIST =(ADDRESS = (PROTOCOL = TCP)(HOST = 19.104.24.19)(PORT = 1521)))(CONNECT_DATA =(SERVICE_NAME = jc)))';   create database link LINK_SIT_UAT   connect to omprout ...
Global site tag (gtag.js) - Google Analytics