码迷,mamicode.com
首页 >  
搜索关键字:free    ( 5321个结果
ORA-01654 索引 无法通过 表空间扩展
"ORA-01654: 索引VGSM.AUDIT_DATA_I无法通过8192(在表空间KLDB中)扩展" 1.有可能是索引表空间不够 select sum(bytes/1024/1024) sizeMB from dba_free_space z where z.tablespace_name='
分类:其他好文   时间:2016-02-16 14:43:28    阅读次数:4883
去除上下移动冲突,横向ListView
/* * HorizontalListView.java v1.5 * * * The MIT License * Copyright (c) 2011 Paul Soucy (paul@dev-smart.com) * * Permission is hereby granted, free of
分类:移动开发   时间:2016-02-16 11:25:32    阅读次数:262
Linux监控实战-2
vmstat命令 用法:vmstat 1 --->每个1s打印信息; 作用: r:表示运行队列,如果改值过大,CPU可能会比较忙,使用率高; b:阻塞并等待IO的进程数 swpd虚拟内存使用情况 free空闲的内存 buff被用来作为高速缓存 si(从磁盘分页到内存的数量)、so(从内存分页到磁盘的
分类:系统相关   时间:2016-02-14 18:27:34    阅读次数:283
最近发现一个有意思的lua游戏引擎,名字叫love2d
Hi there! LÖVE is an *awesome* framework you can use to make 2D games in Lua. It's free, open-source, and works on Windows, Mac OS X, Linux, Android a
分类:其他好文   时间:2016-02-14 15:22:25    阅读次数:332
(转)Linux下清理Cache方法
频繁的文件访问会导致系统的Cache使用量大增, 系统运行缓慢。 1 首先用free 命令查看内存的使用:$ free -m total used free shared buffers cachedMem: 3955 3926 28 0 55 ...
分类:系统相关   时间:2016-02-14 12:54:47    阅读次数:181
linux 监控系统剩余内存大小
cur_free = `free -m | awk '/buffers\// {print $NF}'` chars="current memory is $cur_free." if [ $cur_free -lt 100 ] echo $chars | mail -s "$chars" fczi
分类:系统相关   时间:2016-02-14 00:28:22    阅读次数:245
Laplacian matrix(转)
转自:https://en.wikipedia.org/wiki/Laplacian_matrix#Deformed_Laplacian Laplacian matrix From Wikipedia, the free encyclopedia In the mathematical field
分类:其他好文   时间:2016-02-12 11:38:27    阅读次数:1370
线性方程组解法
https://en.wikipedia.org/wiki/Gaussian_elimination Gauss–Seidel method - Wikipedia, the free encyclopedia.html
分类:其他好文   时间:2016-02-11 11:09:16    阅读次数:169
一些linux服务器性能检查命令
1、uptime2、dmesg|tail3、vmstat14、mpstat-PALL15、pidstat16、iostat-xz17、free-m8、sar-nDEV19、sar-nTCP,ETCP110、top11、htop12、atop13、glances14、dstat
分类:系统相关   时间:2016-02-05 19:37:24    阅读次数:215
saltstack python api 调用
一、Python安装saltstackpipinstallsalt二、接口调用实例1、test.pingimportsalt.clientclient=salt.client.LocalClient()ret=client.cmd(‘*‘,‘test.ping‘)printret2、cmd模块1)功能:实现远程命令的调用执行2)实例:获取所有主机的内存使用情况salt‘*‘cmd.run"free-m"client..
分类:编程语言   时间:2016-02-05 02:05:41    阅读次数:716
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!