码迷,mamicode.com
首页 >  
搜索关键字:several ports 8080    ( 2284个结果
centos 端口及防火墙
CentOS7查看开放端口命令及开放端口号 查看已开放的端口 firewall-cmd --list-ports 开放端口(开放后需要要重启防火墙才生效) firewall-cmd --zone=public --add-port=3338/tcp --permanent 重启防火墙 firewal ...
分类:其他好文   时间:2021-07-16 17:42:16    阅读次数:0
rails 写入日志函数
json={ "ip"=> "127.0.0.1, "ports"=> '80,135', "data"=>[{"port":22,"item":["22","open","tcp","","ssh"]}] } puts "str:#{ str.to_json}" write_log("nmapre ...
分类:其他好文   时间:2021-07-12 18:01:18    阅读次数:0
Java线程池ThreadPoolExecutor源码浅析
一、UML图 二、创建线程池 2.1、Executors工厂方法 在ThreadPoolExecutor类的文档注释中有这么一句话:An ExecutorService that executes each submitted task using one of possibly several p ...
分类:编程语言   时间:2021-07-05 18:34:44    阅读次数:0
[LeetCode] 642. Design Search Autocomplete System_Hard tag: Trie
Design a search autocomplete system for a search engine. Users may input a sentence (at least one word and end with a special character '#'). You are ...
分类:其他好文   时间:2021-06-30 18:12:21    阅读次数:0
微信小程序中如何识别银行卡和身份证
识别银行卡云函数card2/index.js: const cloud = require('wx-server-sdk') cloud.init({ env: cloud.DYNAMIC_CURRENT_ENV, }) exports.main = async (event, context) = ...
分类:微信   时间:2021-06-28 20:21:21    阅读次数:0
flink解析canal-json数据
引入依赖 <dependency> <groupId>com.alibaba</groupId> <artifactId>fastjson</artifactId> <version>1.2.33</version> </dependency> val env = StreamExecutionEn ...
分类:Web程序   时间:2021-06-25 16:38:01    阅读次数:0
R mgcv包参数 gam参数
s() is used for univariate smooths (section 5.3, p. 201), isotropic smooths of several variables (section 5.5, 214) and random effects (section 3.5.2, ...
分类:其他好文   时间:2021-06-19 19:29:15    阅读次数:0
免费堡垒机-jumpserver
服务安装与启动 官方文档:https://docs.jumpserver.org/zh/master/install/setup_by_fast/ 官方给出的一键安装脚本(注:要求系统内存≥4G): curl -sSL https://github.com/jumpserver/jumpserver ...
分类:其他好文   时间:2021-06-16 17:59:44    阅读次数:0
How to identify the HBA cards/ports and WWN in Linux
There are several commands to determine the WWN of a Fibre Channel (FC) HBA and their status (online/offline). The post discusses few of the most comm ...
分类:系统相关   时间:2021-06-11 18:48:26    阅读次数:0
tcpdump for container
kubectl -n kube-system exec -it $pod -- ovs-vsctl list-ports br-int ovnip=`ip a | grep "scope global ovn4nfv0" |awk '{match($0, /.+inet\s([^ /]*)/, a) ...
分类:其他好文   时间:2021-06-10 17:55:40    阅读次数:0
2284条   1 2 3 4 ... 229 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!