上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 24 下一页
  2019年6月20日
摘要: public void start(Stage stage) throws Exception { longStart(); Parent root = FXMLLoader.load(getClass().getResource("FXMLDocument.fxml")); Scene scene = new Scene(ro... 阅读全文
posted @ 2019-06-20 17:31 肖建锋 阅读(1966) 评论(0) 推荐(0) 编辑
摘要: pom.xml 项目文件结果 运行 jfx:run 命令 阅读全文
posted @ 2019-06-20 17:24 肖建锋 阅读(1542) 评论(0) 推荐(0) 编辑
摘要: 将 Parent root = FXMLLoader.load(getClass().getResource("xml/MainUI.fxml")); 改为: Parent root = FXMLLoader.load(getClass().getClassLoader().getResource("xml/MainUI.fxml")); 阅读全文
posted @ 2019-06-20 17:21 肖建锋 阅读(1223) 评论(1) 推荐(0) 编辑
  2019年5月31日
摘要: Preferences -> Key bindings - User 阅读全文
posted @ 2019-05-31 14:30 肖建锋 阅读(1388) 评论(0) 推荐(0) 编辑
  2019年5月12日
摘要: 访问 http://localhost:9000 阅读全文
posted @ 2019-05-12 18:51 肖建锋 阅读(677) 评论(0) 推荐(0) 编辑
  2019年5月11日
摘要: 初始化 swarm 将当前节点作为manager节点加入swarm 创建自定义的overlay 网络 查看网络配置 先看下zuul中配置eureka地址的配置 阅读全文
posted @ 2019-05-11 18:23 肖建锋 阅读(661) 评论(0) 推荐(0) 编辑
摘要: sudo docker exec -it 1df4f9732e06 sh 阅读全文
posted @ 2019-05-11 17:37 肖建锋 阅读(8381) 评论(0) 推荐(1) 编辑
  2019年5月10日
摘要: 添加plugin <?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instanc 阅读全文
posted @ 2019-05-10 17:55 肖建锋 阅读(630) 评论(0) 推荐(0) 编辑
摘要: sudo apt-get install subversion 阅读全文
posted @ 2019-05-10 15:46 肖建锋 阅读(160) 评论(0) 推荐(0) 编辑
摘要: # or run: # sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys BA300B7755AFCFAE wget -qO - https://typora.io/linux/public-key.asc | sudo apt-key add - # add Typora's repository sudo add... 阅读全文
posted @ 2019-05-10 15:45 肖建锋 阅读(1384) 评论(0) 推荐(0) 编辑
上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 24 下一页