Commit ab38785d authored by 赵建伟's avatar 赵建伟

update codes

parent bc1725fe
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="ChangeListManager">
<list default="true" id="d5f48aa6-efd5-46e7-8592-d3409cf68c59" name="Default Changelist" comment="">
<change afterPath="$PROJECT_DIR$/lib/shell/hive.sh" afterDir="false" />
</list>
<list default="true" id="d5f48aa6-efd5-46e7-8592-d3409cf68c59" name="Default Changelist" comment="add database name pm" />
<option name="SHOW_DIALOG" value="false" />
<option name="HIGHLIGHT_CONFLICTS" value="true" />
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
......@@ -17,6 +15,20 @@
<executable />
</execution>
</component>
<component name="DatabaseView">
<option name="SHOW_INTERMEDIATE" value="true" />
<option name="GROUP_DATA_SOURCES" value="true" />
<option name="GROUP_SCHEMA" value="true" />
<option name="GROUP_CONTENTS" value="false" />
<option name="SORT_POSITIONED" value="false" />
<option name="SHOW_EMPTY_GROUPS" value="false" />
<option name="AUTO_SCROLL_FROM_SOURCE" value="false" />
<option name="HIDDEN_KINDS">
<set />
</option>
<expand />
<select />
</component>
<component name="FavoritesManager">
<favorites_list name="bi-report" />
</component>
......@@ -84,7 +96,7 @@
<workItem from="1591668557485" duration="1164000" />
<workItem from="1591757105976" duration="605000" />
<workItem from="1591843790575" duration="598000" />
<workItem from="1592568360803" duration="2738000" />
<workItem from="1592568360803" duration="5142000" />
</task>
<option name="localTasksCounter" value="2" />
<servers />
......@@ -97,14 +109,15 @@
<option name="LAST_COMMIT_MESSAGE" value="add database name pm" />
</component>
<component name="WindowStateProjectService">
<state x="554" y="197" key="CommitChangelistDialog2" timestamp="1592797476112">
<state x="554" y="197" key="CommitChangelistDialog2" timestamp="1592797495165">
<screen x="0" y="22" width="1920" height="1129" />
</state>
<state x="554" y="197" key="CommitChangelistDialog2/0.22.1920.1129/-981.-1200.1920.1200/939.-1080.1920.1080@0.22.1920.1129" timestamp="1592797476112" />
<state x="554" y="197" key="CommitChangelistDialog2/0.22.1920.1129/-981.-1200.1920.1200/939.-1080.1920.1080@0.22.1920.1129" timestamp="1592797495165" />
<state x="2306" y="1378" key="CommitChangelistDialog2/1752.1200.1920.1151/0.22.1920.1178/1920.120.1920.1080@1752.1200.1920.1151" timestamp="1590736919071" />
<state x="2312" y="1515" key="Vcs.Push.Dialog.v2" timestamp="1590736921013">
<screen x="1752" y="1200" width="1920" height="1151" />
<state x="560" y="331" key="Vcs.Push.Dialog.v2" timestamp="1592809150983">
<screen x="0" y="22" width="1920" height="1129" />
</state>
<state x="560" y="331" key="Vcs.Push.Dialog.v2/0.22.1920.1129/-981.-1200.1920.1200/939.-1080.1920.1080@0.22.1920.1129" timestamp="1592809150983" />
<state x="2312" y="1515" key="Vcs.Push.Dialog.v2/1752.1200.1920.1151/0.22.1920.1178/1920.120.1920.1080@1752.1200.1920.1151" timestamp="1590736921013" />
<state x="625" y="385" key="git4idea.merge.GitPullDialog" timestamp="1591588719752">
<screen x="0" y="22" width="1920" height="1129" />
......
......@@ -103,7 +103,7 @@ public class ExcelServiceImpl implements ExcelService {
XSSFRow header = sheet.createRow(0);
//设置sheet头部列宽
for(int ii=0;ii<headers.size();ii++){
sheet.setColumnWidth(ii,12*256);
sheet.setColumnWidth(ii,20*256);
}
//给sheet头部赋值以及设置样式
Integer columIndex = 0;
......@@ -118,7 +118,7 @@ public class ExcelServiceImpl implements ExcelService {
XSSFRow hssfRow = sheet.createRow(rowIndex);
//设置单元格长度
for(int ii=0;ii<row.size();ii++){
sheet.setColumnWidth(ii,12*256);
sheet.setColumnWidth(ii,20*256);
}
//依次给单元格赋值
Integer j = 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment