上一页 1 2 3 4 5 6 7 8 ··· 16 下一页

2014年4月19日

linux c 得到文件大小

摘要: stat函数获取文件大小 阅读全文

posted @ 2014-04-19 10:56 小风儿_xf 阅读(192) 评论(0) 推荐(0) 编辑

2014年4月9日

编码转换

摘要: 通过安装相关软件,可以通过命令对文件进行转码 阅读全文

posted @ 2014-04-09 11:50 小风儿_xf 阅读(206) 评论(0) 推荐(0) 编辑

2014年4月8日

shell脚本中每次读取文件的一行

摘要: shell 从文件中一行一行地读取并处理 阅读全文

posted @ 2014-04-08 16:01 小风儿_xf 阅读(401) 评论(0) 推荐(0) 编辑

grep egrep fgrep命令

摘要: grep egrep fgrep命令的使用和区别 阅读全文

posted @ 2014-04-08 10:54 小风儿_xf 阅读(306) 评论(0) 推荐(0) 编辑

grep命令

摘要: grep使用实例 阅读全文

posted @ 2014-04-08 10:53 小风儿_xf 阅读(186) 评论(0) 推荐(0) 编辑

shell脚本操作mysql数据库

摘要: 在shell脚本中去操作mysql数据库的方法 阅读全文

posted @ 2014-04-08 10:52 小风儿_xf 阅读(1874) 评论(0) 推荐(0) 编辑

如何将一个命令产生的结果重定向到变量?

摘要: 在想要把命令执行的结果保存到变量的时候有用 阅读全文

posted @ 2014-04-08 10:49 小风儿_xf 阅读(989) 评论(0) 推荐(0) 编辑

bad interpreter: No such file or directory解决

摘要: linux使用中遇到的问题解决方法记录 阅读全文

posted @ 2014-04-08 10:44 小风儿_xf 阅读(310) 评论(0) 推荐(1) 编辑

2014年3月11日

configure.ac

摘要: ## Copyright (C) 2007-2013 Tobias Brunner# Copyright (C) 2006-2013 Andreas Steffen# Copyright (C) 2006-2013 Martin Willi# Hochschule fuer Technik Rapperswil## This program is free software; you can redistribute it and/or modify it# under the terms of the GNU General Public License as published by th 阅读全文

posted @ 2014-03-11 23:06 小风儿_xf 阅读(6748) 评论(0) 推荐(0) 编辑

2014年3月10日

Automake创建项目

摘要: autoconf和automake可以方便的构建linux下项目,一个简单的automake项目实例,麻雀虽小五脏俱全,以后无外乎在这基础上扩展相应的宏完善而已。1.首先建立项目目录树1)创建目录树$ mkdir lib$ mkdir src$ mkdir include$ vim include/arith.h$ vim lib/addtest.cpp$ vim lib/multest.cpp$ vim src/arith.cpp2)编辑源代码文件include/arith.h:void addtest(int a, int b);void multest(int a, int b);l.. 阅读全文

posted @ 2014-03-10 21:44 小风儿_xf 阅读(701) 评论(0) 推荐(0) 编辑

上一页 1 2 3 4 5 6 7 8 ··· 16 下一页

导航