登录mysql网站下载yum源包列出rpm包中文件rpm-qplmysql57-community-release-el7-11.noarch.rpm安装mysqlyum源rpm包rpm-ivhmysql57-community-release-el7-11.noarch.rpm查看已经安装的mysql安装mysqlyum-yinstallmysql-clientmysql-server启动mys
分类:
数据库 时间:
2020-10-06 20:06:55
阅读次数:
20
RPC 远程服务调用是分布式服务架构的基础。 如何理解 RPC RPC(Remote Procedure Call)是一种进程间通信方式,它是一种通过网络从远程计算机程序上请求服务,而不需要了解底层网络技术的协议。 RPC 允许程序调用另一个地址空间的过程或函数,而不用程序员显式编码这个远程调用的细 ...
分类:
其他好文 时间:
2020-09-24 21:35:40
阅读次数:
44
前言 我们在做测试的时候,经常遇到领导的灵魂拷问:你的测试用例覆盖率是多少,达到100%了么?你如何保证你的测试质量? 测试用例的覆盖率如何统计呢,如何知道开发的代码,我们都测到了,不会存在漏测的情况。 pytest-cov 先命令行安装 pytest-cov 2.10.1版本 pip instal ...
分类:
其他好文 时间:
2020-09-18 02:00:47
阅读次数:
41
从LabVIEW 6.1开始,LabVIEW集成了Remote Panels技术,允许用户直接在客户端计算机上打开并操作位于服务器端计算机上的VI的前面板,甚至可以将LabVIEW VIs的前面板窗口嵌入到一个网页中并在网页中直接操作它,这是一种软件操作界面共享方式。按照常规方式编写服务器端软件,控 ...
分类:
其他好文 时间:
2020-09-18 01:04:44
阅读次数:
28
Remote Social Engineering SOCIAL ENGNEERING Tricking or coercing people into violating security policy Depends on willingness to be helpful Human weak ...
分类:
Web程序 时间:
2020-09-17 23:49:24
阅读次数:
48
MAC下运行的telnet客户端,需要安装python3的环境。`#!/usr/local/bin/python3importsocketimportsysimportreifname==‘main‘:iflen(sys.argv)!=3:print("Usage:telnet[remote_ip|FQDN][remote_port]")exit()ifre.m
分类:
Web程序 时间:
2020-09-17 17:55:11
阅读次数:
38
with_items遍历列表中每个元素,包括嵌套列表with_list将嵌套列表作为整体元素遍历with_together将多个列表中的子列表元素,一起输出,不成对则null补位示例:hosts:jack6_1remote_user:rootgather_facts:notasks:debug:msg:"{{item}}"with_items:[1,2,3][a,b]debug
分类:
其他好文 时间:
2020-09-17 17:19:57
阅读次数:
31
with_indexed_items示例:hosts:jack6_1remote_user:rootgather_facts:notasks:debug:msg:"{{item}}"with_indexed_items:[t1,t2][t3,[t4,t5]][t6]输出结果如下:[root@jack7-1work]#ansible-playbook--syntax-checki
分类:
其他好文 时间:
2020-09-17 17:19:41
阅读次数:
32
1,正常的push,只是在 Remote 那里填上 分支名:如 localBranchesC。 ...
分类:
其他好文 时间:
2020-09-17 13:39:06
阅读次数:
22
set-executionpolicy remotesigned 关于Set-ExecutionPolicy详细信息 Set-ExecutionPolicy 可更改 Windows PowerShell 执行策略的用户首选项。要在 Windows Vista、Windows Server 2008 ...
分类:
系统相关 时间:
2020-09-17 13:22:15
阅读次数:
34