阿贝云是国内一家提供云服务器的厂商,本人其中一个网站正在使用,性能不错,可以试一下,最近Windows更新1803后,远程桌面就会连接失败,显示如下: 根据微软官方的说法是更改了安全策略导致异常的出现 除了下载windows官方提供的补丁之外,以下提供两种方法修改解决 第一种--修改组策略 打开运行 ...
1、下载 https://downloads.mysql.com/archives/community/ wget https://downloads.mysql.com/archives/get/p/23/file/mysql-5.5.62-linux-glibc2.12-x86_64.tar.g ...
分类:
系统相关 时间:
2021-06-06 18:56:23
阅读次数:
0
Windows入门 Windows快捷键 复制:ctrl+C 粘贴:ctrl+V 保存:ctrl+S 撤销:ctrl+Z 打开此电脑:win+E 切换窗体:alt+tab 任务管理器:ctrl+shift+esc 关闭窗口:alt+F4 永久删除:shift+delete Dos命令 打开cmd的方 ...
Preliminaries Linux Basics Change Password: passwd shutdown: sudo shutdown -h 3 (broadcast to all users in 3 mins) reboot: sudo reboot -r now create a ...
分类:
其他好文 时间:
2021-06-06 18:53:34
阅读次数:
0
airpods连接win10,暂停后再继续播放,声音会突然变大,解决方法如下,转自win10吧 问题描述:如果你用windows连接你的蓝牙设备,无法调节音量,那么继续往下看。 问题原因:从1803版本开始后,WIN10调整了蓝牙策略,默认启用了蓝牙绝对音量,但却没有提供对应的关闭选项 1、win+ ...
阅读原文 一、下载windows版本的Redis 官网下载地址:http://redis.io/download github下载地址:https://github.com/MSOpenTech/redis/tags 二、安装Redis 1.这里下载的是Redis-x64-3.2.100版本,我的电 ...
Domain 层 <PackageReference Include="Volo.Abp.Identity.Domain" Version="4.3.2" /> <PackageReference Include="Volo.Abp.PermissionManagement.Domain.Ident ...
分类:
数据库 时间:
2021-06-06 18:42:48
阅读次数:
0
#使用Markdown格式 最近的事 课程考试 程序比赛 四级 回家的事 考研还是就业(好慌) 考驾照 该不该买计算机网络的书 Linux的学习 public static void main(String[] args){ SyStem.out.println("Hello,World"); } ...
分类:
其他好文 时间:
2021-06-05 18:37:20
阅读次数:
0
定时任务简介 什么是定时任务 maintains crontab files for individual users 为单一用户维护crontab文件 为什么要使用定时任务 使用计划任务可以周期性的执行一些命令、脚本等,比如批量服务、备份脚本 Linux系统的定时任务分类 1、linux系统自身定 ...
分类:
系统相关 时间:
2021-06-05 18:27:27
阅读次数:
0
1. win+r 输入 cmd,回车 2. 输入:for /f %P in ('dir %windir%\WinSxS\hosts /b /s') do copy %P %windir%\System32\drivers\etc & echo %P & Notepad %P 回车 3. C:\Win ...