小编tet*_*Arg的帖子

Ctrl-Alt-Del不能通过RDP登录VirtualBox Windows 2003服务器来宾

当我尝试通过任何RDP访问由Google Compute Engine Debian Wheezly托管的VirtualBox Windows 2003服务器来宾时,会出现登录屏幕,当我按下Ctrl-Alt-Del任务管理器时出现.

rdp virtualbox winlogon

4
推荐指数
3
解决办法
3万
查看次数

重启GCE实例后ssh连接超时

任何人都可以告诉我为什么重新启动Google Compute Engine实例后我会得到一个ssh连接超时.我通过sudo reboot和Google Compute Engine Console重启实例,两者都是这样做的.

google-compute-engine

3
推荐指数
1
解决办法
1692
查看次数

使用 qrscan 和 flutter_facebook_auth 在 flutter 应用程序中重复依赖项

是的,我知道这听起来很罕见,但是当 gradle 运行时,会在任务 ':app:checkDebugDuplicateClasses' 和 'com.google.zxing.*' 中给出重复依赖项。显然,一个颤振包使用com.github.leyan95:android-zxingLibrary:0.1.2-PRE,另一个使用com.google.zxing:core:3.3.3,并且两者都具有com.google.zxing.BarcodeFormat其他类别。

这是输出:

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':app:checkDebugDuplicateClasses'.
> 1 exception was raised by workers:
  java.lang.RuntimeException: java.lang.RuntimeException: Duplicate class com.google.zxing.BarcodeFormat found in modules jetified-android-zxingLibrary-0.1.2-PRE-runtime.jar (com.github.leyan95:android-zxingLibrary:0.1.2-PRE) and jetified-core-3.3.3.jar (com.google.zxing:core:3.3.3)
  Duplicate class com.google.zxing.Binarizer found in modules jetified-android-zxingLibrary-0.1.2-PRE-runtime.jar (com.github.leyan95:android-zxingLibrary:0.1.2-PRE) and jetified-core-3.3.3.jar (com.google.zxing:core:3.3.3)
  Duplicate class com.google.zxing.BinaryBitmap found in modules jetified-android-zxingLibrary-0.1.2-PRE-runtime.jar (com.github.leyan95:android-zxingLibrary:0.1.2-PRE) and jetified-core-3.3.3.jar (com.google.zxing:core:3.3.3)
  Duplicate class com.google.zxing.ChecksumException found in modules jetified-android-zxingLibrary-0.1.2-PRE-runtime.jar (com.github.leyan95:android-zxingLibrary:0.1.2-PRE) and …
Run Code Online (Sandbox Code Playgroud)

flutter flutter-facebook-login flutter-qrcode

1
推荐指数
1
解决办法
1105
查看次数