How To Install Swig On MacOS, Linux And Windows

Swig is the abbreviation of Simplified Wrapper and Interface Generator, it can give script language such as python the ability to invoke C and C++ libraries interface method indirectly. It is implemented by compiling the C/C++ declaration file (.i file) into the C/C++ wrapper source code (.c or.cxx) file. By calling such wrapper interfaces directly, scripting languages […]

How To Install Swig On MacOS, Linux And Windows Read More »

How To Resolve Windows Remote Desktop Clipboard ( Copy & Paste ) Not Working

When I use the Windows remote desktop manager to manage a remote machine, I sometimes meet the below issue. The copy and paste function from the local machine to the remote machine does not take effect, so I can not transfer data between the local and the remote machine by copy and paste. This issue

How To Resolve Windows Remote Desktop Clipboard ( Copy & Paste ) Not Working Read More »

How To Share Wi-Fi And Directory Between MacOS And Win7 Virtual Machine

If you want to use Windows 7 in macOS, you always need to install VMware Fusion and create a Windows 7 virtual machine in it. You can read the article How To Install VMware Fusion Virtual Machine On Mac Correctly to learn how to do it. But after that, you may also need to share

How To Share Wi-Fi And Directory Between MacOS And Win7 Virtual Machine Read More »

How To Fix The Vmware Error could not open /dev/vmmon: no such file or directory. please make sure that the kernel module `vmmon’ is loaded.

Recently when I install VMware Fusion on macOS, I meet the error “Could not open /dev/vmmon: No such file or directory” during the installation process. When I investigate this error, I found this error happened not only on macOS, but also when you start VMWare on Linux, this article will tell you how to fix

How To Fix The Vmware Error could not open /dev/vmmon: no such file or directory. please make sure that the kernel module `vmmon’ is loaded. Read More »

Difference Between Basic Activity And Empty Activity In Android Studio

When you create the android project in android studio, there are a lot of activity templates you can choose which are provided by android studio. For android beginners, the basic activity and the empty activity always make them confused. So what is the difference between them, let me tell you now.

Difference Between Basic Activity And Empty Activity In Android Studio Read More »