更新http 工具 2023年3月8日17:08:00

master
zhangmeng 2023-03-08 17:08:04 +08:00
parent 7a6c0f7d20
commit 1755c45ac3
3 changed files with 3 additions and 3 deletions

View File

@ -112,9 +112,9 @@
> 使用hutool工具 > 使用hutool工具
### 7.1 http 请求工具 #### 7.1 http 请求工具
![](./src/main/resources/static/redame/img_24.png) ![](./src/main/resources/static/redame/img_25.png)
#### 7.2 上传工具 #### 7.2 上传工具

View File

@ -18,6 +18,6 @@
<TextField fx:id="download_path" layoutX="165.0" layoutY="84.0" prefHeight="25.0" prefWidth="461.0" /> <TextField fx:id="download_path" layoutX="165.0" layoutY="84.0" prefHeight="25.0" prefWidth="461.0" />
<Button fx:id="choose_file" layoutX="642.0" layoutY="84.0" mnemonicParsing="false" text="选择文件" AnchorPane.leftAnchor="642.0" /> <Button fx:id="choose_file" layoutX="642.0" layoutY="84.0" mnemonicParsing="false" text="选择文件" AnchorPane.leftAnchor="642.0" />
<Label layoutX="108.0" layoutY="369.0" text="结果:" /> <Label layoutX="108.0" layoutY="369.0" text="结果:" />
<TextArea fx:id="download_info" layoutX="165.0" layoutY="378.0" prefHeight="200.0" prefWidth="954.0" AnchorPane.bottomAnchor="71.0" AnchorPane.leftAnchor="165.0" AnchorPane.rightAnchor="81.0" /> <TextArea fx:id="download_info" layoutX="165.0" layoutY="378.0" prefHeight="200.0" prefWidth="954.0" AnchorPane.bottomAnchor="71.0" AnchorPane.leftAnchor="165.0" AnchorPane.rightAnchor="81.0" AnchorPane.topAnchor="378.0" />
</children> </children>
</AnchorPane> </AnchorPane>

Binary file not shown.

After

Width:  |  Height:  |  Size: 55 KiB