码迷,mamicode.com
首页 >  
搜索关键字:winserver domain    ( 4030个结果
IPv6相关RFC
IPv6 Spec RFC 2460: Internet Protocol, Version 6 (IPv6) Specification RFC 5095: Deprecation of Type 0 Routing Headers in IPv6 RFC 5722(更新RFC 2460): Ha ...
分类:其他好文   时间:2019-12-25 12:59:34    阅读次数:245
redis geo操作
package club.newtech.qbike.trip.domain.service; import club.newtech.qbike.trip.domain.core.Status;import club.newtech.qbike.trip.domain.core.root.Driv ...
分类:其他好文   时间:2019-12-23 18:32:50    阅读次数:70
http2
http1 问题 1. tcp连接数显示(4~6) 一个浏览器对一个domain发起的tcp是有限时的,每个tcp建立链接也会耗时,同时多个tcp对服务器也会有压力 2. 线头阻塞问题 每个tcp链接只能同时处理一个请求(请求-响应),浏览器先先进先出方式(FIFO)处理,上一个没有完成后面就会阻塞... ...
分类:Web程序   时间:2019-12-22 20:29:00    阅读次数:183
scrapy框架(三)
scrapy框架(三) CrawlSpider类 创建CrawlSpider # 创建项目后 $ scrapy genspider -t crawl spider_name website_domain ? url 就是你想要爬取的网址 注意:分析本地文件是一定要带上路径,scrapy shell默 ...
分类:其他好文   时间:2019-12-22 18:04:35    阅读次数:74
cisco
配置ntp 配置端口组 关闭domain lookup 配置SSH show tcp brif ...
分类:系统相关   时间:2019-12-22 16:18:47    阅读次数:88
Linux-IO监控
系统级IO监控 iostat 先进行安装 options 操作项, interval指定统计时间间隔, count总共输出次数 c 参数,可以用来插卡部分cpu状态信息 d 参数 ,显示设备(磁盘)使用状态 m 参数,以兆字节每秒显示统计数据,而不是以块或千字节每秒显示统计数据。显示的数据仅在内核2 ...
分类:系统相关   时间:2019-12-22 10:32:11    阅读次数:137
创建一个简单服务器用到的基本函数
一,socket()头文件:#include <sys/socket.h>函数原型:int socket(int domain, int type, int protocol);作用:创建套接字。 参数domain:指定使用何种的地址类型。默认AF_INET。eg: AF_INET IPv4网络通信 ...
分类:其他好文   时间:2019-12-22 00:57:36    阅读次数:129
HDU1619 Unidirectional TSP
Problem Description Problems that require minimum paths through some domain appear in many different areas of computer science. For example, one of th ...
分类:其他好文   时间:2019-12-21 20:35:46    阅读次数:66
应用安全 - 社工 - 大数据 - Fofa - 汇总
搜索语法 title=”abc” header=”abc” body=”abc” domain=”xx.com” host=”.xx.cn” port=”443” ip=”1.1.1.1” protocol=”https” city=”Beijing” region=”Zhejiang” count ...
分类:其他好文   时间:2019-12-19 16:16:12    阅读次数:108
思科ASA对象组NAT
ACL对象组NAT配置 ciscoasa#conf t ciscoasa(config)#hostname ASA ASA(config)#domain-name asa.com ASA(config)#enable password class ASA(config)#int vlan 1 ASA ...
分类:其他好文   时间:2019-12-19 13:31:28    阅读次数:139
4030条   上一页 1 ... 35 36 37 38 39 ... 403 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!