通过网上搜索发现主要原因是: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Explorer\ShellIconOverlayIdentifiers看里面svn相关项是否在前15个。因为windows最多支持15种角标 把s ...
分类:
其他好文 时间:
2020-01-19 09:50:14
阅读次数:
130
I can find it in system monitor. but, [systemctl list-unit-files | grep mysql ] did not show anything. After googled, I found it belong to akonadi whi ...
分类:
数据库 时间:
2020-01-18 22:49:26
阅读次数:
165
项目地址:https://github.com/MrFasl/1120172188 PSP表格 PSP2.1 Personal Software Process Stages 预估耗时 (分钟) 实际耗时 (分钟) Planning 计划 300 Estimate 估计这个任务需要多少时间 4000 ...
分类:
其他好文 时间:
2020-01-18 21:22:25
阅读次数:
73
Office Visio 是office软件系列中的负责绘制流程图和示意图的软件,是一款便于IT和商务人员就复杂信息、系统和流程进行可视化处理、分析和交流的软件。 可以创建多种图表,包括业务流程图、软件界面、网络图、工作流图表、数据库模型和软件图表等直观地记录、设计和完全了解业务流程和系统的状态。 ...
分类:
其他好文 时间:
2020-01-18 14:56:26
阅读次数:
115
selenium.获取浏览器大小、设置浏览器位置、最大化浏览器 get_window_size() 获取浏览器大小 # 将窗口大小实例化 size_Dict = driver.get_window_size() # 打印浏览器的宽和高 print("当前浏览器的宽:", size_Dict['wid ...
分类:
编程语言 时间:
2020-01-18 10:34:57
阅读次数:
126
一、创建项目并导入依赖 org.springframework.boot spring-boot-starter-security org.springframework.boot spring-boot-starter-web io.jsonwebtoken jjwt 0.9.1 二、相关配置和代... ...
分类:
编程语言 时间:
2020-01-18 10:22:18
阅读次数:
101
一、 subprocess.getstatusoutput import subprocess cmd = 'ifconfig' def cmds(cmd,print_msg=True): status,result = subprocess.getstatusoutput(cmd) if stat ...
分类:
编程语言 时间:
2020-01-18 01:08:30
阅读次数:
63
cat /proc/cpuinfo | grep 'physical id' | sort | uniq | wc -l 个数 cat /proc/cpuinfo | grep 'process' | sort | uniq | wc -l 核数 cat /proc/meminfo 查看内存 ...
分类:
系统相关 时间:
2020-01-17 22:42:46
阅读次数:
130
1.下载程序包wgethttps://download.nextcloud.com/server/releases/nextcloud-17.0.2.zipunzipnextcloud-17.0.2.zip#解压程序包mkdir/data-pv#创建总数据存储目录mkdir/data/data/#创建数据存储目录(用来存放用户上传的文件)mvnextcloud/data/#移动网盘程序目录chow
分类:
其他好文 时间:
2020-01-17 21:24:46
阅读次数:
111
官方方法: from w3lib.http import basic_auth_header class CustomProxyMiddleware(object): def process_request(self, request, spider): request.meta['proxy'] ...
分类:
其他好文 时间:
2020-01-17 19:16:04
阅读次数:
96