摘要:
经常有人提到,用动态生成SQL语句的方法处理数据时,处理语句超长,无法处理的问题下面就讨论这个问题:/*-- 数据测试环境 --*/if exists (select * from dbo.sysobjects where id = object_id(N'[tb]') and OBJECTPROP... 阅读全文
摘要:
BigDecimal加减乘除运算2011-11-21 21:226470人阅读评论(0)收藏举报stringdivjavaup工具java.math.BigDecimal。BigDecimal一共有4个够造方法,让我先来看看其中的两种用法:第一种:BigDecimal(double val)Translates a double into a BigDecimal.第二种:BigDecimal(String val)Translates the String repre sentation of a BigDecimal into a BigDecimal.使用BigDecimal要用Stri 阅读全文