码迷,mamicode.com
首页 >  
搜索关键字:secure crt    ( 3945个结果
Convert the String (模拟)
题意:给你两个字符串s1,s2;你需要用最小变化次数把是s1变成s2;变化规则如下: 在s1中任意选择k个字符,选择k个字符中字典序最小的si,让k个字符都变成si; #define _CRT_SECURE_NO_WARNINGS #include<iostream> #include<cstrin ...
分类:其他好文   时间:2020-06-05 00:30:22    阅读次数:69
443端口和80端口的区别?
这两个端口2113最大的区别就在于服务不同。 端口:80 服务:HTTP 说明:用于网页浏览。木马Executor开放此端口 端口:443 服务:Https 说明:网页浏览端口,能提供加密和5261通过安全端口传输的4102另一种HTTP。 HTTPS(Secure Hypertext Transf ...
分类:其他好文   时间:2020-06-04 18:04:26    阅读次数:61
linux 加载jdk 14.0.1
下载 $ wget --no-check-certificate --no-cookies --header "Cookie: oraclelicense=accept-securebackup-cookie" https://download.oracle.com/otn-pub/java/jdk ...
分类:系统相关   时间:2020-06-04 15:40:02    阅读次数:167
secure CRT配置端口转发
连接的时候只需要连127那个地址和IP,账号密码还是mysql真正的账号密码 ...
分类:其他好文   时间:2020-06-03 17:32:08    阅读次数:88
Visual Studio编译C++报错:'sprintf': This function or variable may be unsafe
报错信息: error C4996: 'sprintf': This function or variable may be unsafe. Consider using sprintf_s instead. To disable deprecation, use _CRT_SECURE_NO_WA ...
分类:编程语言   时间:2020-06-02 12:57:42    阅读次数:79
FastDFS分布式存储
FastDFS分布式存储 fastdfs安装 主机名 IP地址 fastdfs01 10.0.1.130 fastdfs02 10.0.1.131 fastdfs03 10.0.1.132 web01 10.0.1.7 #所有服务器操作相同 [root@fastdfs01 ~]# yum -y in ...
分类:其他好文   时间:2020-05-30 20:18:16    阅读次数:63
MySQL提权之udf提权(无webshell的情况)
0x00 介绍 本篇我们来讲无webshell时利用udf进行提权 0x01 前提 1. 必须是root权限(主要是得创建和抛弃自定义函数) 2. secure_file_priv=(未写路径) 3. 将udf.dll文件上传到MySQL的plugin目录下(这里以MySQL>=5.1为例) 0x0 ...
分类:数据库   时间:2020-05-30 01:23:49    阅读次数:98
为了更好的多线程性能,在对象创建或者更新时,若数据大于2047字节则 Python 的 GIL 会被释放。 执行计算密集型任务如压缩或哈希时释放 GIL
hashlib — Secure hashes and message digests — Python 3.8.3 documentation https://docs.python.org/3.8/library/hashlib.html For better multithreading pe ...
分类:编程语言   时间:2020-05-29 21:46:45    阅读次数:110
secure hashes message digests 安全哈希 消息摘要
hashlib 安全哈希与消息摘要 — Python 3.8.3 文档 https://docs.python.org/zh-cn/3.8/library/hashlib.html hashlib — Secure hashes and message digests — Python 3.8.3 ...
分类:其他好文   时间:2020-05-29 21:39:08    阅读次数:107
You shouldn't use *any* general-purpose hash function for user passwords, not BLAKE2, and not MD5, SHA-1, SHA-256, or SHA-3
hashlib — Secure hashes and message digests — Python 3.8.3 documentation https://docs.python.org/3.8/library/hashlib.html#randomized-hashing BLAKE2 ht ...
分类:其他好文   时间:2020-05-29 21:26:06    阅读次数:81
3945条   上一页 1 ... 16 17 18 19 20 ... 395 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!