Obtain global IP in bash

3 years ago
admin

In current Internet environment, every PC is assigned a private IP. If global IP is necessary, the router the PC…

Create log file in the directory of the script in Python

3 years ago

__file__ is the script file itself. From python3.9 above, it is an absolute path, otherwise the path passed by command…

RichTextBox’s font changes automatically in C#

3 years ago

You need to clear these two flags IMF_DUALFONT and IMF_AUTOFONT to keep font unchanged.

Test post to check image URL

3 years ago

This is an image inserted by wordpress 'Add Media'

msbuild says ‘target does not exist’

3 years ago

I don't know what is going wrong but... How to fix it Open the solution in Visual Studio Remove every…

Creating a break point that hits on calling win32 api

4 years ago

Create a break point that hits when CreateProcess was called Enter a Function Breakpoint Enter {,,kernel32.dll}CreateProcessW in the textbox labelled…

Basic usage of unique_ptr and custom free of it

5 years ago

#include #include #include #pragma comment(lib, "Shell32.lib") using namespace std; class MyClass { public: MyClass() { cout

“new.h” or “ctype.h” is missing in Visual Studio 2017

5 years ago

Visual Studio has some bugs to not find install component properly. If you encounter this error, take a following step.…

Welcome to the Gutenberg Editor

6 years ago

Of Mountains & Printing Presses The goal of this new editor is to make adding rich content to WordPress simple…