将以下代码复制到txt中,改后缀为bat批处理,双击即可,如果报错,则用管理员方式启动. (cd /d "%~dp0")&&(NET FILE||(powershell start-process -FilePath '%0' -verb runas)&&(exit /B)) >NUL 2>&1 t ...
分类:
其他好文 时间:
2020-05-06 21:52:59
阅读次数:
310
公司提供了一台华为服务器 。 原本以为很容易就一行yum install 就行 现实让我傻眼了 找不到该软件源 没办法 ,只能通过手动下载安装包进行 wget ,这个服务器wget 要先下载 这个简单 yum install wget 接下来下载netcore 3.1 arm64位 wget htt ...
分类:
Web程序 时间:
2020-05-06 19:33:53
阅读次数:
165
与window打补丁类似,linux也可以定期更新系统软件。 linux安装软件的优秀工具叫做yum,它是CentOS下最好用的包管理器和安装软件包的工具。 linux的二进制软件包一般是rpm包。类似于Windows下的exe程序。 默认获取rpm包的软件配置是从国外CentOS官方源及其镜像地址 ...
分类:
系统相关 时间:
2020-05-05 00:45:19
阅读次数:
304
前言 直接可以把这个配置覆盖掉现在安装目录Vim底下的 "_vimrc" 文件 "效果图" Code: THE END ...
分类:
系统相关 时间:
2020-05-04 23:03:34
阅读次数:
84
1 查看进程ps 1.1 根据端口查看:lsof -i:端口号 1.2 直接查看:ps [option],其中:option包含a、u、x、-l、-e五大参数: (1)a 显示一个终端的所有进程 (2)x 显示没有控制终端的进程 (3)u 显示进程的归属用户以及内存的使用情况 (4)-e 显示所有进 ...
分类:
系统相关 时间:
2020-05-04 00:35:19
阅读次数:
62
The goal of the operating system The objectives of the operating system are related to the application environment. For example, the OS used in the qu ...
分类:
其他好文 时间:
2020-05-03 17:04:59
阅读次数:
84
def cast_list(val): print(val) # foo # [1] # ('foo', 'bar') print(type(val)) # <class 'str'> # <class 'list'> # <class 'tuple'> print(isinstance(val,( ...
分类:
其他好文 时间:
2020-05-03 14:24:55
阅读次数:
52
一、首先打开office的安装路径:C:\Program Files\Common Files\microsoft shared\OFFICE一二\Office Setup Controller 注意:如果office安装在其它盘,请到相应路径下依次找到“Office Setup Controlle ...
分类:
其他好文 时间:
2020-05-03 10:52:31
阅读次数:
82
Traveler ZOJ - 4103 The famous traveler BaoBao is visiting the Dream Kingdom now. There are nn cities in Dream Kingdom, numbered from 11 to nn. The ci ...
分类:
其他好文 时间:
2020-05-03 00:57:04
阅读次数:
81
作者:Longway Date:2020-05-02 来源:基于图像的单目三维网格重建 代码地址:https://github.com/ShichenLiu/SoftRas 论文题目:Soft Rasterizer: A Differentiable Renderer for Image-based ...
分类:
其他好文 时间:
2020-05-03 00:32:28
阅读次数:
164