码迷,mamicode.com
首页 >  
搜索关键字:secure    ( 2824个结果
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
极客手中的利器Electron
作为一个前端开发人员,你可能已经听说过Electron了,你知道VS Code是基于这个技术开发的。不但VS Code, 目前一些大热的软件:飞书、Slack、WhatsApp都是基于这个技术开发的。 即使工作不会涉及到,也应该学一下Electron,因为它是极客手里的利器,你可以通过他做很多Ama ...
分类:其他好文   时间:2020-05-28 23:12:48    阅读次数:153
软工课程项目-数据库管理
说明 <>连带括号内的内容大概率是要进行相应的替换。 直接复制可能会出事,建议先仔细看看。 sql,sh分别表示sql语句和命令行,如果没表明,请甄别一下。 安装配置 sudo apt-get install mysql-server 下载完成后,完成安装时配置 mysql_secure_insta ...
分类:数据库   时间:2020-05-28 21:16:59    阅读次数:86
2824条   上一页 1 ... 12 13 14 15 16 ... 283 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!