摘要: http://www.cnblogs.com/wifi/articles/4075915.htmldouble temp=3.1415926; (F)Fixed point:string str1=temp.toString("f1");//保留一位小数 四舍五入 结果:3.1 (F)Fixed p 阅读全文
posted @ 2017-05-04 14:00 LuoCore 阅读(1626) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/dxnn520/article/details/8454132 【四舍五入取整截取】 select round(54.56,0) 【向下取整截取】 SELECT FLOOR(54.56) 【向上取整截取】 SELECT CEILING(13.15) 以下转自 阅读全文
posted @ 2017-05-04 13:33 LuoCore 阅读(5887) 评论(0) 推荐(1) 编辑