上一页 1 ··· 17 18 19 20 21 22 23 24 25 ··· 82 下一页
摘要: To see every process on the system using standard syntax: ps -e ps -ef ps -eF ps -ely 阅读全文
posted @ 2011-12-19 23:34 greencolor 阅读(126) 评论(0) 推荐(0) 编辑
摘要: 1、通过eclipse工具生成jar文件。选择你的项目点右键导出即可。2、通过jar命令。用法:jar {ctxu}[vfm0Mi] [jar-文件] [manifest-文件] [-C 目录] 文件名 ...选项: -c 创建新的存档 -t 列出存档内容的列表 -x 展开存档中的命名的(或所有的〕文件 -u 更新已存在的存档 -v 生成详细输出到标准输出上 -f 指定存档文件名 -m 包含来自标明文件的标明信息 -0 只存储方式;未用ZIP压缩格式 -M 不产生所有项的清单(manifest〕文件 -i 为指定的jar文件产生索引信息 -C 改变到指定的目录,并且包含下列文件: 如果一个文件 阅读全文
posted @ 2011-12-16 21:56 greencolor 阅读(285) 评论(0) 推荐(0) 编辑
摘要: CentOS trash position/home/$USERNAME/.Trash 阅读全文
posted @ 2011-12-13 13:47 greencolor 阅读(1926) 评论(0) 推荐(0) 编辑
摘要: get usernameecho $USERNAME 阅读全文
posted @ 2011-12-13 09:32 greencolor 阅读(146) 评论(0) 推荐(0) 编辑
摘要: $ lsmodOutput:Module Size Used bybinfmt_misc 12680 1rfcomm 40856 0l2cap 25856 5 rfcommbluetooth 55908 4 rfcomm,l2capppdev 10116 0acpi_cpufreq 10056 1cpufreq_stats 7360 0cpufreq_user... 阅读全文
posted @ 2011-12-10 22:57 greencolor 阅读(207) 评论(0) 推荐(0) 编辑
摘要: If you type module prog and you get file not found, you must do for bash:source /etc/profile.d/modules.shfor csh:source /etc/profile.d/modules.cshOnce you have done this, you can do module load modules which will bring the manual pages for modules into your manpath. You can do man module and see wha 阅读全文
posted @ 2011-12-10 22:16 greencolor 阅读(104) 评论(0) 推荐(0) 编辑
摘要: 创建了其它登录帐户后, Windows XP 会删除管理员帐户。 如果您使用了一段时间的管理员帐户后,再添加新帐户时,很不幸,会出现下列问题。计算机启动 Windows 后,进入的是新用户帐户而不是管理员帐户。注销、登录或切换用户时,管理员帐户并不在登录屏幕上出现。添加新用户之前所安装的软件无法从开始菜单或桌面访问。执行下列步骤直到您对登录方法式满意。步骤1: 登录到原始管理员帐户使用下列步骤登录到原始管理员帐户:打开计算机,启动 Windows XP。如果 Windows XP 打开了新用户的桌面,点击 Start 、 LogOff ,然后再次点击 LogOff 。 这将注销 Windows 阅读全文
posted @ 2011-12-03 12:11 greencolor 阅读(216) 评论(0) 推荐(0) 编辑
摘要: fopen = open("filename.txt", "r");a = [];b = [];str = fopen.readline()a.append(str.split(' ')[0]);if len(str.split(' ')) > 2:b.append(str.split(' ')[2])else:b.append(str.split(' ')[1])while ( str != '' ):print strstr = fopen.readline() i 阅读全文
posted @ 2011-12-02 15:55 greencolor 阅读(154) 评论(0) 推荐(0) 编辑
摘要: gnome-open urlfiledirectory 阅读全文
posted @ 2011-11-23 14:25 greencolor 阅读(145) 评论(0) 推荐(0) 编辑
摘要: service命令无法用export PATH=$PATH:/sbin:/usr/sbin:/usr/local/sbin 阅读全文
posted @ 2011-11-22 20:58 greencolor 阅读(233) 评论(0) 推荐(0) 编辑
上一页 1 ··· 17 18 19 20 21 22 23 24 25 ··· 82 下一页