- 博客(3)
- 资源 (4)
- 收藏
- 关注
原创 sql 两数相除保留两位小数,输出百分比
select case when A=0 then '0.00%' else convert(varchar,CONVERT(decimal(18, 2),100*(isnull(B),0)) * 1.0 / A))+'%' end aaa
2018-07-11 10:45:40
23251
1
原创 excel 模板利用xml反序列输出
//xml实体类public class ImpField { private String orig; private String dest; public ImpField() { super(); } public ImpField(String orig, String dest) { super(); this.orig = orig; this.dest = dest; } ...
2018-07-11 10:41:42
210
原创 java poi excel输出
package com.gzpykj.adrhis.project.excel;import java.io.File;import java.io.FileInputStream;import java.io.FileOutputStream;import java.io.IOException;import java.io.OutputStream;import java.util.List;...
2018-07-11 10:18:27
171
iSCSI存储模拟 iscsitarget For Windows Server 2008 R2
2017-09-07
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人