码迷,mamicode.com
首页 >  
搜索关键字:software    ( 7075个结果
关闭window defender
打开注册表 HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows Defender 将那个键值设置为1表示打开 将那个键值设置为0表示关闭 ...
分类:Windows程序   时间:2020-06-24 16:34:46    阅读次数:71
修改macos的启动LOGO
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
《knowledge of food match》-Privacy policy
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
解决 FileZilla 20秒连接超时问题. (SSH + sftp协议)
使用sftp客户端工具连接sftp服务器时,闲置一段时间后,再使用就会等很久然后报一个错误: 错误: Network error: Software caused connection abort错误: 读取目录列表失败 。然后从服务器断开,重新连接。响应速度相比重新建立连接要慢很多。如果频繁使用的 ...
分类:其他好文   时间:2020-06-24 12:20:39    阅读次数:211
awk 不一样的分隔符 - 空格分隔符
今天用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学习记录-源码构建
一、下载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)--Process and Tools of Software Construction
一。 传统软件开发模型 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
python模块之间的代码元素的访问
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-2.3 部署docker镜像私有仓库harbor
####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
7075条   上一页 1 ... 20 21 22 23 24 ... 708 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!