码迷,mamicode.com
首页 >  
搜索关键字:hard disk    ( 4451个结果
Fast algorithm to compute minimum volume oriented bounding box
Computing minimum volume bounding box is a hard problem in computer science. Exact algorithm costs O(n3) time complexity.However, for lots of applicat...
分类:其他好文   时间:2015-01-08 10:58:58    阅读次数:239
linux 虚机增加硬盘大小 转自
转自http://blog.csdn.net/tongyu2009/article/details/8525384当我做到#unzip liunx_oracle时候,提示disk full?[root@localhost ~]# df -h 发现已用100%,说明安装时分配的空间10G不够,就需要增...
分类:系统相关   时间:2015-01-07 18:41:34    阅读次数:406
EFI VMware Virtual SCSI Hard Drive (0.0)... unsuccessful
I installed4GB Ram, 1 Processor,Apple Mac OS X, Version: When I power on the VM VMWare gives the following unsuccessful comments:EFI VMware Virtual S....
分类:系统相关   时间:2015-01-07 16:35:24    阅读次数:2407
centos,nginx安装备忘
# ssh 登录慢解决vim /etc/ssh/sshd_configUseDNS no# add limitsvi /etc/security/limits.conf* soft nproc 102400* hard nproc 102400* ...
分类:其他好文   时间:2015-01-07 16:31:16    阅读次数:204
ASP.NET ASHX Handler
Some ASP.NET files are dynamic. They are generated with C# code or disk resources. These files do not require web forms. Instead, an ASHX generic hand...
分类:Web程序   时间:2015-01-07 16:24:11    阅读次数:189
ubuntu - yandex disk
ubuntu yandex-disk command...
分类:系统相关   时间:2015-01-07 15:03:02    阅读次数:253
PostgreSQL 归档出错
Running out of disk space in the pg_xlog directory is a fairly common Postgres problem. This important directory holds the WAL (Write Ahead Log) files. (WAL files contain a record of all changes ma...
分类:数据库   时间:2015-01-06 18:20:49    阅读次数:844
zabbix应用之Low-level discovery监控磁盘IO
zabbix自带的“TemplateOSLinux”模板支持监控已挂载的磁盘空间利用率,是利用LLD(Low-leveldiscovery)实现的,却没有对磁盘IO监控。本篇文章就介绍利用zabbixLLD功能监控磁盘IO的方法。思路:首先创建Discoveryrules,在agent端配置对应的UserParameter,调用编写好的shell..
分类:其他好文   时间:2015-01-06 18:18:21    阅读次数:186
linux中的磁盘的MBR记录详解
在硬盘中,硬盘的0柱面0磁头第一个1扇区称为主引导扇区,也叫主引导记录-MBR(main boot record),其中MBR是以下三个部分组成1、Bootloader,主引导程序---446个字节2、Dpt(Disk Partition table),硬盘分区表---64个字节3、扇区结尾标志(5...
分类:系统相关   时间:2015-01-06 17:36:05    阅读次数:203
SQL还原数据
--还原数据库 --RESTORE DATABASE VANPL_WeiGouYi FROM DISK='C:\Backup\VANPL_WeiGouYi_20141231.bak' with replace, --MOVE'VANPL_WeiGouYi'TO'F:\MSSQL\VANPL_WeiGouYi.mdf', --MOVE'VANPL_WeiGouYi_log'TO'F:\MSSQ...
分类:数据库   时间:2015-01-06 12:05:17    阅读次数:131
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!