c8a165ec75982558dd78dd692e20db9d6fb52baa
\345\270\270\350\247\201\351\227\256\351\242\230(\346\240\271\346\215\256\345\234\272\346\231\257\345\217\212\346\250\241\345\235\227\346\225\264\347\220\206).md
| ... | ... | @@ -157,6 +157,27 @@ |
| 157 | 157 | - startup.event.check.health.open=true |
| 158 | 158 | - startup.load.sdk.check.health.open=true |
| 159 | 159 | |
| 160 | +### 1.26 本地应用市场安装时报 zip/ZipFile$Builder 错误 |
|
| 161 | + |
|
| 162 | +1. server里面引用这几个 |
|
| 163 | +``` |
|
| 164 | + <dependency> |
|
| 165 | + <groupId>commons-io</groupId> |
|
| 166 | + <artifactId>commons-io</artifactId> |
|
| 167 | + <version>2.17.0</version> |
|
| 168 | + </dependency> |
|
| 169 | + <dependency> |
|
| 170 | + <groupId>org.apache.commons</groupId> |
|
| 171 | + <artifactId>commons-lang3</artifactId> |
|
| 172 | + <version>3.17.0</version> |
|
| 173 | + </dependency> |
|
| 174 | + <dependency> |
|
| 175 | + <groupId>org.apache.commons</groupId> |
|
| 176 | + <artifactId>commons-compress</artifactId> |
|
| 177 | + <version>1.27.1</version> |
|
| 178 | + </dependency> |
|
| 179 | +``` |
|
| 180 | + |
|
| 160 | 181 | ## 2.用户偏好APP--高级表格和基础表格 |
| 161 | 182 | ### 2.1 如何删除高级表格的内容 |
| 162 | 183 | * delete from rbac_user_prefer where user_id = '' and sign_type = 'uiScheme' and sign_id = '' |