- 博客(6)
- 资源 (3)
- 收藏
- 关注
Spring JdbcTemplate对text大字段的处理
最近在数据移植的时候遇到了,关于数据库中[color=red]text[/color]类型的大字段的问题,它总是报错!!!请问下,Spring JdbcTemplat是不是对[color=red]text[/color]类型进行操作时,要求,它不能为空,否则报错呢?...
2008-02-01 12:11:06
830
随机数的产生(Java代码)
public static void main(String [] args){ int max = 10000; int min = 1000; for(int i=0; i
2008-01-15 10:27:54
1100
2
时间类型与字符串之间的相互转换
package com.gzst.util;import java.text.SimpleDateFormat;import java.util.Date;import java.util.Random;public class StrToPrint { //将当时间类型格化 public static String getNowDateToSt...
2008-01-15 10:24:06
155
编码转换
package com.yangjia.util;import java.text.SimpleDateFormat;import java.util.Date;import java.util.Random;public class StrToPrint { //将GB2312编码方式转换为ISO8859_1编码方式 public static...
2008-01-15 09:51:16
135
分页显示
package com.yangjia.util;import java.util.ArrayList;import java.util.Iterator;import java.util.List;public class CutList { private int pagesize=10; //页面显示记录个数 private int pagecount;//统...
2008-01-15 09:30:00
174
FCKEditor使用说明(Csdn博客就是用的这个编辑器)
1. FCKeditor 介绍FCKeditor 这个开源的HTML 文本编辑器可以让web 程序拥有如MS Word 这样强大的编辑功能.FCKeditor 支持当前流行的浏览器如IE 5.5+, Firefox 1.0+, Mozilla 1.3+与Netscape 7+等。 FCKeditor官司方网址:http://www.fckeditor.net/ FCKedit...
2007-12-07 11:06:08
190
六个建议防止SQL注入式攻击
2011-06-30
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅