自定义博客皮肤VIP专享

*博客头图:

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

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

博客底图:

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

栏目图:

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

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(12)
  • 资源 (13)
  • 收藏
  • 关注

原创 全屏截图

using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Text;using System.Windows.Forms;//using System.Drawing.Ima

2009-06-12 15:45:00 574

原创 DataGridView 属性说明

http://www.cnblogs.com/mugua604/archive/2008/04/27/1173360.html

2009-05-26 16:20:00 485

原创 dataGridView 闪烁 和 listview 闪烁 的解决办法

/// ///双缓冲DataGridView,解决闪烁 /// class DoubleBufferListView : DataGridView { public DoubleBufferListView() { SetStyle(Co

2009-05-21 12:30:00 763

原创 多国语言

  using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Text;using System.Windows.Forms;//using System.G

2009-05-12 09:11:00 602

原创 自动生成编号

using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Text;using System.Windows.Forms;namespace SMGe{ pub

2009-03-31 09:16:00 861

原创 转换图片格式

using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Text;using System.Windows.Forms;namespace WFrom{ pu

2009-03-24 15:58:00 475

原创 获取键盘键值

using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Text;using System.Windows.Forms;namespace WFrom{ pu

2009-03-20 11:35:00 587

原创 机器码

using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Text;using System.Windows.Forms;//using System.Management;

2009-03-17 17:09:00 2571 1

原创 DataSet导出为Excel

public void ExportExcel() { if (ds == null) { return; } Microsoft.office.Interop.Excel.Application xlApp = new

2009-03-09 22:05:00 460

原创 背景音乐

using System;using System.Collections.Generic;using System.ComponentModel;using System.Data;using System.Drawing;using System.Text;using System.Windows.Forms;//using System.Runtime.Int

2009-03-04 22:12:00 473

原创 金额小写转大写

using System;using System.Collections.Generic;using System.Text;namespace KySoft{ public class cls转换金额 { public cls转换金额() { } public static

2009-03-04 22:08:00 867

原创 获取硬件信息

using System;using System.Collections.Generic;using System.Text;//using System.Net;using System.Runtime.InteropServices;using System.Messaging;using System.Management;//在解决方案中引用System.Ma

2009-03-04 21:12:00 1173 1

cas-client-core-3.1.1.jar

cas-client-core-3.1.1.jar

2015-02-02

权限管理 struts2 hiberante3.5 spring3.0 annotation

学习struts2+hiberanate3.5+spring3.0 (annotation)的好项目

2011-01-29

funsionchart 的demo,包括funsionchart的通用类和dom4j的通用类

java做web报表主要分为三类,一种在服务器生成图片,代表的组件有jfreechart,这种图片不美观,而且缺乏互动性。二种用javascript生成图片,同样也不是很漂亮。第三种是flash报表,这种报表美感和互动性都有了。 flash报表中,比较出名的有以下三个,open flash chart(OFC),amcharts, funsionchart,OFC开源,但是感觉没其他两个漂亮。amcahrts感觉太复杂,功能太强一般都用不到。funsionchart,分为免费版和商业版,一般免费版就够我们用了,易学易用是fusionchart的最大优势。 报表按功能分可以分为单系列图,多系列图,组合图,其他(财经图,漏斗图,甘特图),我们这里也主要讲单系列图,多系列图,组合图类型的图。

2011-01-13

汉语转拼音之pinyin4j 通用类

支持简体和繁体转换拼音 支持多音字 自己写的一个通用类。获取全拼音和获取首字母都可以。

2010-10-25

compass的配置文件

spring集成compass的配置文件 跟项目配套的compass源码在http://download.csdn.net/source/1447662

2009-07-29

多国语言 多国语言 多国语言

[VS2005 WinForm C#] [VS2005 WinForm C#] 附源码

2009-07-09

compass 以及lucene的通用代码

里面已经实现了compass的大部分功能,现在我们的项目里面就是用的这个代码。。直接可以套用。以及还有lucene的通用代码 下载的朋友请注意,里面少了一个spring和compass整合的xml文件,请到这个地址下载: http://download.csdn.net/source/1529477

2009-06-29

Java上传的通用代码包括(jspsmartupload,fileupload)

统一的接口,不同的实现,很方便的实现上传,代码里面有很详细的说明,相关的包没有上传,请自己下载。。我项目开发的时候一直是用的这几个类

2009-06-29

ext2.2中文api

ext中文翻译的经典api,大家不要错过哦

2009-06-28

freemarker经典文档

freemarker官方中文文档翻译。。。

2009-06-28

截屏软件 截屏软件 截屏软件

按"PrtScSysRq"键,就可以截取全屏,附上源码;

2009-06-26

提示文本框字节数 提示文本框字节数

提示文本框字节数. 提示文本框字节数. 提示文本框字节数.

2009-05-08

日历控件 日历控件 日历控件

非常实用的选择输入日期的特效. 非常实用的选择输入日期的特效.

2009-05-08

空空如也

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

TA关注的人

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