码迷,mamicode.com
首页 >  
搜索关键字:no rule to make targ    ( 12102个结果
gdb对应vc调试命令
gdb vc调试对照表:实现功能 vc gdb修改后编译 f7 make跳出函数(step out) shift+f11 finish,f重新启动 ctrl+shift+f5 run,r运行到指定行 f9+f5 tbreak,tb + continue,c中断程序 ctrl+alt+break ct...
分类:数据库   时间:2014-05-17 00:28:01    阅读次数:371
根据URL请求 返回XML字符串
public static string GetHttpResponse(string url) { string content = ""; // Create a new HttpWebRequest object.Make sure that // a default proxy is se....
分类:其他好文   时间:2014-05-16 21:43:22    阅读次数:360
实用脚本 1 -- 安装Ctags
Ctags是vim下方便代码阅读的工具,一般VIM中已经默认安装了Ctags,它可以帮助程序员很容易地浏览源代码。1、如果系统中没有此工具用如下方法安装: 到ctags官网下载源码,解压后 $ ./configure $ make $ sudo make install 如果你使用的是Ubuntu系...
分类:其他好文   时间:2014-05-16 18:28:12    阅读次数:239
Tinyos学习笔记(一)
简述:发送和接受数据的程序分别烧录到两个节点上,发送方发送流水灯数据,接受方接受数据并实现流水灯1、发送和接受程序用到的组件及其接口如图(通过make telosb docs获得)所示: 2、发送程序sendC.nc代码:#include "Timer.h"#include "send.h"modu...
分类:其他好文   时间:2014-05-16 06:25:16    阅读次数:435
Multi-Thread 1: how to use synchronized
1. synchronized If two threads are using the same function( here we use output to print out string) of another instance, if we want to make sure that these two threads are not disturbing each other. ...
分类:其他好文   时间:2014-05-15 11:14:14    阅读次数:389
安装Apache Httpd 2.4.9
安装准备,安装依赖包。 yum install gcc yum install make yum install openssl-devel yum install pcre-devel 下载Httpd 2.4.9 http://httpd.apache.org/download.cgi 下载Apr和Apr-util包 http://apr.apache.org/download...
分类:其他好文   时间:2014-05-15 06:59:18    阅读次数:280
FAAC1.28 在海思HI3520D/HI3515A平台linux中的编译 优化
FAAC1.28的下载地址:http://www.audiocoding.com/downloads.html 如何编译: 1../configure --host=arm-hisiv100nptl-linux --prefix=/home/ssy/lib 2.make 3.make install 优化 在不修改源码的情况下,faac的内存占用非常高,每路音频在13M左右。如果多路音...
分类:系统相关   时间:2014-05-15 06:47:02    阅读次数:904
nginx随笔
1 sbin/nginx -V 查看上次执行时用了哪些参数2 ./configure—add-module=../module_name_dir3 make (别用 make install 否则会重新安装)4 把 ./objs/nginx 复制到 ../sbin/nginx
分类:其他好文   时间:2014-05-14 13:36:38    阅读次数:247
linux上安装php
步骤一:安装#tar-zxvfphp-5.2.17.tar.gz#cdphp-5.2.17#./configure--prefix=/opt/php--with-mysql=/opt/mysql\>--with-apxs2=/opt/httpd/bin/apxs//通俗易懂,不解释#make#mak...
分类:Web程序   时间:2014-05-14 09:15:56    阅读次数:291
linux 下jansson安装和使用
1.安装jansson ./configure Make Make install2.生成帮助文档 Cd doc Make html编译安装doc时提示 spinx-build not a command执行下面语句安装sphinx easy_install -U Sphinx生成_build文件夹...
分类:系统相关   时间:2014-05-14 00:08:12    阅读次数:1794
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!