摘要: 1、弹框提示信息 response.getWriter().print("");2、跨域下载附件 response.setStatus(302); response.setHeader("location","http://11.1.249.6:8181/collect/filedow... 阅读全文
posted @ 2015-11-10 21:24 雪卜 阅读(212) 评论(0) 推荐(0) 编辑
摘要: echarts图形插件使用 阅读全文
posted @ 2015-11-05 11:26 雪卜 阅读(1098) 评论(0) 推荐(0) 编辑
摘要: //常量定义public class Constant { public static Integer PM_YEAR_NO = 5;}//actionpublic class ZhiBiaoPmAction extends BaseAction { private static final lon... 阅读全文
posted @ 2015-11-05 11:11 雪卜 阅读(6636) 评论(0) 推荐(0) 编辑
摘要: 一些CSS命名规则头:header内容:content/containe尾:footer导航:nav侧栏:sidebar栏目:column页面外围控制整体布局宽度:wrapper左右中:left right center登录条:loginbar标志:logo广告:banner页面主体:main热点:... 阅读全文
posted @ 2015-11-02 10:12 雪卜 阅读(137) 评论(0) 推荐(0) 编辑
摘要: --表结构及数据: DTIME TYPE MONEY 2015-10-14 13:50:35.000 shopping 202015-10-21 13:51:24.000 shopping ... 阅读全文
posted @ 2015-10-30 14:04 雪卜 阅读(703) 评论(0) 推荐(0) 编辑
摘要: 1.字符串函数 :len(expression)返回给定字符串表达式的字符(而不是字节)个数,其中不包含尾随空格。datalength(Char_expr) 返回字符串包含字符数,但不包含后面的空格length(expression,variable)指定字符串或变量名称的长度。substring(... 阅读全文
posted @ 2015-10-30 10:54 雪卜 阅读(1033) 评论(0) 推荐(0) 编辑
摘要: createtabletest2(idint,namevarchar(20),quarterchar,profile1int)insertintotest2values(1,'a',1,1000)insertintotest2values(1,'a',2,2000)insertintotest2va... 阅读全文
posted @ 2015-10-16 18:19 雪卜 阅读(228) 评论(0) 推荐(0) 编辑
摘要: 一、准备文件 1、安装java虚拟机 2、安装kettle安装文件二、使用步骤 1、点击Spoon.bat,启动kettle,弹出DOS窗口如下: 2、进入主界面 3、新建资源库 阅读全文
posted @ 2015-10-15 18:45 雪卜 阅读(199) 评论(0) 推荐(0) 编辑
摘要: USE [DataCenter_BaoTou_Collect]GO/****** Object: UserDefinedFunction [dbo].[fn_GetQuanPin] Script Date: 10/14/2015 17:11:06 ******/SET ANSI_NULLS ... 阅读全文
posted @ 2015-10-15 18:33 雪卜 阅读(240) 评论(0) 推荐(0) 编辑
摘要: Struts2Utils.renderHtml("1", "encoding:GBK");PrintWriter out; JSONObject jo = new JSONObject(); response.setCharacterEncoding("gbk"); response.setC... 阅读全文
posted @ 2015-10-15 14:51 雪卜 阅读(145) 评论(0) 推荐(0) 编辑