自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

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

原创 防止SQL注入

/** * 防止SQL注入 * @param str 传入字符串 * @return 处理后的字符串 */ public static String processSQLInjection(String str) { if (str != null && !"".equals(str)) { str = str

2015-01-28 09:33:31 250

原创 css 超过长度变为...

/**************文本过长浮动显示***************/ .spanFloat{padding-left:0px;overflow: hidden; display: block; white-space: nowrap;text-overflow:ellipsis; -o-text-overflow:ellipsis;font: 12px/18px "Microsoft

2015-01-27 16:52:13 236

原创 js 插入到tabel 最后

function toAddPayRow(){ var temp='@'; temp+=""; temp+=""; temp+=""; temp+=""; temp+=""; temp+=""; temp+=""; temp+="删除"; var rowLen = $("#payTable tr[name='payrow']").l

2015-01-24 17:09:35 282

原创 js 插入到外面

function addspefile(){ var temp=""; temp+= "其他特殊许可证:   "; temp+=" "; temp+=" "; temp+= ""; temp+= " "; temp+= ""; temp+= ""; temp+= ""; temp+=

2015-01-24 17:06:20 489

原创 checkbox 全选反选 可以根据小项判断大项是否勾选

$(document).ready(function(){ $("#htxhsall").click( function () { if(this.checked){ $("[name=htxhs]:checkbox").attr("checked",true); }else{ $("[name=htxhs]:checkbox").attr("checked",f

2015-01-23 09:58:39 631

转载 学习学习

java List 排序 Collections.sort() 对 List 排序 http://www.blogjava.net/zygcs/archive/2008/01/17/176032.html

2015-01-23 08:46:45 322

转载 向左偏移

style="margin-left: 30px"

2015-01-08 10:28:12 676

java 反编译小工具

Java class 反编译工具 不用安装

2014-09-30

核心同花顺笔试题目

拍来的照片,还能看清楚。笔试题目。2012年最新笔试题

2012-05-30

空空如也

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

TA关注的人

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