码迷,mamicode.com
首页 >  
搜索关键字:hie with the pie    ( 857个结果
CentOS7 下 swap 分区的创建、删除及相关配置
一般我们在购买云服务器(例如:阿里云ECS、腾讯云服务器)的时候,选择 CentOS 7 系统之后,登录系统,发现 swap 大小为 0(即没有分配)。 如果我们想在该 服务器上安装 Oracle 数据库,那么必须要给系统分配一定空间的 swap 分区。 SWAP 分区 就是 Linux 系统下的虚 ...
分类:其他好文   时间:2019-12-26 19:09:21    阅读次数:294
测usb读写
dd if=/dev/sda of=/dev/null bs=1M count=1000每次测完 清一下 memory cacheecho 3 > /proc/sys/vm/drop_caches不然会继续从cache 读数据 / # dd if=/dev/sda of=/dev/null bs=1 ...
分类:其他好文   时间:2019-12-20 20:12:26    阅读次数:100
Python生成流水线《无限拍卖》文字!
话说,原文也是这样流水线生产的吧··· 代码 文字 结果图 好像还像那么回事?? ...
分类:编程语言   时间:2019-12-19 15:50:28    阅读次数:94
GFS分布式文件系统集群(实例!!!)
GFS分布式文件系统集群项目群集环境卷类型卷名称卷类型空间大小Brickdis-volume分布式卷40Gnode1(/b1)、node2(/b1)stripe-volume条带卷40Gnode1(/c1)、node2(/c1)rep-volume复制卷20Gnode3(/b1)、node4(/b1)dis-stripe分布式条带卷40Gnode1(/d1)、node2(/d1)、node3(/d
分类:其他好文   时间:2019-12-19 10:16:32    阅读次数:99
D0g3_Trash_Pwn_Writeup
Trash Pwn 下载文件 1 首先使用checksec查看有什么保护 可以发现,有canary保护(Stack),堆栈不可执行(NX),地址随机化没有开启(PIE) 2 使用IDA打开看看 main函数里没有什么漏洞,注意调试时把alarm函数nop掉(计时函数) 进入Who函数 读取的s是ma ...
分类:其他好文   时间:2019-12-14 21:24:05    阅读次数:147
dp--01背包--Charm Bracelet
Charm Bracelet Bessie has gone to the mall's jewelry store and spies a charm bracelet. Of course, she'd like to fill it with the best charms possible ...
分类:其他好文   时间:2019-12-14 16:07:40    阅读次数:98
PIE SDK的矢量裁剪矢量文件的Algo
using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Threading.Tasks;using PIE.SystemAlgo;using PIE.Carto;us ...
分类:其他好文   时间:2019-12-12 18:02:12    阅读次数:96
缺少控制文件备份时如何还原数据库 (Doc ID 1438776.1)
How to restore database when controlfile backup missing (Doc ID 1438776.1) APPLIES TO: Oracle Database - Enterprise Edition - Version 9.2.0.1 and late ...
分类:数据库   时间:2019-12-08 17:13:44    阅读次数:93
[Algorithm] 283. Move Zeroes
Given an array nums, write a function to move all 0's to the end of it while maintaining the relative order of the non-zero elements. Example: Note: T ...
分类:其他好文   时间:2019-12-07 10:41:18    阅读次数:72
数据分析——matplotlib的用法
Matplotlib是一个强大的Python绘图和数据可视化的工具包。数据可视化也是我们数据分析的最重要的工作之一,可以帮助我们完成很多操作,例如:找出异常值、必要的一些数据转换等。完成数据分析的最终结果也许就是做一个可交互的数据可视化 安装方式: pip install matplotlib 引用 ...
分类:其他好文   时间:2019-12-04 22:10:44    阅读次数:146
857条   上一页 1 ... 11 12 13 14 15 ... 86 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!