The difference between socket programming under windows and linux<Reprint>

If there is no other explanation, the Linux mentioned in this article refers to the 2.6 kernel Linux and the GCC compiler, and the Windows refers to the Windows XP system and the Visual Studio 2005 sp1 compilation environment. The following is from the reposted blog park The following is roughly divided into several aspects: […]

nvm realizes the coexistence of multiple versions of nodejs under windows

Table of Contents 1.Install nvm 1.1 Download the installation package 1.2 Install nvm 1.3 Configure nvm to download the image 1.4 Configure nvm environment variables 2. Use nvm 2.1 Basic commands 2.2 Use nvm to download nodejs 3.npm configure global dependencies and cache dependencies (optional) 4. Install commonly used modules 4.1 Install express 4.2 Install […]

Getting started with OpenCL on Microsoft Windows

Getting started with OpenCL on Microsoft Windows Get started with OpenCL on Microsoft Windows OpenCL is not native to the Windows operating system, and as such isn’t supported across the board of UWP (Universal Windows Platform) platforms (XBox, Hololens, IoT, PC) and the Microsoft Store. Windows as a traditional content creating platform however can build […]

Mapnik Windows10 compilation

Mapnik Windows10 Compilation Table of Contents Mapnik Windows10 compilation 1. Compilation tool preparation: 2. Environment variable settings: 3. Download the decompression package: 4. Source code compilation dependencies: 5. Compile mapnik source code 6. mapnik windows official website compiled version 1. Compilation tool preparation: vs2010 (download by yourself) GnuWin32 (required) https://jaist.dl.sourceforge.net/project/gnuwin32/make/3.81/make-3.81-bin.zip git (https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/msysgit/Git-1.7.7.1-preview20111027.exe) patch (2) curl(2) […]

Windows compiling open source code method: testing and process of lame.exe file

Windows compiling open source code method about the testing and process of lame.exe file Final result (PS: If you are not familiar with using markdown, remember to add a space after the pound sign to trigger) Cause: foobar2000 requires lame.exe during format conversion. However I can only find [source code. This is what people say:](https://sourceforge.net/projects/lame/) […]

Install Windows SDK 7.1 and .NET4 on Windows 10 64-bit

Purpose: Successfully installed window sdk7.1 and .NET Framework 4 on window10 Requirements: support some older software written in Visual Studio 2010 using Windows SDK 7.1 Steps: 1. Uninstall .NET Framework 4 or above If a version of .NET Framework 4 or above is installed, problems may occur when installing .NET 4 even if sdk7.1 is […]

C/C++/Windows/Linux file operations

Article directory C language file operation read file write file Other operations File pointer relocation Get pointer position Get file size Rename file Delete Files C++ file operations read file read file Windows file operations read file write file Other operations Copy files Delete files/directories Determine whether the directory exists Traverse files and directories under […]

C# wpf implements more drag functions for any control (including windows)

Directory of series articles Chapter 1 Dragging controls within Grid Chapter 2 Dragging controls within Canvas Chapter 3 Dragging any control Chapter 4 Window Dragging Chapter 5 Additional attributes enable arbitrary dragging Chapter 6 Expand more dragging functions (this chapter) Article directory Table of Contents of Series Articles Preface 1. Added functions 1. MoveTo of […]