DigitalPlatform / blog

技术文章
0 stars 0 forks source link

零星技术问题 #27

Open DigitalPlatform opened 5 years ago

DigitalPlatform commented 5 years ago

https://stackoverflow.com/questions/24774236/c-sharp-mdi-winforms-child-activation

https://stackoverflow.com/questions/19382705/c-sharp-volatile-keyword-usage-vs-lock

这里实现了一个专门的 AtomicBoolean 类来处理并发环境下的 bool 变量修改问题 https://stackoverflow.com/questions/6661055/using-interlocked-compareexchange-operation-on-a-bool-value

讨论了 volatile 变量的各种 https://stackoverflow.com/questions/154551/volatile-vs-interlocked-vs-lock

https://stackoverflow.com/questions/10556806/make-a-linked-list-thread-safe

DigitalPlatform commented 3 years ago

Hyper-V

https://zhuanlan.zhihu.com/p/51939654 Win10家庭版中使用Hyper-V

https://arcanecode.com/2020/12/28/adjust-the-screen-resolution-of-an-ubuntu-hyper-v-virtual-machine/ ADJUST THE SCREEN RESOLUTION OF AN UBUNTU HYPER-V VIRTUAL MACHINE

https://github.com/intel/haxm/wiki/Installation-Instructions-on-Windows

https://www.genymotion.com/download/

https://stackoverflow.com/questions/35293574/can-i-run-android-studio-android-sdk-emulator-in-a-microsoft-hyper-v-virtual-m

http://www.itwriting.com/blog/9371-how-to-run-android-studio-on-windows-without-disabling-hyper-v.html

https://blog.csdn.net/edwardjaychou/article/details/75466808 在windows中已经开启Hyper-V与android studio模拟器冲突问题

https://blog.csdn.net/Coco_chun/article/details/90261678

https://blog.csdn.net/jeremyjone/article/details/104774575

https://blog.csdn.net/oldfish__/article/details/88641864 怎么开启windows hypervisor platform,解决hypervisor platform消失无法安装的问题

https://devblogs.microsoft.com/visualstudio/hyper-v-android-emulator-support/

DigitalPlatform commented 3 years ago

在windows中已经开启Hyper-V与android studio模拟器冲突问题

在windows中已经开启Hyper-V服务后安装android studio的模拟器会发现提示语hyper-v不兼容

解决方法:关闭Hyper-V,关闭Hyper-V有以下两种方法:

1、前往控制面板-Windows功能可开启虚拟机管理功能。清除图中复选框内容然后重新启动电脑即可。

2、用管理员身份打开命令提示符界面:

输入:bcdedit /set hypervisorlaunchtype off (设置禁用 hyper-v) 重新启用hyper-v:bcdedit /set hypervisorlaunchtype auto (重新启用Hyper-V)

DigitalPlatform commented 3 years ago

https://blog.csdn.net/Douz_lungfish/article/details/82752194 Win10中使用Hyper-V安装Ubuntu18.04、实现ssh远程连接及Hpyer-V中Ubuntu全屏问题

https://www.cnblogs.com/hf-china/p/10572625.html hyper-V 安装 ubuntu 虚拟机,使用固定 IP

DigitalPlatform commented 2 years ago

VS2019 中 Windows Form 设计器无法出现的解决办法

https://social.msdn.microsoft.com/Forums/vstudio/en-US/eadbda52-14f9-460a-9898-f6416db73620/visual-studio-2019-cannot-open-designer-for-some-projects-whether-2017-can