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
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
Ctags是vim下方便代码阅读的工具,一般VIM中已经默认安装了Ctags,它可以帮助程序员很容易地浏览源代码。1、如果系统中没有此工具用如下方法安装:
到ctags官网下载源码,解压后 $ ./configure $ make $ sudo make install 如果你使用的是Ubuntu系...
分类:
其他好文 时间:
2014-05-16 18:28:12
阅读次数:
239
简述:发送和接受数据的程序分别烧录到两个节点上,发送方发送流水灯数据,接受方接受数据并实现流水灯1、发送和接受程序用到的组件及其接口如图(通过make
telosb docs获得)所示: 2、发送程序sendC.nc代码:#include "Timer.h"#include "send.h"modu...
分类:
其他好文 时间:
2014-05-16 06:25:16
阅读次数:
435
步骤一:安装#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
推荐的源码阅读工具为: vim + ctags +
cscopeLinux源代码提供了制作cscope索引文件和tags文件的make命令。一,软件安装先安装cscope:sudo apt-get install
cscope再安装ctags:sudo apt-get install ctags二,...
分类:
其他好文 时间:
2014-05-14 03:58:50
阅读次数:
329
Redis Linux 安装由于 Redis 并没有发布 windows
的官方版本,windows 的安装使用不作介绍,只介绍 Linux 下的安装使用。
下载地址:https://github.com/dmajkic/redis/downloads下载最新版本然后tar, make,即可。(ma...
分类:
系统相关 时间:
2014-05-14 03:28:02
阅读次数:
424
今天早上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
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
A处理ab,处理cd。然后查找。比赛的时候用的DFS,爆栈了==vector >
V[2];void deal(int x,int y,vector > &V){ while(x>0&&y>0) {
V.push_back(make_pair(x,y)); i...
分类:
其他好文 时间:
2014-05-11 23:39:44
阅读次数:
436