PaiGu

Results 11 comments of PaiGu

我想知道Could not find artifact org.elasticsearch:elasticsearch:pom:7.14.0-SNAPSHOT in oss.sonatype.org (http://oss.sonatype.org/content/repositories/releases/) 如何获取到elasticsearch:pom:7.14.0-SNAPSHOT

~~~ com.teamdev.jxbrowser jxbrowser-win64 6.23.1 ~~~ I'm sorry, but this place doesn't seem to have this dependency pack, but there's a version 7.12.2 The maven version I use is 3.6.3

Is there any optimization to this? Because it seems to me the same

same for windows 7 “OpenSSH for Windows”版本 8.9.1.1

直接点击会跳转到本地,但是打开链接却有图片,我认为你应该提交给github

还是不兼容mac的,没有创建目录

你的TikTokMulti.py 中的 self.cf.set("save", "url", ".\\Download\\")导致的

不是,但是也会异常退出,使用源java运行可以解决

不存在 application.setEnabledAboutMenu(false); application.setEnabledPreferencesMenu(false); 所以出现 Exception in thread "main" java.lang.NoSuchMethodError: 'void com.apple.eawt.Application.setEnabledAboutMenu(boolean)' at com.fangxuele.tool.push.ui.frame.MainFrame.init(MainFrame.java:59) at com.fangxuele.tool.push.App.main(App.java:39) // Mac系统Dock图标 if (SystemUtil.isMacOs()) { Application application = Application.getApplication(); application.setDockIconImage(UiConsts.IMAGE_LOGO_1024); if (!SystemUtil.isMacM1()) { application.setEnabledAboutMenu(false); application.setEnabledPreferencesMenu(false);...