Chinaunix首页 | 论坛 | 博客
  • 博客访问: 570234
  • 博文数量: 141
  • 博客积分: 3425
  • 博客等级: 中校
  • 技术积分: 1609
  • 用 户 组: 普通用户
  • 注册时间: 2007-03-23 15:55
文章分类

全部博文(141)

文章存档

2019年(5)

2011年(19)

2010年(36)

2009年(13)

2008年(50)

2007年(18)

发布时间:2019-03-30 17:48:05

shell下生成cscope文件find . -name "*.[ch]" > cscope.filescscope -bk -i cscope.files或者cscope -Rbqgvim cscope Keybindings:nmap s :cs find s =expand("")nmap g :cs find g =expand("")nmap c :cs find c =expand("")nmap t :cs find t =expand("")nmap e :cs find e =expand("")nmap f :cs find f .........【阅读全文】

阅读(703) | 评论(0) | 转发(1)

发布时间:2019-03-30 17:08:06

-----------------------------------------------bash参数处理#!/bin/bash -fargc=("$#")#echo $argcif  [ $argc -ne 2 ]; then    echo "Usage: mkimg.sh com in_file"    exitficom=$1binname=$2-----------------------------------------------cshell参数处理#!/bin/csh -f.........【阅读全文】

阅读(1150) | 评论(0) | 转发(0)

发布时间:2011-06-23 09:55:05

......【阅读全文】

阅读(1016) | 评论(0) | 转发(0)

发布时间:2011-06-13 14:23:57

......【阅读全文】

阅读(465) | 评论(0) | 转发(0)

发布时间:2011-06-11 22:28:45

......【阅读全文】

阅读(1221) | 评论(0) | 转发(0)
给主人留下些什么吧!~~

chinaunix网友2009-05-09 13:45

不错

回复 |  删除 |  举报

chinaunix网友2009-04-18 19:03

谢谢咯!o(∩_∩)o

回复 |  删除 |  举报
留言热议
请登录后留言。

登录 注册