
Java
The bird that flies
这个作者很懒,什么都没留下…
展开
-
Ireport动态设置金额单位,动态设置列值的格式
这里先说思路:通过配置项来控制JRTemplatePrintText中的TextFormat和Text属性来达到动态设置金额格式的结果。部分代码如下:代码片段一:int moneyDigitCount = CssdUtils.getSystemSetConfigByNameInt("moneyDigitCount", 4); moneyDigitCount = 2; DecimalFormat df = null;//用于调整页面数字显示 ...原创 2020-12-17 11:03:34 · 659 阅读 · 0 评论 -
smbfile远程操作共享文件并解决连接数不足的问题
报错信息:No more connections can be made to this remote computer at this time because there are already as many connections as the computer can accept.准备jar包(以gradle为例):compile group: 'org.springframe...原创 2019-01-12 19:19:31 · 2836 阅读 · 2 评论