Windows服务器基础

来自linuxsa wiki
跳转到导航 跳转到搜索

很少用win 特别是作为服务器,不过这几天遇到 记录一下 毕竟 我们计算机学生嘛 都是从win 开始学os 的,说不会还是d版 win

VCRUNTIME140.dll and MSVCP140.dll missing in Windows

VCRUNTIME140.dll and MSVCP140.dll missing in Windows 11

https://www.microsoft.com/zh-cn/download/details.aspx?id=508d81a8-adff-4b2b-97ad-15f70fd1bdcf


Download from the links below. I suggest you install both the x86 and x64 versions.

x86: https://aka.ms/vs/17/release/vc_redist.x86.exe

x64: https://aka.ms/vs/17/release/vc_redist.x64.exe

丢失msvcr110.dll

1.首先是打开浏览器,在浏览器的地址栏里输入 http://www.microsoft.com/zh-CN/download/details.aspx?id=30679 这个网址来进行相关程序的下载。

2.下载时候选择64 vcredist_x64.exe 或者32位, 如果不行再2个都下载安装; 可能要reboot

msvcp120.dll

"msvcp120.dll Not Found"' "The file msvcp120.dll is missing" "File msvcp120.dll not found" "The program can't start because MSVCP120.dll is missing from your computer. Try reinstalling the program to fix this problem

If it for some reason doesn't work by just replacing the file, you might need to re-install the Microsoft visual C++ Redistributable package which can be found here:

http://www.microsoft.com/en-us/download/details.aspx?id=40784

redis win

Redis 5.0.7 for Windows 启动脚本:start_redis5.bat基于RunHiddenConsole.exe实现了redis后台无窗口运行,运行前记得修改路径 停止命令:taskkill /F /IM redis-server.exe > nul

默认密码是 root 可在redis.windows.conf的第445行修改requirepass root

https://github.com/redis-windows/redis-windows/releases/tag/5.0.7

Install or enable WSL2 https://redis.io/docs/latest/operate/oss_and_stack/install/archive/install-redis/install-redis-on-windows/

本机向windows服务器传输文件的几种方法

直接粘贴复制

,例如 一个 opera exe

共享盘

但是很多时候不行 特别大文件什么的 于是

选择本地资源,点击详细信息选择你要共享的盘符

FileZilla_Server

这个记得 10年前就教过一个学php的老友了

reference

本机向windows服务器传输文件的三种方法