mogodb installation (windows and macos)
MongoDB
1, windows installation
1. Download from the official website
MongoDB The default is the latest version installed. I compare Buddhism and just use it for learning. I feel it doesn't make much difference, so I choose the default method.
The windows version downloads msi files, which is the default visual installation interface. As ...
Posted by taquitosensei on Thu, 17 Feb 2022 14:37:04 +0100
Superset localization under Windows
1. Install python environment
Superset is a report system developed based on python. It needs a python environment to run, and anaconda is very convenient to manage the package management of Python. Therefore, anaconda is recommended to help configure the python environment.
1.1 installation of anaconda
Install anaconda using Tsinghua im ...
Posted by judgy on Mon, 14 Feb 2022 10:15:46 +0100
SDL2 + OPENGL GLSL practice (Continued)
The content of this article includes: the implementation of freetype Chinese character display, the use of GLSL, including the use skills of slice shader, texture mixing, transparent display method, texture sampling method, etc., vertex shader, common transformation skills, image enlargement, image reduction, image rotation, etc
Continued:
1, ...
Posted by ridgerunner on Sun, 13 Feb 2022 15:45:55 +0100
Use and analysis of C# operation path class method
English Translation: As the name suggests, it is the operation path
Namespace:
using System.IO;
File stream... And so on are common in this namespace. They are all classes and methods related to operation files
This article explains and runs all the methods inside
F12 go to the definition and find that it is a static class
What ...
Posted by delassus on Sun, 13 Feb 2022 15:25:01 +0100
Pycaffe GPU compilation process for Windows (Continued)
0. Declaration
Current version C1 0 (for reference only).
Contact information of the author: E-mail: WindForest@yeah.net
First, the tool versions used in this article are listed as follows:
termvalueCompile / target operating systemWindows 10 20H2 x64VS version used in this articleVirtual Studio 2015 (VC14)CUDA version supported by the ...
Posted by Kyori on Wed, 09 Feb 2022 22:30:21 +0100
Shooting range weight raising collection
It's said that linux raised the right, but when sorting out, you involuntarily wrote the contents of windows, which turned into a hodgepodge. You don't know whether it's good or bad
https://github.com/sagishahar/lpeworkshop
Windows Rights:
FuzzySecurity | Windows Privilege Escalation Fundamentals
https://github.com/netbiosX/Checklis ...
Posted by themaxx113 on Wed, 09 Feb 2022 02:05:45 +0100
Configuring VS Code for Microsoft C + + in this tutorial, you will configure Visual Studio Code to use the Microsoft Visual C + + compiler and debugger on Windows
Configuring VS Code for Microsoft C + +
In this tutorial, you will configure Visual Studio Code to use the Microsoft Visual C + + compiler and debugger on Windows.
After configuring VS Code, you will compile and debug a simple Hello World program in VS Code. This tutorial does not teach you more about the Microsoft C + + toolset or the C + + ...
Posted by knox203 on Mon, 07 Feb 2022 01:48:59 +0100
Introduction to MFC Basics
The underlying API of windows is written by C language, and MFC is encapsulated by C + +.
If you want to program with MFC, you have to start with the main method The main function C of MFC is written as
Warm tip: if the function variable name has p, it is generally the pointer and the address when entering the parameter
#include <Windows. ...
Posted by wgordonw1 on Sun, 06 Feb 2022 20:09:20 +0100
Programmer self-cultivation reading notes - memory
1. Program memory layout
the virtual address space of a process generally contains several parts:
The part used by the kernel is inaccessible to the process, and different systems occupy different sizes;Stack memory: it is used to maintain the temporary variables and function calls of the program, and the allocation and destruction are ...
Posted by didgydont on Sat, 05 Feb 2022 19:32:44 +0100
Emergency response learning
Intrusion detection
windows
I Account, process, self start
① Detection account
1. Direct analysis in Windows
Open the cmd window and enter lusrmgr MSc command to check whether there is a suspicious account 2. Log analysis
"eventvwr.msc #Event viewer and export Windows log -- Security
#Analyze with Log Parser
Typical command
1,Query th ...
Posted by TwistedLogix on Sat, 05 Feb 2022 02:54:21 +0100