摘要: #include #include #include int string2int(char *arg){ char c; int i,j,tmp=0,tmpc=0; for (i = 0; i < strlen(arg); i++) { c=(*(arg+i)); tmp=tmp*10+(int)c-48; } return tmp;}使用语言,C/C++; 阅读全文
posted @ 2013-07-15 12:07 scue 阅读(938) 评论(0) 推荐(0) 编辑
摘要: 1. 查询版本aptitude show [软件]2. 查询路径dpkg -L [软件]whereis [软件]which [软件] 阅读全文
posted @ 2013-07-15 09:11 scue 阅读(760) 评论(0) 推荐(0) 编辑