上一页 1 ··· 4 5 6 7 8 9 下一页
摘要: create or replace procedure yuchuli_recovery isbegin 恢复企业 不需要恢复央企、财政、全部退休人员的企业(建会状态 in 1 3 11 12 19 20 26) 不满足剔除条件 不是个体工商户 declare cursor cur is selec 阅读全文
posted @ 2017-11-01 20:08 wumengjuan 阅读(172) 评论(0) 推荐(0) 编辑
摘要: create or replace procedure yuchuli_update isbegin 2、更新数据 declare 0-17已建会的,除了企业名称(qymc)和地税企业名称(sjqymc)以外的字段都要更新 17mins cursor dsjh is SELECT qyxx.qybm 阅读全文
posted @ 2017-11-01 20:07 wumengjuan 阅读(320) 评论(0) 推荐(0) 编辑
摘要: create or replace procedure yuchuli_insert isbegin 预处理新增 declare --标记地税过来的脏数据 cursor isallnull is select qybm from gh_dsqyxx where (shxydm is null and 阅读全文
posted @ 2017-11-01 20:05 wumengjuan 阅读(597) 评论(0) 推荐(0) 编辑
摘要: SELECT * FROM gh_qyxx q ORDER BY q.drrq DESC--1169897select * from gh_qyxx q where q.drrq <= to_date('2017-10-26 00:00:00','yyyy-mm-dd hh24:mi:ss') an 阅读全文
posted @ 2017-11-01 20:04 wumengjuan 阅读(160) 评论(0) 推荐(0) 编辑
摘要: package com.whbs.bean; public class UserBean { private Integer id; private int age; private String name; private String address; public UserBean(){ Sy 阅读全文
posted @ 2017-11-01 19:27 wumengjuan 阅读(154) 评论(0) 推荐(0) 编辑
摘要: public static <T> void Model2Doc_childs(T t,Document reqData, Node parentNode) throws IllegalArgumentException, IllegalAccessException { Class<?> claz 阅读全文
posted @ 2017-11-01 19:26 wumengjuan 阅读(229) 评论(0) 推荐(0) 编辑
摘要: 程序在本机运行没有问题,迁移到aix系统上面,查询数据库的时候就会报下面这个问题,我这是在osgi平台上面运行的程序,程序错误如下 org.springframework.integration.message.MessageHandlingException: method 'public org 阅读全文
posted @ 2017-10-31 18:25 wumengjuan 阅读(190) 评论(0) 推荐(0) 编辑
摘要: 处理过程: 1、查看用户的proifle是那个,一般是default: sql>SELECT username,PROFILE FROM dba_users; 2、查看指定概要文件(如default)的密码有效期设置: sql>SELECT * FROM dba_profiles s WHERE s 阅读全文
posted @ 2017-10-20 18:26 wumengjuan 阅读(1072) 评论(0) 推荐(1) 编辑
摘要: PL/SQL 快捷键可以大大提高效率 1 修改Code assistant快捷键 tools->preferences->User Interface -> Key Configuration -> tools/ code assistant 改为自己想要的快捷键 tools -> code ass 阅读全文
posted @ 2017-10-20 18:24 wumengjuan 阅读(1063) 评论(0) 推荐(0) 编辑
摘要: 利用java反射机制实现动态导出excel 标签: 导出excelpoijava 2014-12-08 09:45 4774人阅读 评论(0) 收藏 举报 标签: 导出excelpoijava 2014-12-08 09:45 4774人阅读 评论(0) 收藏 举报 import java.io.I 阅读全文
posted @ 2017-10-13 20:21 wumengjuan 阅读(984) 评论(0) 推荐(0) 编辑
上一页 1 ··· 4 5 6 7 8 9 下一页