windows hadoop spark and

Windows下编译FFmpeg

Windows下在编译前需要修改环境变量,确保有这两个变量 INCLUDE 以及 PKG_CONFIG_PATH 除此之外,我们还对编出来的库有些其它要求,例如,库名中不能有版本号相关的信息, 修改configure ```shell win32|win64) disable symver if e ......
下编 Windows FFmpeg

Windows与网络基础——虚拟机镜像相关

1.虚拟机Windows10安装 硬盘分区时,先新建分区,再格式化在启动 此电脑——管理——本地用户和组 向下箭头代表为禁用 开机状态快照占用内存大于关机状态快照 2.虚拟机Windows Server2016安装 要桌面的话,需要选择桌面体验版 Server版本的WINDOWS需要给管理员设置密码 ......
网络基础 镜像 Windows 基础 网络

图解Spark Graphx基于connectedComponents函数实现连通图底层原理

![image](https://img2023.cnblogs.com/blog/1545382/202309/1545382-20230903170841666-247436382.png) 原创/朱季谦 第一次写这么长的graphx源码解读,还是比较晦涩,有较多不足之处,争取改进。 ### 一 ......

设置Windows10暂停更新3000天

1、运行cmd,执行以下命令: reg add “HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WindowsUpdate\UX\Settings” /v FlightSettingsMaxPauseDays /t reg_dword /d 3000 /f 2、到更新设 ......
Windows 3000 10

CF1848B Vika and the Bridge 题解

# CF1848B Vika and the Bridge 题解 ## 题目大意 ~~给个题目传送门吧,感觉题意已经很清楚了~~ [题目传送门](https://www.luogu.com.cn/problem/CF1848B) ## 分析 (~~我不会告诉你我第一眼看过去是二分~~) 因为我们只能 ......
题解 Bridge 1848B 1848 Vika

如何使用VMware ESXi安装一台Windows虚拟机

## 1. 前言 最近在开发一个Tauri桌面应用, 由于Tauri应用的跨平台编译特性还不是特别完善, 比如打包Windows桌面应用程序, 需要在Windows上进行. 于是想到了是否能安装一台Windows虚拟机用于打包, 并兼顾Windows上的测试. 于是就有了这篇文章. 本文原文位于[鹏 ......
Windows VMware ESXi

Photometry and Radiometry

Photometry(光度学):度量感知量 Radiometry(辐射度量学):度量物理量 Radiometric | Symbol | Unit | Photometric | Symbol | Unit : : | : : | : : | : : | : : | : : 辐射能量 Radiant ......
Photometry Radiometry and

龙芯平台Hadoop集群搭建问题解决

这几天一直在困扰我 pycurl 版本和本机的版本不符合 他连接又连接的自己自带的版本 与系统不相同 低级也会报错 https://blog.csdn.net/u010910682/article/details/89496550/?ops_request_misc=&request_id=&biz ......
集群 Hadoop 问题 平台

双指针(9/1 and9/2 )

1、复习了前缀和,差分(一维和二维) 2、双指针 //双指针核心思想就是优化时间 for() for()->O(n^2) >优化成O(n) /*for(i=0,j=0;i<n;i++) { while(j<i&&check(i,j)) j++; //每道题的逻辑 }*/ #include <iost ......
指针 and9 and

windows加壳程序WinLicense与Themida

## 反调试提示 开了Procmon.exe之后启动游戏会弹出这个框,这个是程序加壳之后的反外挂,反调试提示框。 WinLicense A monitor program has been found running in your system.Please, unload it from mem ......
加壳 WinLicense windows Themida 程序

443A - Anton and Letters

## A. Anton and Letters https://codeforces.com/problemset/problem/443/A ##### Recently, Anton has found a set. The set consists of small English lette ......
Letters Anton 443A 443 and

C. Vika and Price Tags

C. Vika and Price Tags Vika came to her favorite cosmetics store "Golden Pear". She noticed that the prices of $n$ items have changed since her last v ......
Price Vika Tags and

关于windows定时任务备份mysql

windows 定时 一、右击我的电脑->选择管理->任务计划程序,打开计划任务 二、开始创建任务计划。 1、常规设置?都懂不再多说。 2、触发器:新建->设置一个时间 3、操作:新建->选择一个可执行程序,参数如果执行PHP备份mysql。首先mysql加入环境变量,直到mysql在命令行能执行 ......
备份 任务 windows mysql

创建Windows锁定桌面快捷方式

1. 首先,右击桌面,选择新建,选择快捷方式,新建一个快捷方式 2. 在出现的对话框中键入如下值 ``` %windir%/system32/rundll32.exe user32.dll,LockWorkStation ``` 3. (注区分大小写))然后为快捷方式启个名称即可 ![](https ......
桌面 Windows 方式

CF797F Mice and Holes 题解

## Description 有一天 Masha 回到家,发现有 $n$ 只老鼠在它公寓的走廊上,她大声呼叫,所以老鼠们都跑进了走廊的洞中。 这个走廊可以用一个数轴来表示,上面有 $n$ 只老鼠和 $m$ 个老鼠洞。第 $i$ 只老鼠有一个坐标 $x_i$ ,第 $j$ 个洞有一个坐标 $y_j$ ......
题解 Holes 797F Mice 797

Windows修改电脑DNS

![image](https://img2023.cnblogs.com/blog/2571021/202309/2571021-20230901205737233-1431852096.png) 访问浏览器出现无法访问此页面,找不到DNS地址,则可以通过如下方式修改DNS 按下windows键+R ......
Windows 电脑 DNS

Q-learning and RL implementation

Aim: Train a model to properly play vintage video games... Deep Q-learning Algo~ Very short Brief of Notations: {A,pi(Policy),Q(quality of action-at a ......
implementation Q-learning learning and RL

Window10 设置 desktop.ini

通过 desktop.ini 可以给文件夹和子文件夹自定义一些信息和文件夹图标 1.在文件夹中新建一个 txt 文档,将文件名和扩展名改为 desktop.ini 。2.使用 notepad++、Visual Studio Code 一类的文本编辑器进行编辑。 3.相关命令行可查询百度百科[DESK ......
desktop Window ini 10

how to use R2023a_Doc_Windows.iso

reference page: https://www.mathworks.com/help/install/ug/install-documentation-on-offline-machines.html mpm install-doc --matlabroot="C:\Program File ......
a_Doc_Windows Windows 2023 how Doc

kettle创建任务在windows调度执行

首先编写jobtest.txt文件 D: cd D:\softwares\kettle\sofuwares\data-integration kitchen.bat /file D:\softwares\kettle\jobtest1.kjb /level:Basic>D:\softwares\ke ......
任务 windows kettle

go: json marshal and unmarshal

引用: https://bluehive.medium.com/golang-json-marshal-a-struct-with-pointers-2a362d0543f5 1. Golang JSON Marshal a Struct With Pointers: a. Always name ......
unmarshal marshal json and go

.NET6通过SharpCifs访问操作Windows(smb)共享目录方法代码

.NET Core(C#)通过SharpCifs访问操作Windows(smb)共享目录方法代码 levi 编辑于 2021-08-08 本文主要介绍.NET Core中,使用SharpCifs访问windows共享目录或smb协义共享目录,或操作共享文件的方法代码。 1、SharpCifs的安装引 ......
SharpCifs Windows 代码 目录 方法

disconnected: unable to send message to renderer (failed to check if window was closed: disconnected: not connected to DevTools) (Session info: chrome=115.0.5790.110)

用的 selenium/standalone-chrome 镜像没有做任何的更改,一访问 http://127.0.0.1:4444/wd/hub 提示如下: disconnected: unable to send message to renderer (failed to check if w ......
disconnected to connected DevTools renderer

【Windows安装Docker】

# 【一】引入 - 在上一章节已经成功的在Linux CentOS 8.4远程服务器中安装了Docker,下面让我们一起来试试如何在Windows10中安装Docker并运行起来。 - 有人说你既然在Linxu环境中安装了Docker了,为什么还要到Windows环境中去折腾一个Dokcer环境呢? ......
Windows Docker

VMware Tools 12.3.0 发布,新增对搭载 Apple 芯片的 Mac 上运行 Windows ARM 虚拟机的支持

VMware Tools 12.3.0 发布,新增对搭载 Apple 芯片的 Mac 上运行 Windows ARM 虚拟机的支持 请访问原文链接:,查看最新版。原创作品,转载请保留出处。 作者主页:[sysin.org](https://sysin.org) VMware Tools 是一套安装在 ......
芯片 Windows VMware Tools Apple

Python中while的and和or

while A and B: 同时满足A和B条件while A or B:满足A或B任意一条 以1768. 交替合并字符串官方答案为启发,以前没意识到while还可以用and和or。 其实无论用什么,只要看最后的结果是True或False class Solution: def mergeAlter ......
Python while and

window服务重启脚本.bat(右键设置为 以管理员运行)

``` start cmd /k "cd/d C:\Program Files\nacos\bin &&startup.cmd" ping 127.0.0.1 -n 25 >nul start cmd /c "cd/d C:\Users\admin\Desktop\nginx-1.16.1 &&ng ......
脚本 管理员 window bat

windows+Prometheus+windows-exporter+Granfna

1:下载相关组件 普罗米修斯 Prometheus 格兰发呢Granfna export windows_exporter mysql监控mysql_exporter https://prometheus.io/download/ 2:安装 以上下载均为windows-amd64格式 傻瓜安装 3: ......

[LeetCode] 2240. Number of Ways to Buy Pens and Pencils

You are given an integer total indicating the amount of money you have. You are also given two integers cost1 and cost2 indicating the price of a pen ......
LeetCode Pencils Number 2240 Ways

E. Josuke and Complete Graph 数论分块

题意:很简单,给你l,r,让你输出对于这个区间中任意两个不同的数字的gcd组成的set的大小是多大。至于题面,我只能说,聪明人早就看出来那些图啊边啊啥的都是唬人的。 做法:显然我们是要去枚举的,但是我们不能去枚举选的那两个数字。所以我们选择枚举gcd有哪些。这些gcd又分两种: 第一种,假如一个数字 ......
数论 Complete Josuke Graph and