随笔分类 - 信息管理与信息系统
摘要:切成jee视图 就可以正常提示了,不能用java视图
阅读全文
摘要:工具 key 可视化 kse https://github.com/kaikramer/keystore-explorer 资料 https://blog.csdn.net/w47_csdn/article/details/87564029
阅读全文
摘要:官方示例库,可运行 https://github.com/gluonhq/gluon-samples 想运行点击图片中的按钮 注:Windows中无法打包安卓包,看文档说是需要将代码放到Linux中打包(https://docs.gluonhq.com/#platforms_android_samp
阅读全文
摘要:https://blog.csdn.net/south00wind/article/details/141087294 jpackage --name HelloWorld1 --type app-image -m org.example.javafxdemo/org.example.javafxd
阅读全文
摘要:j8 String proxyHost = "127.0.0.1"; String proxyPort = "8080"; System.setProperty("http.proxyHost", proxyHost); System.setProperty("http.proxyPort", pr
阅读全文
摘要:
阅读全文
摘要:ssh guanyu.ren@192.168.1.100 -p 22 -i "d:\key\test.pam" -L 122:192.168.1.101:22 ssh ubuntu@localhost -p 122 -L 3306:localhost:3306 -L 8080:localhost:8
阅读全文
摘要:最终效果 首先你得有一个Centos7的环境 我直接用VirtualBox虚拟了一个Centos7(mini包) #连接ssh#替换yum库curl -o /etc/yum.repos.d/CentOS-Base.repo http://mirrors.aliyun.com/repo/Centos-
阅读全文