windows hadoop spark and

Windows NLB(网络负载均衡)单播与多播

Windows NLB(网络负载均衡)是 Microsoft 在Windows 2000 Server 开始在操作系统上提供的一种负载平衡技术。NLB 使用一种分布算法将负载均衡分布到多台主机上,从而提高基于 IP 的关键型服务(例如 Web、虚拟专用网络、流媒体、终端服务、代理等等)的可伸缩性和可 ......
Windows 网络 NLB

WIN11 Windows 11 安装过程中如何跳过强制联网

WIN11 Windows 11 安装过程中如何跳过强制联网.22H2. 在要求联网的页面中按下 “Shift+F10”调出命令行窗口,再输入“OOBE\BYPASSNRO”,回车,会自动重启,再重新回到这一页面,此时选择“我没有 Internet 连接”即可。 - ......
过程 Windows 11 WIN

Udhcpc.user script documentation and how to hotplug for DHCP events

Udhcpc.user script documentation and how to hotplug for DHCP events https://forum.openwrt.org/t/udhcpc-user-script-documentation-and-how-to-hotplug-fo ......
documentation hotplug Udhcpc script events

[Windows] 单文件制作工具 7.0.2.38_x86_x64

单文件制作工具 7.0.2.38_x86_x64最初由无忧527104427 开发,到V7.0.1.1版停止更新,源码赠与有缘人,后续版本由无忧JexChan接手继续更新。本工具是一款小巧自定义功能强大的PECMD/7zSFX单文件制作工具,简化单文件制作程序步骤,默认四步即可制作出一个单文件,可制 ......
Windows 文件 工具 38 86

Win11使用Translucent TB设置Windows导航栏透明失败解决方案

Win11使用Translucent TB设置Windows导航栏透明失败解决方案 Translucent TB下载方式:直接在Windows自带的Microsoft应用商店里面搜索下载就可以了 1.下载ViVeTool工具(附下载地址) 链接:https://pan.baidu.com/s/1UM ......
Translucent 解决方案 Windows 方案 Win

Windows环境下cmake编译时将编译器切换成 MinGW 即 GCC

在终端一次输入mkdir build,cd build,cmake ..,可能会出现一个小问题:如果安装了 VS,可能会调用 MSVC解决的办法是输入cmake -G "MinGW Makefiles" .. ,将编译器切换成 MinGW 即 GCC 并完成编译 ......
编译器 Windows 环境 MinGW cmake

windows pip问题解决(working)

当pip无法起效时,尝试python -m pip python -m pip会使用您指定为python的Python解释器来执行pip。因此,/usr/bin/python3.7 -m pip表示您正在执行位于/usr/bin/python3.7的解释器的pip。如果您不熟悉这个标志以及它是如何工 ......
windows working 问题 pip

11 Geometry(Curves and Surface)

关键点 Bezier Curves Bezier Surfaces 1. Bezier Curves 贝塞尔曲线 用一系列的控制点定义一个曲线,并且定义了一系列控制。 如下定义起止点为p0、p3,且定义起始切线,则绘制出一条曲线。 1.1 de Casteljau Alogrithm Three i ......
Geometry Surface Curves and 11

windows10 安裝wsl2

1 下载wsl wsl --install 2 下好后重启电脑, 我的重启后就自动帮我下了 如果没有自动下载 wsl --install -d ubuntu 设置用户名密码 4 更新 sudo apt update sudo apt upgrade 按Y确认 ......
windows wsl2 wsl 10

windows批处理尝试svn提交修改或新增文件

背景: 在使用脚本 svn ci %file%的时候,如果文件时新增的,则会提示不再版本控制中,一般情况下,使用GUI提交的时候,可以手动勾选未加入版本控制的文件,但是如果要整合到自己的批处理流程中,则无法, 以下是判断文件是否需要加入版本控制的批处理: :svn_try_add @REM for ......
windows 文件 svn

SpringBoot配置了数据库依赖 报错: Failed to configure a DataSource: 'url' attribute is not specified and no embe

错误 2023-04-15 11:56:16.025 INFO 12028 [ restartedMain] ConditionEvaluationReportLoggingListener : Error starting ApplicationContext. To display the co ......

disable windows service

list Get-Service Get-Service -Name DNS*,DHCP* stop Stop-Service -name Dnscache -force disable Set-Service -name Dnscache -startupType disabled verify ......
disable windows service

如何在WPF中调用Windows 10/11 API(UWP/WinRT)

最近在github上看到一个音乐播放器项目,dopamine(项目地址:https://github.com/digimezzo/dopamine-windows.git) 在编译时,提示有一个库找不到 找了好一会,才发现这是调用了UWP的库。 在最初Windows 8 出来时,这一套新的运行时叫W ......
Windows WinRT WPF API UWP

Ian and Array Sorting

题目链接 题目描述: To thank Ian, Mary gifted an array $a$ of length $n$ to Ian. To make himself look smart, he wants to make the array in non-decreasing order ......
Sorting Array Ian and

FIT5201 Complexity and Model Selection

Assignment 1, FIT5201, S1 20231 Model Complexity and Model Selection In this section, you study the effect of model complexity on the training and tes ......
Complexity Selection Model 5201 FIT

windows系统MySql压缩版安装

一.安装 1. 网址:https://www.mysql.com/,打开网址 2. 选择下载目录 3. 下一步 4. 下一步 5. 下一步 6. 解压到想要安装目录下,我这里为,解压后 7. 配置环境变量参考java的环境变量配置 8. 进入文件新建一个data文件夹, 9. 在里面的bin目录下以 ......
windows 系统 MySql

windows 平台下单机部署nginx 实现api网关效果

1 下载 windows 版本的nginx 链接:https://pan.baidu.com/s/1EPcqgLdcq7y96OcZ2LInuw 提取码:0ris 2 下载解压压缩包,不需安装 1) 解压压缩文件夹,进入 nginx-1.20.2 目录,然后在目录下打开cmd,启动命令 start ......
网关 单机 效果 windows nginx

【Windows / Linux】python 换 豆瓣源

python 换 豆瓣源 - 直接运行Python代码即可 Windows 版 import os path = os.getenv('APPDATA') #获取环境变量 data = """[global] timeout = 6000 index-url = http://pypi.douban ......
豆瓣 Windows python Linux

Moves, copies and clones in Rust

原文链接:Moves, copies and clones in Rust 简介(Introduction) move 和 copy 是 Rust 中的基础概念。这对于来自 Ruby、Python 或 C#等垃圾回收语言的程序员来说可能是完全陌生的。这些术语在 C++中也确实存在,但它们在 Rust ......
copies clones Moves Rust and

08 Shading(Shadding, Pipeline and Texture Mapping)

关键点 Real-Time Rendering Pipeline Shader 1. Graphics(Real-time Rendering) Pipeline 管线 1.1 Pipeline MVP, Rasterization, Z-Buffer, Shading, Texture 1.2 S ......
Shadding Pipeline Shading Mapping Texture

window10专业版系统,在docker中配置oracle19c

window10专业版系统,在Docker中配置Oracle19c 1.环境说明 ​ 系统:windows 10专业版(已打开与wsl相关的服务) ​ Docker:Dokcer 4.17.0(已为Docker配置环境变量) 2.配置流程 <1>镜像拉取 ​ 首先,打开Docker客户端,在cmd中 ......
window docker oracle 系统 专业

07 Shading (Illumination, Shading and Graphics Pipeline)

关键点 Blinn-Phong Reflectance Model Specular Diffuse Ambient 对不同的物体应用不同的材质,不同的材质与光线的相互作用存在不同的方法。 1. Blinn-Phong Reflectance Model 1.1 光源 Specular highli ......
Shading Illumination Graphics Pipeline and

Hadoop - HDFS常用命令

“hadoop fs(hdfs dfs)文件操作” # 查看目录 hdfs dfs -ls / # 查看目录下所有文件 hdfs dfs -ls -R / # 创建目录 hdfs dfs -mkdir -p /source/data # 查看文件或目录大小 hdfs dfs -du -h /sour ......
命令 常用 Hadoop HDFS

06 Rasterization (Antialiasing and Z-Buffering)

关键点 MSAA/FXAA/TAA Z-Buffering 1. Antialiasing 反走样 1.1 Sampling Artifacts Jaggies Moire Patterns 摩尔纹 Wagon Wheel Effect 1.2 Blurring(Pre-Filtering) 模糊 ......

Linux input and ouput command < symbol & > symbol All In One

Linux input and ouput command < symbol & > symbol All In One left input / right output < 向左侧输入 > 向右侧输出 pbcopy pbpaste 剪切板 ......
symbol command Linux input ouput

hadoop伪分布式集群的安装(不是单机版)

准备工作 三台虚拟机,关闭防火墙,关闭selinux 查看防火状态 systemctl status firewalld 暂时关闭防火墙 systemctl stop firewalld 永久关闭防火墙 systemctl disable firewalld 查看 selinux状态 getenfo ......
单机版 分布式 集群 单机 hadoop

error and except

import logging logging.basicConfig(filename="std.log", format='%(asctime)s %(message)s', filemode='w') logger=logging.getLogger() logger.setLevel(logg ......
except error and

如何使用Mac远程控制Windows电脑?

如何使用Mac远程控制Windows电脑?在你开始之前,设置您要远程处理的 Windows 计算机。 先安装 Microsoft Remote Desktop。 打开 Microsoft Remote Desktop 并单击电脑选项卡。单击 + 按钮并选择添加。 1:对于电脑名称,输入要访问的 Wi ......
远程控制 Windows 电脑 Mac

Podman Desktop安装与使用-Windows10

Podman Desktop安装与使用-Windows10 下载 containers/podman 地址 Podman Desktop Downloads 地址 我这里演示的是podman-v4.4.4.msi和podman-desktop-0.13.0-setup.exe 安装 先决条件:由于 ......
Desktop Windows Podman 10

window10安装python开发环境

一、下载安装python 二、下载安装pychram 三、pychram激活 一、下载安装python 1. 下载python python官网是 https://www.python.org/ 移动鼠标到downloads,然后点击windows,就可以看到关于windows的相关安装版本。 左边 ......
环境 window python 10