windows hadoop spark and

Windows All Killer

### 代码大部分来自网络 ```cpp #include #include #include #include #include #include using namespace std; #define NTMODEF 1 #define ZWMODEF 0 DWORD ProtectProce ......
Windows Killer All

windows下mysql使用mysqldump定时备份数据库,删除过期备份

windows下mysql使用mysqldump定时备份数据库,删除过期备份 创建备份脚本: @echo offforfiles /p "d:\mysql_backup" /m backup_*.sql -d -7 /c "cmd /c del /f @path"set "Ymd=%date:~0, ......
备份 mysqldump windows 数据库 数据

WIN10安装配置Hadoop

原文链接:WIN10安装配置Hadoop【作者:余生】 本文记录在WIN10上hadoop单节点的安装,后续再记录多节点分布式的安装。 1、安装JAVA环境 下载JDK8,官网链接:Java SE Development Kit 8 选择64版本:jdk-8u241-windows-x64.exe ......
Hadoop WIN 10

python: encode and decode

import binascii geovin=b"geovindu" adu=base64.b64encode(geovin) #加密码 print(adu) edu=base64.b64decode(adu) #解密 print(edu) s=["医疗",400,1] column=('Insur ......
python encode decode and

wsl 安装的Ubuntu 和windows 里面的文件如何共享

原文: ou can also access your local machine’s file system from within the Linux Bash shell – you’ll find your local drives mounted under the /mnt folder ......
windows 文件 Ubuntu wsl

Windows下使用svn命令行

摘自:https://zhuanlan.zhihu.com/p/75760333 摘自:http://www.taodudu.cc/news/show-691550.html?action=onClick 安装TortoiseSVN后直接打开命令行,发现没有命令Svn,配置环境变量发现TorTois ......
命令 Windows svn

Window小主机 有线投屏至 平板上,类似于apple的随行功能

故事背景: 买了台小主机零刻 SER6Pro 6800H小主机,配置如下: - CPU:AMD 6800H 移动端处理器 - 显卡:680M核显 - 内存:DDR5 4800MHz 16G x2,共32G - 存储:1T SN550黑盘,镁光M600 1T SSD - 电源:120W(19V 6.3 ......
平板 有线 主机 功能 Window

双启动:安装Windows 7 和 CentOS 7 双系统教程

笔记本配置:8G内存,200G SSD,先在virbox中成功安装双系统,能正常进入并使用 Windows 7 和 CentOS 7。 网上看到一大堆的安装 wingrub easyBCD,折腾了一天没安装成功,结果还是 google 找到一篇靠谱的文章,step by step 终于在第二天搞定双 ......
Windows 教程 CentOS 系统

Windows如何本地安装Redis且设置服务自启动?

redis中文网:http://redis.cn/如果是安装Windows版的redis需要去GitHub上下载安装包如果是在Linux上安装,可以直接使用命令进行安装本次教程是基于Windows系统进行的 GitHub地址:https://github.com/microsoftarchive/r ......
Windows Redis

【题解】CF754D Fedor and coupons(优先队列)

# 【题解】CF754D Fedor and coupons ## 题目链接 [CF754D Fedor and coupons](https://www.luogu.com.cn/problem/CF754D) [CF1029C Maximal Intersection](https://www. ......
题解 队列 coupons Fedor 754D

永久关闭windows10自动更新

1、禁用Windows Update服务 打开服务: services.msc Windows Update 禁用 切换到“恢复”选项,都改为无操作 2、通过组策略进行Win10自动更新相关服务关闭 打开组策略 gpedit.msc 依次选择:计算机配置 -> 管理模板 -> Windows组件 - ......
windows 10

Fourier Analysis and Nonlinear Partial Differential Equations 阅读笔记 (第一章)

# 实分析基础 ## Holder与卷积不等式 首先从经典的Holder不等式入手. **命题: 经典情况下的Holder不等式** >设$(X,\mu)$是测度空间, $(p,q,r)\in[1,\infty]^3$满足 >$$\frac{1}{p}+\frac{1}{q}=\frac{1}{r} ......

Windows Git Bash vim 屏幕闪烁

据说是本来是遇到无效命令时发出的蜂鸣声,Windows用一个快速的闪烁取而代之。 修改Git安装目录下etc/vimrc文件,最后一行加入set vb t_vb= 或者在git bash 的vim中冒号模式输入set vb t_vb= ......
屏幕 Windows Bash Git vim

csIAHDFPM and csILBFGS

......
csIAHDFPM csILBFGS and

[数论]Divisor and Gcd

## Divisor and Gcd ### 1、算术基本定理:n的质因数分解唯一 一些常见结论: 1.素数无限 2.$\lim_{n\rightarrow+\infty}n\prod\dfrac{n}{\frac{n}{\ln{n}}}$(Π(n)表示 ab|c$ 3.$a|bc,(a,b) = ......
数论 Divisor and Gcd

Windows 显示 桌面图标 计算机 控制面板 网络 图标 批处理

powershell start-process -verb runas cmd @echo off rem Show Computer icon on desktop reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVers ......
图标 面板 桌面 Windows 计算机

在 Windows 下部署 ChatGLM-6B 过程记录

1、为 git 安装 lfs 模块 下载模型文件前,需要安装 git lfs 模块以支持大文件的下载。 下载地址:https://git-lfs.com/ 验证: git lfs install 2、下载模型文件 git clone https://huggingface.co/THUDM/chat ......
过程 Windows ChatGLM 6B

windows10 安装Ubuntu

1. windows 应用商店下载wsl。 2. windows 应用商店下载Ubuntu。 3. 启用windows虚拟机 搜索栏搜索windows功能(windows features) 4. 打开window虚拟机和 subsystem for linux。 然后重启 5. 打开步骤2下载的U ......
windows Ubuntu 10

windows server 2016离线安装Docker

下载离线安装包:https://download.docker.com/components/engine/windows-server/19.03/docker-19.03.3.zip 解压后考到: 配置环境变量: 创建 C:\ProgramData\Docker\config 目录,在confi ......
windows server Docker 2016

C++ multi process share value via write and read data from serialized file,the better way is shared_memory,pipeline,message queue,socket

#include <atomic> #include <chrono> #include <cmath> #include <condition_variable> #include <cstddef> #include <forward_list> #include <fstream> #incl ......

[6] Fast and Practical Secret Key Extraction by Exploiting Channel Response 论文精读 INFOCOM 13'

摘要 摘要写的很清楚,几句话说明了当前密钥发展现状,即使用RSS为基础的密钥生成解决方案的生成速率有待提升,因此本文主打一个高速率;此外本文提出了CGC算法来解决现实生活中的信道互易性差的问题;此外,其能够抵御被认为对RSS技术有害的恶意攻击! 但是他的Abstract我有一点不满哈,全文都是CSI ......

Windows server使用无线网卡无效的解决方案——在「功能」中启用「无线 LAN服务」

大致步骤 在「功能」中,安装「无线 LAN 服务」后重启计算机; 在「服务」中,开始「WlanSvc」服务。 至此,问题解决。点击桌面右下角的网络图标,选择要连接的无线网络进行连接即可。 详细步骤截图 安装「无线 LAN 服务」功能: 图一: 图二: 开始「WlanSvc」服务: 效果 ......

Windows远程桌面如何用空密码登录远程桌面

1. 运行组策略:gpedit.msc 快捷键win+r键,输入gpedit.msc点击确定 2. 在 计算机配置 > Windows 设置 > 安全设置 > 本地策略 > 安全选项 中,找到: 帐户: 使用空密码的本地帐户只允许进行控制台登录。 3. 设置为:已禁用。 ......
桌面 密码 Windows

QGIS3.22.0+VS2019 window10编译

首先感谢博客 济南友泉软件有限公司 提供的顺序教程。 博客地址:https://blog.csdn.net/qq_26221775/article/details/122792445 这篇博客主要是表示编译时遇到的坑。 1. 一定使用vs2019进行编译。 我刚开始想使用vs2017编译。因此遇到了 ......
window QGIS3 QGIS 22.0 2019

C# 使用批处理启动Windows服务

当期环境:Win11家庭版 注:批处理文件编码方式需设置为ANSI 启动服务: @echo off >nul 2>&1 "%SYSTEMROOT%\system32\cacls.exe" "%SYSTEMROOT%\system32\config\system" if '%errorlevel%' ......
Windows

Custom directive is missing corresponding SSR transform and will be ignored

## 背景 最近在给业务组件库集成指令库,将各个项目中常用的指令如一键复制、元素和弹窗拖拽等封装到一起,进行统一发版维护。 业务组件库项目架构采用的是pnpm+vite+vue3+vitepress,其中vitepress主要做组件库文档站点同时展示可交互的组件。 ## 问题 开发运行时指令库dem ......

Windows Terminal 智能提示

## 安装PSReadLine ```shell Install-Module -Name PSReadLine -AllowClobber -Force ``` ## 打开$profile ```shell notepad $profile ``` ## 配置补全 在$profile中配置 ``` ......
Terminal Windows 智能

windows安装虚拟环境相关

先查看操作系统中是否有虚拟环境? virtualenv --version 如果查看之后没有虚拟环境的命令,则安装[需要联网] pip install virtualenv pip install virtualenvwrapper 查看当前操作系统中有哪些虚拟环境的文件夹? workon 创建虚拟 ......
windows 环境

Apache Spark教程_编程入门自学教程_菜鸟教程-免费教程分享

## 教程简介 Apache Spark 是专为大规模数据处理而设计的快速通用的计算引擎。Spark是UC Berkeley AMP lab (加州大学伯克利分校的AMP实验室)所开源的类Hadoop MapReduce的通用并行框架,Spark,拥有Hadoop MapReduce所具有的优点;但 ......
教程 菜鸟教程 Apache Spark

slime and sequence

## Slime and Sequences https://codeforces.com/contest/1349/problem/F2 Two days' hard work. Firstly, consider the total number of this kind of sequence ......
sequence slime and