上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 19 下一页
摘要: //除法:精确到后4位BigDecimal a = new BigDecimal(1213); BigDecimal b = new BigDecimal(10302); BigDecimal ratio = a.divide(b, 4, BigDecimal.ROUND_HALF_DOWN);//乘法:保留2位小数 ratio.multiply(new BigDecimal(100)).set... 阅读全文
posted @ 2016-10-11 13:41 旋转的梦 阅读(272) 评论(0) 推荐(0) 编辑
摘要: pack : String Controls how the child items of the container are packed together. Acceptable configuration values for this property are: start - child 阅读全文
posted @ 2016-09-22 22:32 旋转的梦 阅读(267) 评论(0) 推荐(0) 编辑
摘要: Ext.define('app.view.main.biz.customer.receipt.followup.FollowUpActionPanel', { extend: 'Ext.grid.Panel', border: false, margin:'10 20 20 20', hideHeaders: true, columns: [{ ... 阅读全文
posted @ 2016-09-22 16:03 旋转的梦 阅读(705) 评论(0) 推荐(0) 编辑
摘要: grid.getStore().load({ //默认展开所有行。 callback:function() { var expander = grid.plugins[0]; var count = grid.getStore().getCount() for(var i = count-1; i 阅读全文
posted @ 2016-09-22 15:59 旋转的梦 阅读(912) 评论(0) 推荐(0) 编辑
摘要: Linux创建软连接: ln -s 源文件 目标文件 tomcat安装目录 / conf目录下的:context.xml文件在 ; 里面加上 allowLinking="true" 属性就可以了。 阅读全文
posted @ 2016-09-19 10:41 旋转的梦 阅读(1045) 评论(0) 推荐(0) 编辑
摘要: Error:svn: E155004: Run 'svn cleanup' to remove locks (type 'svn help cleanup' for details)svn: E155004: Working copy 'D:\JavaProgram\IDEA workspace\s 阅读全文
posted @ 2016-09-17 19:04 旋转的梦 阅读(9446) 评论(1) 推荐(1) 编辑
摘要: var orgRoot = { 271: {backgroundColor: '#f68f2b', textColor: '#FFFFFF'}, 272: {backgroundColor: '#49a9f3', textColor: '#FFFFFF'}, 273: {backgroundColor: '#78c06e', textColor: '#FFFFFF'}... 阅读全文
posted @ 2016-09-13 21:54 旋转的梦 阅读(1826) 评论(0) 推荐(0) 编辑
摘要: 系统管理-管理节点,刷新状态 阅读全文
posted @ 2016-09-09 15:00 旋转的梦 阅读(4227) 评论(0) 推荐(0) 编辑
摘要: 原文匹配中文 excelMap.get\((\"[\u4E00-\u9F15]+\")\) 目标 excelMap.get\($1.hashCode\(\)\) 阅读全文
posted @ 2016-09-07 17:54 旋转的梦 阅读(3610) 评论(0) 推荐(0) 编辑
摘要: 单独编译提交找不到符号的文件。 DIEAA 阅读全文
posted @ 2016-09-05 20:57 旋转的梦 阅读(1433) 评论(0) 推荐(0) 编辑
上一页 1 ··· 8 9 10 11 12 13 14 15 16 ··· 19 下一页