打开注册表 HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows Defender 将那个键值设置为1表示打开 将那个键值设置为0表示关闭 ...
This is going to be a short post about how to change your Macintosh boot logo/start logo without using software like BootXChanger. Since this software ...
分类:
系统相关 时间:
2020-06-24 16:13:33
阅读次数:
109
We respect and protect the privacy of all users of the service. In order to provide you with more accurate and personalized services, the software wil ...
分类:
其他好文 时间:
2020-06-24 16:08:14
阅读次数:
53
使用sftp客户端工具连接sftp服务器时,闲置一段时间后,再使用就会等很久然后报一个错误: 错误: Network error: Software caused connection abort错误: 读取目录列表失败 。然后从服务器断开,重新连接。响应速度相比重新建立连接要慢很多。如果频繁使用的 ...
分类:
其他好文 时间:
2020-06-24 12:20:39
阅读次数:
211
今天用awk格式化字符串的时候,发现了一个奇怪现象,查看了awk手册后,特以此文记录。示例文本内容后文所有awk语名中出现的file.txt内容均如下:#cat-Afile.txt1^Iroot:x:0:0:root:/root:/bin/bash$2^Ibin:x:1:1:bin:/bin:/sbin/nologin$3^Idaemon:x:2:2:daemon:/sbin:/sbin/nolo
分类:
其他好文 时间:
2020-06-24 00:34:02
阅读次数:
91
一、下载spring源码 https://github.com/spring-projects/spring-framework 二、安装Gradle 1、下载地址:https://services.gradle.org/distributions/ 2、解压 如:D:\Software\Java\ ...
分类:
编程语言 时间:
2020-06-22 22:51:38
阅读次数:
70
一。 传统软件开发模型 2个基本模型 线性过程 迭代过程 扩展模型 瀑布模型 增量模型 V字模型 原型过程 螺旋模型 敏捷开发(Agile Development):通过快速迭代和小规模的持续改进,以快速适应变化 二。 Software Configuration Management(SCM) 软 ...
分类:
其他好文 时间:
2020-06-22 12:45:19
阅读次数:
55
看到论坛上有人发,自己跟着敲了遍代码,有些地方进行了改动,学习了。 # -*- coding: utf-8 -*- # @Time : 2020/6/17 18:24 # @Author : banshaohuan # @Site : # @File : bizhi.py # @Software: ...
分类:
其他好文 时间:
2020-06-21 18:05:04
阅读次数:
74
1.一个模块本质就是一个文件,在模块中封装了很多代码元素。 1)导入所有内容:import语句 2)只导入一个元素,from import 3)如果名称有冲突 from import as # @File : world.py# @Software: PyCharm#coding=utf-8x='你 ...
分类:
编程语言 时间:
2020-06-21 14:09:20
阅读次数:
62
####2.3.1 部署环境 环境选择在 pg60-200.k8s.host.com 虚机上部署 ####2.3.2 下载安装二进制软件包 # GitHub仓库地址:https://github.com/goharbor/harbor shell> cd /usr/local/src shell> ...
分类:
其他好文 时间:
2020-06-21 10:15:14
阅读次数:
78