pstree shows running processes as a tree. The tree
is rooted at either pid or init if pid is omitted. If a user name is specified,
all process trees r...
分类:
系统相关 时间:
2014-06-11 07:46:47
阅读次数:
522
ls目录文件uname现实当前系统信息clear清理history历史记录ctrl+R搜索历史记录ESC按完之后按.补齐上次参数切换root用户su-使用管理员权限运行命令sudo现实当前用户信息id修改当前用户密码passwd命令+&在后台运行进程jobs查看后台作业ctrl+Z暂停某个程序bg控制进程继续在后..
分类:
系统相关 时间:
2014-06-10 22:56:07
阅读次数:
384
这里罗列一些看完此书后遗留的问题:常用 model 通过 BP/LBP 重新审视
inference 部分Lauritzen algorithm/Lauritzen-Spiegelhalter algorithmturbo codec 与
LBPGaussian processes 与 Gaussi...
分类:
其他好文 时间:
2014-06-08 22:51:21
阅读次数:
329
基本概念1. 进程的基本概念线程(thread)是进程(processes)中某个单一顺序的控制流,也被称为轻量进程(lightweight processes)。进程是表示资源分配的基本单位,又是调度运行的基本单位。 例如: 用户运行自己的程序,系统就创建一个进程,并为它分配资源,包括各种表格、内存空间、磁盘空间、I/O设备等。 然后,把该进程放人进程的就绪队列。进程调度程序选中它,为它分配CP...
分类:
编程语言 时间:
2014-06-08 17:59:31
阅读次数:
218
血条是常见功能,可以通过一个血条背景和一个不断改变得血条宽度,来实现少血。
在MainScence.lua中,先改代码:
function MainScene:ctor()
local bg = display.newSprite("bg01.jpg")
bg:setPosition(display.cx, display.cy)
self:addChild(bg...
分类:
其他好文 时间:
2014-06-08 15:34:24
阅读次数:
347
About fork() in linux:parent/child processes
created by fork() share the same file table (linux file descriptor or called
`open file descriptor`)Which...
分类:
系统相关 时间:
2014-06-07 21:47:58
阅读次数:
443
Binder is like RPC in java. It enables
multi-processes communication. Now we will talking about how to bind service
using IBinder class.总共有3种bind serv...
分类:
其他好文 时间:
2014-06-07 06:29:37
阅读次数:
232
背景图 自定义显示body {background:url("bglogo.gif") repeat
fixed!important;}#tycont_01 {width:171px;
height:28px;background:url(../images/fl_bg_50.jpg) repea....
分类:
其他好文 时间:
2014-06-06 19:08:03
阅读次数:
255
【一】background-size 规定背景图像的尺寸以像素规定尺寸
div{background:url(bg_flower.gif);-moz-background-size:63px 100px; /* 老版本的
Firefox */background-size:63px 100px...
分类:
Web程序 时间:
2014-06-05 15:06:08
阅读次数:
311
安装oracle时候在创建oracle用户后,切换oracle用户时,报如下错
[root@localhost~]#su-oracle
-bash:ulimit:maxuserprocesses:cannotmodifylimit:Operationnotpermitted
经查看结果是忘记修改/etc/security/limits.conf
关于/etc/security/limits.conf解释及应用,看我转载..
分类:
其他好文 时间:
2014-06-02 04:11:33
阅读次数:
264