everything411
everything411
请问现在有进展吗?现在update3.freebsd.org是开了目录浏览的
@ykla 这个rsync看起来对访问ip做了限制,不太可行 ``` $ rsync rsync://ftp-master.eu.FreeBSD.org/FreeBSD/ ============================================================================== This is the FreeBSD Tier-1 Master Archive for the ftp area /pub/FreeBSD. It is available for primary mirrors in order to ensure rapid...
> > > @gdams could you take a look into this please and verify if this also occurs on Adoptium? fixed in latest Adoptium JDK17-beta. still wrong encoding for Adoptium...
@brunoborges MS Build of OpenJDK 17: the problem don't appear MS Build of OpenJDK 11: the problem appears so it seems that this problem is fixed in upstream jdk 17...
@brunoborges ``` > chcp Active code page: 65001 ``` ``` > java --version openjdk 11.0.14.1 2022-02-08 LTS OpenJDK Runtime Environment Microsoft-31205 (build 11.0.14.1+1-LTS) OpenJDK 64-Bit Server VM Microsoft-31205 (build 11.0.14.1+1-LTS,...
output of `java.exe -XshowSettings:properties -version` for jdk11 ``` > java.exe -XshowSettings:properties -version Property settings: awt.toolkit = sun.awt.windows.WToolkit file.encoding = GBK file.separator = \ java.awt.graphicsenv = sun.awt.Win32GraphicsEnvironment java.awt.printerjob = sun.awt.windows.WPrinterJob java.class.path...
i tried Temurin JDK 18 and java and javac is ok. ``` > java.exe 用法:java [options] [args...] (执行类) 或 java [options] -jar [args...] (执行 jar 文件) 或 java [options] -m...
@imba-tjd linux and macos both set the default encoding to utf8. i need to share source codes with chinese characters between my windows machine and linux machine (wsl1 and wsl2...
I have also noticed this bug before. infact it not only affects java, but for C scanf, C++ cin, C# Console.Readline, they all don't accept chinese when utf8 enabled. I...
查看官网镜像信息发现在今年上海交通大学镜像源新增了DragonFly BSD镜像 https://sjtug.org/post/mirror-news/2020-01-04-siyuan-available/