摘要:
服务器 主机名 master slave1 slave2 slave3 IP 192.168.1.40 192.168.1.41 192.168.1.42 192.168.1.43 离线包服务器: 192.168.1.50 1.启用root账号 1)sudo passwd root 2)sudo v 阅读全文
摘要:
1. VS Codesettings.json{ "C_Cpp.default.intelliSenseMode": "windows-msvc-x64", // "C_Cpp.clang_format_fallbackStyle": "Google", "C_Cpp.clang_format_pa 阅读全文
摘要:
FONTCONFIG_FILE E:\devLib\Fontconfig\fonts.conf FONTCONFIG_PATH C:\Windows\Fonts GDAL_DATA F:\devTool\vcpkg\installed\x64-windows\share\gdal JAVA_HOME 阅读全文
摘要:
{ "editor.minimap.enabled": false, "editor.fontSize": 18, "editor.tabSize": 2, "editor.suggestFontSize": 18, "editor.renderWhitespace": "none", "edito 阅读全文
摘要:
------------- 阅读全文
摘要:
vscode 配置{ "editor.minimap.enabled": false, "editor.fontSize": 18, "editor.tabSize": 2, "json.maxItemsComputed": 500000, "debug.console.fontSize": 18, 阅读全文
摘要:
阅读全文
摘要:
希腊小写字母: α, β, γ, δ, ε, ζ, η, θ, ι, κ, λ, μ, ν, ξ, ο, π, ρ, σ, τ, υ, φ, χ, ψ, ω。希腊大小写字母: Α Β Γ Δ Ε Ζ Η Θ Ι Κ Λ Μ Ν Ξ Ο Π Ρ Σ Τ Υ Φ Χ Ψ Ωα β γ δ ε ζ ν ξ 阅读全文
摘要:
1.设置环境变量VCPKG_ROOT D:\vcpkg Path 中加入 %VCPKG_ROOT%2. 在CMakeLists.txt文件中加入vcpkg工具支持cmake_minimum_required(VERSION 3.7) # 设置 vcpkg 的工具链文件 set(CMAKE_TOOLC 阅读全文
摘要:
C:\Users\Administrator> mount \\192.168.1.122\data x: C:\Users\Administrator> umount x: 阅读全文
摘要:
void MapGenerator::getTiles(const std::vector<TileImage> &vec) { data_.clear(); int rowNum; int colNum; std::tie(colNum, rowNum) = tileTex_.textureSiz 阅读全文
摘要:
VSCode + MSBuild 开发过程中出现如下警告:Please define _WIN32_WINNT or _WIN32_WINDOWS appropriately处理方法为:1. 在 c_cpp_properties.json 文件中加入 "_WIN32_WINNT=0x0A00" 的定 阅读全文
摘要:
1.结构体sizeof问题Linux支持指定结构体比特字段,Windows不支持指定结构体比特字段struct index { long long start = 0; long long end = 0; unsigned long long ix = 0; short segment = 0; 阅读全文
摘要:
// Approximates the brightness of a RGB value. float luminance( vec3 color ) { return dot(lum, color); } int size = width * height; std::vector<GLfloa 阅读全文
摘要:
1. 配置类import org.springframework.boot.context.properties.ConfigurationProperties; import org.springframework.context.annotation.Bean; import org.sprin 阅读全文
摘要:
1.配置类import org.springframework.boot.context.properties.ConfigurationProperties; import org.springframework.context.annotation.Bean; import org.spring 阅读全文
摘要:
参考:https://blog.51cto.com/u_16175468/8063959https://blog.51cto.com/u_16213690/7305835import org.antlr.v4.runtime.*; import org.antlr.v4.runtime.tree.* 阅读全文
摘要:
1) jfireEL —— 高性能 EL 表达式解析框架jfireEL 是快速的 EL 表达式解析器,支持丰富的 EL 表达式,7 倍于 SpringEL 的超高性能。2) Aviator —— 轻量级高性能 Java 表达式引擎Aviator 是一个高性能、轻量级的 Java 语言实现的表达式求值 阅读全文
摘要:
转自:https://blog.csdn.net/nudtcadet/article/details/1029084581.封装生成图层类/** * @fileOverview 天地图WMTS服务API * @author <a href=”https://blog.csdn.net/nudtcad 阅读全文
摘要:
参考:https://lcx.cc/post/816/1. startup.bat@echo off REM change current directory D: cd D:\xxxxxx\nginx-1.24.0 REM set envi variable SET "PATH=%PATH%;D: 阅读全文
摘要:
CREATE TABLE oauth2_registered_client ( id varchar(36) NOT NULL, client_id varchar(64) NOT NULL, client_id_issued_at timestamp NOT NULL, client_secret 阅读全文
摘要:
替换UsernamePasswordAuthenticationFilter类1. pom.xml <dependency> <groupId>org.springframework.security</groupId> <artifactId>spring-security-config</art 阅读全文
摘要:
# -*- coding: utf-8 -*- ########################################################################### ## Python code generated with wxFormBuilder (versi 阅读全文
摘要:
阅读全文
摘要:
1. 在VMWare中将CentOS7虚拟机导出ovf,在StarWindV2VConverter中将其转换为VHDX2. 在Hyper-V中新建虚拟机2.1 在选择代数时要注意一定要选择 “第一代”2.2 在选择选择虚拟硬盘时,选择已转换好的VHDX文件3.启动Hyper-V中新建的虚拟机3.1 阅读全文
摘要:
安装vmware-toolboxsudo /usr/bin/vmware-toolbox-cmd disk list # 查看磁盘挂载点,然后执行 sudo /usr/bin/vmware-toolbox-cmd disk shrink /参考:https://blog.csdn.net/u0145 阅读全文
摘要:
MVMC(Microsoft Virtual Machine Converter)MSI for 3.0 (mvmc_setup.msi; 25 MB): https://download.microsoft.com/download/9/1/E/91E9F42C-3F1F-4AD9-92B7-8D 阅读全文
摘要:
参考:https://csharpier.com/docs/Configuration1.安装插件CSharpier2.创建配置文件.csharpierrc.json{ "printWidth": 102400, "useTabs": false, "tabWidth": 2, "preproces 阅读全文
摘要:
Python简单HTTP Serverfrom http.server import BaseHTTPRequestHandler, HTTPServer class MyHttpRequestHandler(BaseHTTPRequestHandler): def do_POST(self): p 阅读全文
摘要:
D:\temp>git clone https://github.com/xxxxxx/yyyyyy.git Cloning into 'yyyyyy'... fatal: unable to access 'https://github.com/xxxxxx/yyyyyy.git/': SSL c 阅读全文
摘要:
阅读全文
摘要:
https://www.eorc.jaxa.jp/ALOS/en/alos-2/datause/a2_format_e.htmPALSAR-2_xx_Format_CEOS_E_g.pdf 阅读全文
摘要:
一般Java通过javax.imageio.ImageIO操作jpeg与png没有问题,但是操作tiff时就会报错,此时只要引入如下的包即可,不需要修改代码即可兼容tiff <dependency> <groupId>com.twelvemonkeys.imageio</groupId> <arti 阅读全文
摘要:
1.创建源/etc/yum.repos.d/svn.repo[WandiscoSVN] name=Wandisco SVN Repo baseurl=http://opensource.wandisco.com/centos/$releasever/svn-1.14/RPMS/$basearch/ 阅读全文
摘要:
1.下载QtCipherSqlitePluginhttps://github.com/devbean/QtCipherSqlitePlugin2.利用QT Creator编译QtCipherSqlitePlugin应用QT Creator打开QtCipherSqlitePlugin.pro,然后利用 阅读全文
摘要:
1. string 转换为 numberstd::stoi: string 型变量转换为 int 型变量 std::stol: string 型变量转换为 long 型变量 std::stoul:string 型变量转换为 unsigned long 型变量 std::stoll: string 型 阅读全文
摘要:
std::forward : 通常是用于完美转发的,它会将输入的参数原封不动地传递到下一个函数中,这个“原封不动”指的是,如果输入的参数是左值,那么传递给下一个函数的参数的也是左值;如果输入的参数是右值,那么传递给下一个函数的参数的也是右值。std::remove_reference_t : 是一个 阅读全文
摘要:
主要是解决找不到dll的问题1. VS中修改调试时PATH目录2. VS Code中修改调试时PATH目录 阅读全文
摘要:
1.问题描述-- Downloading https://repo.msys2.org/msys/x86_64/libtool-2.4.6-9-x86_64.pkg.tar.xz;https://www2.futureware.at/~nickoe/msys2-mirror/msys/x86_64/ 阅读全文