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
转自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
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
# 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
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 command...
分类:
系统相关 时间:
2015-01-07 15:03:02
阅读次数:
253
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自带的“TemplateOSLinux”模板支持监控已挂载的磁盘空间利用率,是利用LLD(Low-leveldiscovery)实现的,却没有对磁盘IO监控。本篇文章就介绍利用zabbixLLD功能监控磁盘IO的方法。思路:首先创建Discoveryrules,在agent端配置对应的UserParameter,调用编写好的shell..
分类:
其他好文 时间:
2015-01-06 18:18:21
阅读次数:
186
在硬盘中,硬盘的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
--还原数据库
--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