posted @ 2011-04-20 11:46 陈力 阅读(1090) 评论(0) 推荐(0) 编辑
摘要:
lee@ubuntu:~$ sudo mkdir -p /var/mongodb/0[sudo] password for lee: lee@ubuntu:~$ sudo mkdir -p/var/mongodb/1mkdir: invalid option -- '/'Try `mkdir --help' for more information.lee@ubuntu:~$ sudo mkdir -p /var/mongodb/1lee@ubuntu:~$ cd mongodb-linux-i686-1.6.4/lee@ubuntu:~/mongodb-linux-i 阅读全文
摘要:
oot@ubuntu:/home/lee/mongodb-linux-i686-1.6.4/bin# pythonPython 2.6.6 (r266:84292, Sep 15 2010, 15:52:39) [GCC 4.4.5] on linux2Type "help", "copyright", "credits" or "license" for more information.>>> from_pymongo_import Connection File "<stdi 阅读全文
posted @ 2011-04-19 17:22 陈力 阅读(542) 评论(0) 推荐(0) 编辑
摘要:
publicstaticvoidInitProducerMQ(){//Uriuri=newUri("amqp://192.168.1.100:5672/");Uriuri=newUri("amqp://localhost:5672/");stringexchange="ex1";stringexchangeType="direct";stringroutingKey="m1";boolpersistMode=true;ConnectionFactorycf=newConnectionFactor 阅读全文
posted @ 2011-04-19 09:49 陈力 阅读(979) 评论(0) 推荐(0) 编辑
摘要:
Windows1,下载下载erlang:erlang.org下载rabbitmq:http://www.rabbitmq.com/download.html2,安装先安装erlang,C:\Program Files\erl5.7.5设置环境变量:ERLANG_HOME=C:\Program Files\erl5.7.5解压rabbitmq,进入dos下,>cd C:\rabbitmq_server-1.7.2\sbin>rabbitmq-service install3,启动>cd C:\rabbitmq_server-1.7.2\sbin>rabbitmq-serv 阅读全文
posted @ 2011-04-19 09:30 陈力 阅读(1135) 评论(0) 推荐(0) 编辑
摘要:
这些结构,用于存放取dom树下的位置参数、、、、、、、、、、、、、、、、、、、、、、、、、、、、、、、、、、、、、、、、、、、、、、、、、、、、、 阅读全文
posted @ 2011-03-24 09:34 陈力 阅读(190) 评论(0) 推荐(0) 编辑
摘要:
ee@ubuntu:~$ curl http://downloads.mongodb.org/linux/mongodb-linux-i686-1.6.4.tgz > mongo.tgz % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed100 23.9M 100 23.9M 0 0 12799 0 0:32:45 0:32:45 --:--:-- 18163lee@ubuntu:~$ tar xzf mongo.tgzlee@ubuntu: 阅读全文
posted @ 2011-03-15 17:37 陈力 阅读(786) 评论(0) 推荐(0) 编辑
摘要:
CookieContainercontainer=newCookieContainer();WebBrowserwebBrowser1=LoadSync(newUri("http://www.保密.net/#user/hello.asp?err=pass&url="));stringcookieStr=webBrowser1.Document.Cookie;string[]cookstr=cookieStr.Split(';');foreach(stringstrincookstr){string[]cookieNameValue=str.Split 阅读全文
posted @ 2011-03-10 10:24 陈力 阅读(230) 评论(0) 推荐(0) 编辑
摘要:
stringstr="/f?kz=847046009";Uriur=newUri("http://tieba.baidu.com/f?kw=%C0%EE%D2%E3");varuri3=newUri(ur,str);Console.WriteLine(uri3.ToString()); 通过上面所示,我完成对一个相对路径到绝对路径的转换,欢迎大家拍转。 阅读全文
posted @ 2011-03-04 10:52 陈力 阅读(1039) 评论(0) 推荐(0) 编辑
摘要:
[代码]下面一个就是利用他的一个利用唯一列 (id)编号来产生一个区间,必须要求是自增编号,效果不太好,不适用于搜索结果。代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--selecttop页大小*fromtesttablewhere(id>(selectmax(id)from(selecttop页大小*页数idfrom表orderbyid)ast))orderbyid--弊病:1强制排序--2排序列必须是唯一列,否则分页情况不符实际欢迎大 阅读全文
posted @ 2011-02-15 09:36 陈力 阅读(139) 评论(0) 推荐(0) 编辑