java×Ö·û´®µÄ¸÷ÖÖ±àÂëת»»¡¾×ªÌù¡¿
import java.io.UnsupportedEncodingException;
¡¡¡¡/**
¡¡¡¡* ת»»×Ö·û´®µÄ±àÂë
¡¡¡¡*/
¡¡¡¡public class ChangeCharset
{
¡¡¡¡/** 7λASCII×Ö·û£¬Ò²½Ð×÷ISO646-US¡¢Unicode×Ö·û¼¯µÄ»ù±¾À¶¡¿é */
¡¡¡¡public static final String US_ASCII = "US-ASCII";
¡¡¡¡/** ISO À¶¡×Öĸ±í No.1£¬Ò²½Ð×÷ ISO-LATIN-1 */
¡¡¡¡public static final String ISO_8859_1 = "ISO-8859-1";
¡¡¡¡/** 8 λ UCS ת»»¸ñʽ */
¡¡¡¡public static final String UTF_8 = "UTF-8";
¡¡¡¡/** 16 λ UCS ת»»¸ñʽ£¬Big Endian£¨×îµÍµØÖ·´æ·Å¸ßλ×Ö½Ú£©×Ö½Ú˳Ðò */
¡¡¡¡public static final String UTF_16BE = "UTF-16BE";
¡¡¡¡/** 16 λ UCS ת»»¸ñʽ£¬Little-endian£¨×î¸ßµØÖ·´æ·ÅµÍλ×Ö½Ú£©×Ö½Ú˳Ðò */
¡¡¡¡public static final String UTF_16LE = "UTF-16LE";
¡¡¡¡/** 16 λ UCS ת»»¸ñʽ£¬×Ö½Ú˳ÐòÓÉ¿ÉÑ¡µÄ×Ö½Ú˳Ðò±ê¼ÇÀ´±êʶ */
¡¡¡¡public static final String UTF_16 = "UTF-16";
¡¡¡¡/** ÖÐÎij¬´ó×Ö·û¼¯ */
¡¡¡¡public static final String GBK = "GBK";
¡¡¡¡/**
¡¡¡¡* ½«×Ö·û±àÂëת»»³ÉUS-ASCIIÂë
¡¡¡¡*/
¡¡¡¡public String toASCII(String str) throws UnsupportedEncodingException
{
¡¡¡¡ return this.changeCharset(str, US_ASCII);
¡¡¡¡}
¡¡¡¡/**
¡¡¡¡* ½«×Ö·û±àÂëת»»³ÉISO-8859-1Âë
¡¡¡¡*/
¡¡¡¡public String toISO_8859_1(String str) throws UnsupportedEncodingException
{
¡¡¡¡ return this.changeCharset(str, ISO_8859_1);
¡¡¡¡}
¡¡¡¡/**
¡¡¡¡* ½«×Ö·û±àÂëת»»³ÉUTF-8Âë
¡¡¡¡*/
¡¡¡¡public String toUTF_8(String str) throws UnsupportedEncodingException
{
¡¡¡¡ return this.changeCharset(str, UTF_8);
¡¡¡¡}
¡¡¡¡/**
¡¡¡¡* ½«×Ö·û±àÂëת»»³ÉUTF-16BEÂë
¡¡¡¡*/
¡¡¡¡public String toUTF_16BE(String str) throws UnsupportedEncodingException
{
¡¡¡¡ return this.changeCharset(str, UTF_16BE);
¡¡¡¡}
¡¡¡¡/**
¡¡¡¡* ½«×Ö·û±àÂëת»»³ÉUTF-16LEÂë
¡¡¡¡*/
¡¡¡¡public String toUTF_16LE(String str) throws UnsupportedEncodingException
{
¡¡¡¡ return this.changeCharset(str, UTF_16LE);
¡¡¡¡}
¡¡¡¡/**
¡¡¡¡* ½«×Ö·û±àÂëת»»³ÉUTF-16Âë*/
¡¡¡¡public String toUTF_16(String str) throws UnsupportedEncodingException
{
Ïà¹ØÎĵµ£º
create PROCEDURE pagelist
@tablename nvarchar(50),
@fieldname nvarchar(50)='*',
@pagesize int output,--ÿҳÏÔʾ¼Ç¼ÌõÊý
@currentpage int output,--µÚ¼¸Ò³
@orderid nvarchar(50),--Ö÷¼üÅÅÐò
@sort int,--ÅÅÐò·½Ê½£¬1±íʾÉýÐò£¬0±íʾ½µÐòÅÅÁÐ
......
ÀûÓÃjava·´Éä¼¼ÊõÌáÈ¡ÀàÐÅÏ¢
1 package day15;
2
3 import java.lang.reflect.*;
4
5 public class ReflectionTest {
6
7 public& ......
Óà Groovy ±àд¸üÉٵĴúÂ룬Íê³É¸ü¶àµÄ¹¤×÷
¼¶±ð£º ³õ¼¶
Scott Davis , ´´Ê¼ÈË, ThirstyHead.com
2009 Äê 3 ÔÂ 09 ÈÕ
Groovy ר¼Ò Scott Davis ½«ÖØÐ¿ªÊ¼×«Ð´ ʵս Groovy ϵÁÐÎÄÕ£¬¸ÃϵÁÐÎÄÕÂÓÚ 2006 ÄêÍ£Ö¹±àд¡£×÷Ϊ¿ªÆªÎÄÕ£¬±¾ÎĽ«½éÉÜ Groovy ×î½üµÄ·¢Õ¹ÒÔ¼° Groovy µ±Ç°µÄ״̬¡£È»ºóÁ˽ⴠ......
ÔÎÄÀ´×Ô£ºhttp://gocom.primeton.com/modules/newbb/item44444_44444.htm
1 »ù±¾ÐÅÏ¢
ͻ񻣼
ÏÖÔÚÓкܶàµÄ¹¤¾ß½«Java´úÂë´ò°üΪexeÎļþ£¬Ö´ÐÐʱ²»ÐèÒªÔÙ±àдÅú´¦ÀíÎļþ£¬»òÕßÔÚÃüÁîÐÐÊäÈ볤³¤µÄclasspathÐÅÏ¢£¬ÎªÓû§Ê¹Óà ......