HELLO WORLD

Results 10 comments of HELLO WORLD

I accidentally found this project. It looks good, so I looked at it seriously. Then found the problem mentioned above So I kindly remind you. No other meaning, Thank you....

![image](https://user-images.githubusercontent.com/3364356/188350069-63642cc7-59f1-4f96-96aa-9b8287731dd8.png) 谢谢作者的奉献,刚准备试试,但是字体缺了太多,目前没法使用。建议对照GB2312/GBK补充吧~~

` private void SetupMariaDB_Shown(object sender, EventArgs e) { if (Directory.Exists(dataDirectory)) { DialogResult result = MessageBox.Show( Language.Resource.MARIADB_DATA_DIR_EXISTS.Replace("{dataDirectory}", dataDirectory), Language.Resource.MARIADB_SETUP, MessageBoxButtons.YesNo, MessageBoxIcon.Warning ); if (result == DialogResult.No) { Close(); return; } else...

我也发现arm的bug了,此函数不准。 # Check OS bit check_os_bit(){ ARCHS="" if [[ `getconf WORD_BIT` = '32' && `getconf LONG_BIT` = '64' ]] ; then Is_64bit='y' ARCHS="amd64" else Is_64bit='n' ARCHS="386" fi } ----------以下是arm的环境-------------- ubuntu@instance-20220415-1349:~$...

good [https://www.npmjs.com/package/unzipper](https://www.npmjs.com/package/unzipper)

![image](https://github.com/BookerLiu/GeekDesk/assets/3364356/48cffda1-098b-4209-8323-fc6a0f49997a) 为啥还会派生一个svn进程了?资源是不小,打开设置就200多,是不是wpf或图片背景的问题。 另外搜索时,只有一条结果时,建议自动设置焦点,这样回车就能打开了。 ![image](https://github.com/BookerLiu/GeekDesk/assets/3364356/b7e69fa2-5724-4448-aa2d-33e1557db836) n年来我一直使用altrun,效果也还不错,但是偶尔会crash,作者可以参考下 ![image](https://github.com/BookerLiu/GeekDesk/assets/3364356/49b904ed-9bf2-4918-b824-373c7d193411)

` private static string[] GetPHPVersions() { if (Directory.Exists($"{Program.StartupPath}\\php-bins") == false) return Array.Empty(); return Directory.GetDirectories(Program.StartupPath + "\\php-bins").Select(d => new DirectoryInfo(d).Name).ToArray(); }` put your other full version PHP dir into 'php-bins' dir

no linux support ...

@swarda-master nice,3ks~ Wrapping the exe file, will it be reported virus by win10/11? Have you ever met this in your project?