拦截器:顾名思义,就是对请求进行拦截,做一些预处理、后处理或返回处理的操作Spring MVC中使用拦截器的方法,继承HandlerInterceptorAdapter类,并根据需求实现其中的preHandle方法(预处理)、postHandle方法(返回处理),afterCompletion方法(...
分类:
编程语言 时间:
2014-06-24 10:37:03
阅读次数:
419
关于easyUI Datagrid 控件 param参数,官方文本很少解释,主要有如下说明:queryParamsobjectWhen request remote data, sending additional parameters also.Code example:$('#dg').data...
分类:
其他好文 时间:
2014-06-24 10:35:11
阅读次数:
268
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Data;using System.Reflection;namespace RftToModel { ...
分类:
其他好文 时间:
2014-06-24 10:11:11
阅读次数:
151
gvim /var/lib/pgsql/data/postgresql.confgvim /var/lib/pgsql/data/pg_hba.confservice httpd startservice postgresql start[root@linux ~]# psql -h 127.0.0...
分类:
数据库 时间:
2014-06-24 09:38:36
阅读次数:
347
2014-06-20 BaoXinjian一、摘要DML(data manipulation language): 它们是SELECT、UPDATE、INSERT、DELETE,就象它的名字一样,这4条命令是用来对数据库里的数据进行操作的语言DDL(data definition language)...
分类:
数据库 时间:
2014-06-24 09:08:24
阅读次数:
365
微软近期Open的职位:Group: Search Technology Center Asia (STCA)/Data Platform teamTitle: Senior Software Development EngineerLocation: Beijing, ChinaThe R&D o...
分类:
其他好文 时间:
2014-06-24 09:07:51
阅读次数:
249
//类方法 图片 转换为二进制+(NSData *)Image_TransForm_Data:(UIImage *)image{ NSData *imageData = UIImageJPEGRepresentation(image , 0.5); //几乎是按0.5图片大小就降到原来...
分类:
移动开发 时间:
2014-06-24 08:58:06
阅读次数:
334
11.2.0.2,expdp报错:ORA-39126: Worker unexpected fatal error in KUPW$WORKER.GET_TABLE_DATA_OBJECTS []ORA-31642: the following SQL statement fails:BEGIN "...
分类:
其他好文 时间:
2014-06-23 08:22:37
阅读次数:
497
using Microsoft.SharePoint;using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using Syst...
分类:
其他好文 时间:
2014-06-23 08:15:19
阅读次数:
272