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 »

Spring MVC file upload – Unable to process parts as no multi-part configuration has been provided

When you implement file upload in a Spring MVC application, sometimes you may encounter an error message like Unable to process parts as no multi-part configuration has been provided. This is because your servlet is version 3.0 or newer and tomcat needs you to set multipart configure settings to the servlet instance. This article will

Spring MVC file upload – Unable to process parts as no multi-part configuration has been provided 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 »