开心人生

用今天的努力----实现我所向往的明天

导航

2008年10月15日 #

public class Util Reverse 反转 整数、字节

摘要: package com.newglobal.dispense.util; public class Util { //按字节反转 public static int reverseB(int num){ int ret = 0; String str = "" + num;//0123456789L int len = str.length(... 阅读全文

posted @ 2008-10-15 18:59 hai 阅读(297) 评论(0) 推荐(0)

CruiseService

摘要: package com.newglobal.dispense.service; import com.newglobal.commun.DataPack;import com.newglobal.dispense.DisMain;import com.newglobal.util.Logging;import com.newglobal.util.QueueBuffer;import com.n... 阅读全文

posted @ 2008-10-15 18:57 hai 阅读(239) 评论(0) 推荐(0)