ICode9

精准搜索请尝试: 精确搜索
  • 批量telnet服务端口2022-03-11 12:06:11

    当某个服务需要访问比较多的服务时,需要检查端口是否打通。可以使用如下脚本 注意:   1、当某个端口不通时,程序会停止运行。 例子: --服务器列表 cat host.txt [xxxxxxx@xxxxxxxx ~]$ cat host.txt 10.10.10.10 50000 10.10.10.10 443 --脚本 #!/bin/bash while read line do

  • mac - docker 创建镜像添加本地代理2022-03-08 12:02:40

    docker build 命令 docker-compose build \ --build-arg http_proxy=http://docker.for.mac.host.internal:[代理端口] \ --build-arg https_proxy=http://docker.for.mac.host.internal:[代理端口] docker compose build: context: . args: - http_proxy=http://do

  • javascript使用MD5加密2022-03-07 16:03:50

    var host = '{""timestamp":"20210511135037619","acct":"XXX"}'; var service = '{"prod":"XXX","t_id":"SSS","name":"AAAA","id":&q

  • UFS 3.1协议命令集--SCSI命令2022-03-02 22:32:52

      目录 UFS 3.1协议命令集--SCSI命令 0.前言 1.UFS协议栈 2.SCSI命令作用 2.1 查询类 INQUIRY REPORT LUNS READ CAPACITY REQUEST SENSE TEST UNIT READY SEND DIAGNOSTIC 2.2 读写类 PRE-FETCH READ WRITE UNMAP FORMAT UNIT SYNCHRONIZE CACHE VERIFY SECURITY PROT

  • Windows的host文件位置2022-03-02 16:32:28

    Windows的host文件位置 C:\Windows\System32\drivers\etc

  • vscode安装扩展插件提示:扩展不可用,XHR error?2022-03-01 23:03:15

    网上都说关闭代理就可以,对我的没有用。。。 试了以下方法可以正常下载!! 转载自:https://www.1024sou.com/article/687360.html 1. cmd命令窗口打开,ping不通该域名: https://marketplace.visualstudio.com/_apis/public/gallery/extensionquery 根据网址:https://ip.tool.chinaz.

  • 【Wireshark Lab v8.0】Lab9:ICMP2022-03-01 19:02:32

    实验步骤均来自实验指导手册。 实验指导手册下载地址:Jim Kurose Homepage (umass.edu) In this lab, we’ll explore several aspects of the ICMP protocol: • ICMP messages generating by the Ping program; • ICMP messages generated by the Traceroute program; • the

  • MMC子系统2022-03-01 16:33:51

    【CMDQ】 Command queue是三星和高通在eMMC V5.1上联合提出来的一个提案(joint proposal)。它允许host可以 发出一个队列包含32个data-transfer command。CMDQ可能对random read/write性能提升更明显。 Ex host queue task 每个task都由cmd44来编码block count,direct,Prio,taksID...

  • 【提升自己系列】,Redis性能测试还能这样做2022-02-28 14:32:46

    01、服务器环境 参数 linux指令 值 系统 cat /etc/redhat-release CentOS Linux release 7.8.2003 (Core) 内存 free -h total:3.7G available:3.0G CPU数量 cat /proc/cpuinfo cpu cores       :2 HZ cat /proc/cpuinfo |grep MHz|uniq cpu MHz         : 2

  • window host配置域名2022-02-28 09:35:27

    1:找到本机hosts文件路径一般位置在: C:\Windows\System32\drivers\etc 2.点左上角文件  3.打开,弹出编辑窗 4.hosts配置好域名后需要刷新DNS ipconfig /flushdns 查看DNS缓存内容变没变,检查是否配置成功 ipconfig /displaydns

  • hosts文件及其数据结构2022-02-27 17:00:22

    hosts文件 hosts文件记录了主机名/域名,IP地址和别名之间的映射关系: #IP地址 主机名/域名 别名 1.1.1.1 testhostname testhostalias1 testhostalias2 2.2.2.2 testhostname testhostalias3 testhostalias4 3.3.3.3 www.baidu.com testhostalias5 testhostalias6 一个

  • DB as a Service complete with Day 2 Operations2022-02-27 12:02:56

    OOTB Shared DB as a Service complete with Day 2 Operations Published: August 21, 2017 Automation Cloud-Services How-to vRealize-Automation vRealize-Suite Purpose: The first part of the post dealt with "Out of the box Shared DB as a Service". In

  • Last reported error: Could not find host matching read preference { mode: "primary" } for2022-02-25 22:31:08

    MongoDB Cluster报错 mongos> sh.status() --- Sharding Status --- sharding version: { "_id" : 1, "minCompatibleVersion" : 5, "currentVersion" : 6, "clusterId" : ObjectId("61e13befe1b0433c21305391&

  • 解决git clone出错 ssh: Could not resolve hostname github.com: Name or service not known fatal...2022-02-25 17:02:32

    问题描述 在clone某个github项目到本地时,报该错误,clone项目失败 解决过程 首先检查网络问题。使用ping命令ping github.com。结果显示找不到主机名进一步使用ping命令ping其他网址,如百度等,结果正常,说明网络正常,可能DNS解析出现问题修改DNS域名,结果仍然失败在本地host文件下,添

  • python 使用国内镜像下载插件及报错Could not fetch URL https://pypi.org/simple/pywinauto/: There was a problem co解决2022-02-25 10:31:53

    报错Could not fetch URL https://pypi.org/simple/pywinauto/: There was a problem co解决方法 pip安装一个第三方的库,就一直报错: Could not fetch URL https://pypi.org/simple/xrld/: There was a problem confirming the ssl certificate: HTTPSConnectionPool(host=‘py

  • ICMPv62022-02-25 09:35:37

    ICMPv6 ICMPv6(Internet Control Message Protocol for the IPv6)是IPv6的基础协议之一。 在IPv4中,Internet控制报文协议ICMP(Internet Control Message Protocol)向源节点报告关于向目的地传输IP数据包过程中的错误和信息。它为诊断、信息和管理目的定义了一些消息,如:目的不可达、数据

  • MySQL 03. MySQL Programs2022-02-23 08:33:24

    每个工具都有很多的参数选项,不需要记住,但需知其用途和理念! 多实践,出真知!   1.Server:mysqld是其他server端工具的基石,可以取代其他工具 2.安装相关工具:   comp_err :编译error log file   mysql_secure_installation :安全初始化 mysqld 时,被调用   mysql_ssl_rsa_setup :字面

  • 01.mysql 环境搭建2022-02-23 01:32:14

    mysql安装 官网下载mysql 安装过程中需要选中安装版本,并且可以同时安装两个不同版本的mysql,只需要保证两个版本的mysql端口号不同。 将bin目录添加到环境变量中 可以通过访问不同的端口号来实现对不同版本的mysql访问 # 访问3306端口的数据库 mysql -uroot -p -hloca

  • clickhouse 批量删除分区2022-02-22 21:32:13

    导入数据后发现大量分区字段插入错误,需要批量删除分区,发现不能批量操作,只能手写一个脚本分布执行。 shell 脚本如下: ports="8888" user='' pwd='' host='' dbtable='' drop_sql=(`curl -u $user:$pwd 'http://host:ports/?' -d "select concat('alt

  • asp.net core host service2022-02-22 19:03:43

    host service public class HostService01 : BackgroundService { protected override async Task ExecuteAsync(CancellationToken stoppingToken) { Console.WriteLine("HostService01 started."); await Task.D

  • Redis主从复制与哨兵模式2022-02-22 13:02:04

    Redis主从复制 redis可以通过slaveof host port 的方式将其变成从机,而你设置的host就是主机,这样就可以实现数据的同步,而主机只负责去写数据,而从机只负责去读数据。通过这个命令去实现的从机,如果从机宕机了,那么它自己就会变成主机。解决这个问题的办法就是在redis.conf 中将其

  • Microsoft Console Window Host安全功能绕过漏洞2022-02-21 22:04:38

    受影响系统:Microsoft Windows Server 20H2 (Server Core InstaMicrosoft Windows Server 2004 (Server Core instaMicrosoft Windows 10 21H1 for x64-based SystemsMicrosoft Windows 10 21H1 for ARM64-based SystemsMicrosoft Windows 10 21H1 for 32-bit SystemsMicrosoft Win

  • elasticsearch-网络设置2022-02-21 10:00:28

    网络设置 Elasticsearch 缺省情况下是绑定 localhost。对于本地开发服务是足够的(如果你在相同机子上启动多个节点,它还可以形成一个集群),但是你需要配置基本的网络设置,为了能够在实际的多服务器生产集群中运行。 WARNING:注意网络配置,永远不要暴露未受保护的节点到公网上 常用的网络

  • 修改host文件来访问GitHub2022-02-20 23:32:24

    说明 国内无法访问GitHub的问题除了用某工具访问,还可以通过host文件来达到效果,缺点就是需要经常更新ip地址。 一、查询ip地址 通过以下网址来查询  http://ip.tool.chinaz.com/ https://www.ipip.net/ https://www.ipaddress.com/ github.com assets-cdn.github.com github.

  • zynq多host高速存储方案设计2022-02-20 21:07:10

            前面文章讲解了《zynq高速存储方案》,那种方案是针对单个pcie host设计的方案,当项目需求记录速度很高,并且没有国产化要求时,可以考虑使用Zynq UltraScale+ 系列的ZU11EG芯片,该芯片成本低,且支持4个PCIe硬核,可以将该4个pcie都配置成host模式,在每个host下挂载pcie 3.

专注分享技术,共同学习,共同进步。侵权联系[81616952@qq.com]

Copyright (C)ICode9.com, All Rights Reserved.

ICode9版权所有