09 2020 档案

摘要:package fx.com; import javafx.application.Application; import javafx.collections.ListChangeListener; import javafx.event.ActionEvent; import javafx.ev 阅读全文
posted @ 2020-09-30 22:46 xl4ng 阅读(529) 评论(0) 推荐(0) 编辑
摘要:package fx.com; import javafx.application.Application; import javafx.application.HostServices; import javafx.scene.Cursor; import javafx.scene.Group; 阅读全文
posted @ 2020-09-29 23:03 xl4ng 阅读(576) 评论(0) 推荐(0) 编辑
摘要:package fx.com; import javafx.application.Application; import javafx.geometry.Rectangle2D; import javafx.stage.Screen; import javafx.stage.Stage; publ 阅读全文
posted @ 2020-09-29 22:18 xl4ng 阅读(282) 评论(0) 推荐(1) 编辑
摘要:package fx.com; import javafx.application.Application; import javafx.application.ConditionalFeature; import javafx.application.Platform; import javafx 阅读全文
posted @ 2020-09-29 22:05 xl4ng 阅读(928) 评论(0) 推荐(0) 编辑
摘要:package fx.com; import javafx.application.Application; import javafx.geometry.Rectangle2D; import javafx.stage.Modality; import javafx.stage.Screen; i 阅读全文
posted @ 2020-09-25 21:49 xl4ng 阅读(1023) 评论(0) 推荐(0) 编辑
摘要:package fx.com; import javafx.application.Application; import javafx.beans.value.ChangeListener; import javafx.beans.value.ObservableValue; import jav 阅读全文
posted @ 2020-09-25 20:36 xl4ng 阅读(830) 评论(0) 推荐(0) 编辑
摘要:package fx.com; import javafx.application.Application; import javafx.stage.Stage; public class Main3 extends Application { public static void main(Str 阅读全文
posted @ 2020-09-25 19:16 xl4ng 阅读(814) 评论(0) 推荐(0) 编辑
摘要:package fx.com; import javafx.application.Application; import javafx.stage.Stage; public class Main extends Application { public static void main(Stri 阅读全文
posted @ 2020-09-25 18:48 xl4ng 阅读(152) 评论(0) 推荐(0) 编辑
摘要:1. 使用nginx操作命令前提条件:必须进入nginx的目录 /usr/local/nginx/sbin 2. 查看nginx的版本号 ./nginx -v 3. 启动nginx ./nginx 4. 关闭nginx ./nginx -s stop 5. 重新加载nginx ./nginx -s 阅读全文
posted @ 2020-09-21 21:46 xl4ng 阅读(171) 评论(0) 推荐(0) 编辑