码迷,mamicode.com
首页 >  
搜索关键字:disable    ( 2955个结果
contos7开启端口,关闭防火墙
开启防火墙: systemctl start firewalld.service 开启3317端口 firewall-cmd --zone=public(作用域) --add-port=3317/tcp(端口和访问类型) --permanent(永久生效) 重启防火墙,运行命令: firewall- ...
分类:其他好文   时间:2020-08-03 23:32:23    阅读次数:92
解决win10复制速度慢的解决方法
disable 个autotuning的分级服务就可以,操作请看图片
分类:Windows程序   时间:2020-08-01 12:40:34    阅读次数:145
创建私有镜像仓库后,为什么增加rpm包后一直不更新??
1、查看镜像仓库里有什么镜像 yum --enablerepo="name" --disablerepo="*" --list 2、增加包后,需要重新生成repo createrepo rpm文件夹 3、如果需要清除缓存 yum clean all ...
分类:其他好文   时间:2020-07-31 12:30:43    阅读次数:94
MySQL建立SSL连接问题,设置useSSL=false显式禁用SSL,或者设置useSSL=true
You need either to explicitly disable SSL by setting useSSL=false, or set useSSL=true and provide truststore for server certificate verification. 要求如果 ...
分类:数据库   时间:2020-07-30 22:18:19    阅读次数:265
angularjs 服务端下载execl
html <button class="btn btn-sm btn-primary pull-right" ng-click="exportData($event)"><i class="fa fa-spinner fa-pulse hidden"></i>导出表格</button> js //导 ...
分类:Web程序   时间:2020-07-30 22:03:35    阅读次数:93
python 采集斗图啦(多线程)
import concurrent import requests; from concurrent.futures import ThreadPoolExecutor import os; import parsel; def send_request(url): header = { "user ...
分类:编程语言   时间:2020-07-29 21:35:20    阅读次数:91
Salt批量更新Win服务器DNS配置
应用场景DC升级、维护、旧DC下线,域中的服务器都需要将DNS指向新的DC,手动逐台更改占用大量的人力和时间。提案SaltStack中win_dns_client模块的win_dns_client.add_dns方法SaltStack中network模块的managed方法使用SaltStack远程执行PS脚本可行性分析win_dns_client模块该模块提供了两种方式来设置DNS,一种是远程执
分类:Windows程序   时间:2020-07-29 10:40:17    阅读次数:113
模板 BSGS
BSGS存在的目的是求中x的解,BSGS算法要求A与C互质,且C为质数。 #pragma warning(disable:4996) #include<iostream> #include<algorithm> #include<bitset> #include<tuple> #include<un ...
分类:其他好文   时间:2020-07-29 10:09:32    阅读次数:60
LibreOJ - 10147 (区间dp)
#pragma warning (disable : 4996) #include<iostream> #include<algorithm> //#include<unordered_map> #include<fstream> #include<iomanip> #include<string> ...
分类:其他好文   时间:2020-07-29 09:54:50    阅读次数:66
HDU-3652(数位dp)
#pragma warning (disable : 4996) #include<iostream> #include<algorithm> //#include<unordered_map> #include<fstream> #include<iomanip> #include<string> ...
分类:其他好文   时间:2020-07-29 00:41:30    阅读次数:78
2955条   上一页 1 ... 9 10 11 12 13 ... 296 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!