摘要:源码目录hello-3.0/ src/ main.c lib/ hello.c hello.hsrc/main.c1 int main(void) {2 print_hello();3 return 0;4 }lib/hello.h1 #ifndef _HELLO_H2 #define _HELLO_H3 4 void print_hello();5 6 #endiflib/hello.c1 #include "hello.h"2 #include <stdio.h>3 4 voi...
阅读全文
摘要:在sd卡里建立 “ringtones”(来电铃声)"alarms”(闹钟铃声) “notifications”(短信通知铃声),把你不同用途的铃声放到不同的文件夹下手机就可以自动找到。用这个方法设置短信铃声的话需要,进入“短信”——MENU——通知设置,选择通知,选取自己的个性铃声,打开振动。
阅读全文
摘要:from:http://blog.163.com/iris0324@126/blog/static/1317696402011425115756102/出错信息'E:Encountered a section with no Package: header, E:Problem with MergeList /var/lib/apt/lists/cn.archive.ubuntu.com_ubuntu_dists_precise_multiverse_i18n_Translation-en, E:无法解析或打开软件包的列表或是状态文件。'解决方法sudo rm /var/lib
阅读全文
摘要:netstat -tlnp|grep <port>
阅读全文