上一页 1 ··· 6 7 8 9 10 11 下一页
摘要: public class TestDemo { public static void main(String[] args) { BigDecimal dataValue = new BigDecimal(200); BigDecimal data=new BigDecimal(1); BigDec 阅读全文
posted @ 2016-07-07 08:32 Sunray0330 阅读(292) 评论(0) 推荐(0) 编辑
摘要: //待测试数据 int i = 100; //得到一个NumberFormat的实例 NumberFormat nf = NumberFormat.getInstance(); //设置是否使用分组 nf.setGroupingUsed(false); //设置最大整数位数 nf.setMaximu 阅读全文
posted @ 2016-06-14 10:47 Sunray0330 阅读(931) 评论(0) 推荐(1) 编辑
摘要: int i_m = 270000 ; String str_m = String.valueOf(i_m); String str ="000000"; str_m=str.substring(0, 6-str_m.length())+str_m; System.out.println(str_m) 阅读全文
posted @ 2016-06-14 10:46 Sunray0330 阅读(369) 评论(0) 推荐(0) 编辑
摘要: /** * * 项目名称:${project_name} * 类名称:${type_name} * 类描述: * 创建人:${user} * 创建时间:${date} ${time} * 修改人:${user} * 修改时间:${date} ${time} * 修改备注: * @version * 阅读全文
posted @ 2016-06-07 12:00 Sunray0330 阅读(579) 评论(0) 推荐(0) 编辑
摘要: 阅读全文
posted @ 2016-05-10 11:50 Sunray0330 阅读(147) 评论(0) 推荐(0) 编辑
摘要: 1:什么是Jquery 2:jquery的例子 3:后记 阅读全文
posted @ 2016-04-27 15:42 Sunray0330 阅读(120) 评论(0) 推荐(0) 编辑
摘要: 1:js简介 2:js的各种例子 1:js的数据类型 2:js的循环 3:js的函数 4:js的比较 3:后记 阅读全文
posted @ 2016-04-27 15:41 Sunray0330 阅读(136) 评论(0) 推荐(0) 编辑
摘要: 0:个人推荐学习web技术最好的站点:http://www.w3school.com.cn/ 1:什么是html? html就是用来描述网页的语言。 2:html常用的标签 1:初识html文件 html由标签组成。有些标签有开始,有结束,有些标签有开始,没有结束。元素之间必须正确的嵌套。 2:ht 阅读全文
posted @ 2016-04-27 15:38 Sunray0330 阅读(169) 评论(0) 推荐(0) 编辑
摘要: 1:eclipse是什么? eclipse是Java开发工具。与她类似的还有IDEA,netbeans,myEclipse。 2:eclipse的快捷键。 Eclipse最全快捷键,熟悉快捷键可以帮助开发事半功倍,节省更多的时间来用于做有意义的事情。 Ctrl+1 快速修复(最经典的快捷键,就不用多 阅读全文
posted @ 2016-04-27 15:33 Sunray0330 阅读(186) 评论(0) 推荐(0) 编辑
摘要: characterEncodingFilter org.springframework.web.filter.CharacterEncodingFilter encoding UTF-8 ... 阅读全文
posted @ 2015-11-13 15:20 Sunray0330 阅读(182) 评论(0) 推荐(0) 编辑
上一页 1 ··· 6 7 8 9 10 11 下一页