码迷,mamicode.com
首页 >  
搜索关键字:tid    ( 1311个结果
java cup占用高分析脚本
[was@dmgr ita-scripts]$ vi java_analys.sh   PID=$1 ; ps -mp $PID -o THREAD,tid,time | awk -F " " '{print $2" "$8}' | grep -v CPU | grep -v "-" | sort -nr | head -1 | awk -F " " '{print $2}' | xargs ...
分类:编程语言   时间:2014-10-17 18:47:37    阅读次数:181
ASP.NET MVC 出现错误 “The view 'XXX' or its master was not found or no view engine support”
来自:http://www.dengyukeji.com/archiver/tid-151.html错误如下:The view 'XXX' or its master was not found or no view engine supports the searched locations.Th...
分类:Web程序   时间:2014-10-17 15:14:05    阅读次数:2020
[Attila GPU] Attila OGL2/D3D9 GPU C Model Simulator
http://www.opengpu.org/forum.php?mod=viewthread&tid=1094&highlight=Attila 查看: 4979|回复: 14    [Attila GPU] Attila OGL2/D3D9 GPU C Model Simulator [复制链接] ...
分类:其他好文   时间:2014-10-16 23:09:24    阅读次数:406
The Linux Process Principle, PID、PGID、PPID、SID、TID、TTY
The Linux Process Principle, PID、PGID、PPID、SID、TID、TTY
分类:系统相关   时间:2014-10-16 23:05:03    阅读次数:378
linux pid tid gid
linux pid tid gid
分类:系统相关   时间:2014-10-16 22:47:13    阅读次数:361
[Attila GPU] ATTILA GPU Streamer Unit (D3D Input Assambler) 结构分析
http://www.opengpu.org/forum.php?mod=viewthread&tid=40&highlight=Attila 查看: 7488|回复: 26    [Attila GPU] ATTILA GPU Streamer Unit (D3D Input Assambler) 结构分析 [复制...
分类:其他好文   时间:2014-10-16 20:31:04    阅读次数:378
swift
https://github.com/yaojunguang/Cocktail-Prohttp://www.cocoachina.com/bbs/read.php?tid=233800
分类:编程语言   时间:2014-10-16 15:08:22    阅读次数:151
js实现的侧边栏展开收缩效果
原文地址:http://www.softwhy.com/forum.php?mod=viewthread&tid=12246侧边栏展开收缩侧边栏展开收缩以上代码实现了我们的要求,鼠标悬浮于侧边栏可以实现展开,离开实现收缩功能,下面介绍一下实现过程。一.代码注释:1.window.onload=fun...
分类:Web程序   时间:2014-10-14 15:40:16    阅读次数:417
update kernel
http://www.cncentos.c口m/forum.php?mod=viewthread&tid=566centOs 2.6.32->2.6.37配置内核、安装A、清除环境变量 # make mrproperB、选择需要编译的内核模块 # make menuconfig 没有报错的...
分类:其他好文   时间:2014-10-14 14:24:00    阅读次数:133
java 自定义异常处理
原来的网址:http://www.apkbus.com/forum.php?mod=viewthread&tid=15288&fromuid=34021. 前言最近在封装淘宝的SDK,我想实现自定义异常,所以补下这里的知识。以前从来没有实现过自定义异常,发现这里还是很有意思的。你的程序总有一天会崩溃...
分类:编程语言   时间:2014-10-14 12:31:28    阅读次数:280
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!