码迷,mamicode.com
首页 >  
搜索关键字:make install的作用    ( 11171个结果
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
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 安装 redis
Redis Linux 安装由于 Redis 并没有发布 windows 的官方版本,windows 的安装使用不作介绍,只介绍 Linux 下的安装使用。 下载地址:https://github.com/dmajkic/redis/downloads下载最新版本然后tar, make,即可。(ma...
分类:系统相关   时间:2014-05-14 03:28:02    阅读次数:424
Nt Kernel & System 占用80端口
今天早上apache突然无法启动,重启电脑仍然没有结果,经过一番努力终于解决了,过程如下: 首先查看apache错误日志: 1.删除apache>>logs>>error.log,重启apache查看这个文件发现内容如下: (OS 10013)以一种访问权限不允许的方式做了一个访问套接字的尝试。  : make_sock: could not bind to address [::]:80 ...
分类:其他好文   时间:2014-05-14 01:02:17    阅读次数:421
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
迷上了代码!