自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(19)
  • 资源 (2)
  • 收藏
  • 关注

原创 js局部刷新

(function(){  _tools = { initPage : function(options){    if(this.notIsCompatible()){       this.showErrorPage();       return false;    }    $.history.init(this.loadPage);    this.initHomePag

2017-01-16 09:54:20 4899

原创 常用工具

nyfedit eclipse获取JDK D:\1_liujun\AA\eclipse-jee-mars-2-win32\eclipse\eclipse.exe -vm D:\1_liujun\AA\jdk1.8.0_60\bin\javaw

2017-01-16 09:49:23 347

原创 Java Action配置

配置文件        bondOptyInMaturityService insertBPIM S_BUTTON_NEXT 债券承销 Issue_application 5 Java代码 private List> triggerActionConditions; public void setTrigg

2017-01-11 13:41:28 1041

原创 Oracle中start with...connect by子句实例

select /*+ index(emp IDX_PAIC_EMP_INFO_004)*/ og.deptid_descr || '直属' "orgName",        og.id_deptid "orgCode",        emp.PAIC_UM_NUM "umId",        emp.LAST_NAME "name",        emp.paic_mobile_p

2016-12-29 15:29:30 442

原创 Java + jquery crud

本文前端使用JSP,后端Java spring +mybatis,学习笔记 1. 引用jquery.ui.dialog.js, 2.重写open,close函数 /**  * Pa.dialog.js  * depend on jquery.ui.dialog.js  * author:wangtao719  */ (function(){ /* * j

2016-12-19 11:47:28 1170 1

原创 oracle创建临时表及SQL语句拼接

--创建表语句 CREATE TABLE CX_DUAN(OPTY_NAME VARCHAR2(400),   -- 项目名称                      TYPE VARCHAR2(400),        -- 类型                      STG_NAME VARCHAR2(400),    -- 项目阶段                      I

2016-12-13 15:47:44 4572

转载 使用PowerDesigner画图教程

一、概念数据模型概述 数据模型是现实世界中数据特征的抽象。数据模型应该满足三个方面的要求: 1)能够比较真实地模拟现实世界 2)容易为人所理解 3)便于计算机实现 概念数据模型也称信息模型,它以实体-联系(Entity-RelationShip,简称E-R)理论为基础,并对这一理论进行了扩充。它从用户的观点出发对信息进行建模,主要用于数据库的概念级设计。

2015-06-04 17:44:38 1464

原创 sql去重复

-- 去重复 delete a from db_instance_log_size_d a left join( select id from db_instance_log_size_d group by instance_name,date,ip,size )b on a.id=b.id where b.id is null

2015-06-04 17:10:25 402

转载 jquery 添加删除元素

http://www.tuicool.com/articles/A73euu

2015-05-13 21:37:39 403

转载 Quartz Cron表达式 在线生成器 java定时任务

http://www.cnblogs.com/yanweidie/p/3537144.html

2015-04-27 19:10:31 7984

原创 maven(springMVC,matatis配置文件)

4.0.0     itrs     itrs-1.1.0     0.0.1-SNAPSHOT     war     itrs-1.1.0                   UTF-8         3.2.5.RELEASE                                javax             javaee-api       

2015-03-10 19:06:06 464

原创 spring验证文件(spring-security.xml)

<beans xmlns="http://www.springframework.org/schema/beans" xmlns:mvc="http://www.springframework.org/schema/mvc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:p="http://www.springframewo

2015-03-10 19:04:43 444

原创 web配置文件

itrs-1.0.0              contextConfigLocation         classpath:spring.xml,classpath:spring-mybatis.xml                          log4jConfigLocation           classpath:log4j.xml            

2015-03-10 19:02:49 403

原创 spring配置文件

<beans xmlns="http://www.springframework.org/schema/beans" xmlns:task="http://www.springframework.org/schema/task" xmlns:aop="http://www.springframework.org/schema/aop" xmlns:xsi="http://www.w3.org/20

2015-03-10 19:02:46 296

原创 spring mybatis(spring-mybatis.xml)

<beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:tx="http://www.springframework.org/schema/tx" xmlns:aop="http://www.springframewo

2015-03-10 18:58:52 344

原创 mybatis配置文件1

PUBLIC "-//ibatis.apache.org//DTD Config 3.0//EN"          "http://ibatis.apache.org/dtd/ibatis-3-config.dtd">

2015-03-10 18:57:45 330

原创 mybatis配置文件

id,type,text,value,selected,creator,createDate,updater,updateDate                   dic                                                 T0.SEARCH LIKE '%${q}%'                         

2015-03-10 18:55:10 518

原创 创建本年度周六、周日

/**   * 创建本年度周六、周日   * @param   * @return   */  public void insertRestDay() {   Calendar c = Calendar.getInstance(TimeZone.getTimeZone("GMT+08:00"));    //获取东八区时间   int year = c.get(Calendar.Y

2014-11-02 23:17:31 314

原创 extjs google统计图

Google Chart API 之 bar_charts   http://code.google.com/apis/chart/interactive/docs/gallery/barchart.html         google图地址   https://www.google.com/uds/?file=visualization&v=1&packages=corech

2011-12-15 20:25:24 610

linux版本发布操作

linux版本发布操作

2015-04-02

Layoutit bootStrap3

Layoutit bootStrap3 拖拽功能

2015-07-21

空空如也

TA创建的收藏夹 TA关注的收藏夹

TA关注的人

提示
确定要删除当前文章?
取消 删除