最近用到了wamp环境,想创建一个虚拟主机,可是忘记了,于是百度了一下,把它写下来:环境wampserver
2.4找到安装目录,进入apache安装目录:找到conf 下的 httpd.conf默认是
C:\wamp\bin\apache\Apache2.2.21\conf 下的httpd.con...
分类:
其他好文 时间:
2014-06-02 20:43:19
阅读次数:
307
一、新建项目并将Heritrix源码导入
1、下载heritrix-1.14.4-src.zip和heritrix-1.14.4.zip两个压缩包,并解压,以后分别简称SRC包和ZIP包;
2、在Eclipse下新建Java项目,取名Heritrix.1.14.4;
3、复制SRC包下面src/java文件夹下org和st两个文件夹到项目中的src包下;
4、复制SRC包下src下conf...
分类:
系统相关 时间:
2014-06-01 15:51:56
阅读次数:
459
参考Netty API
io.netty.channel.ChannelPipeline
A list of ChannelHandlers which handles or intercepts inbound events and outbount operations of a
Channel. ChannelPipeline implements an advanced fo...
分类:
Web程序 时间:
2014-06-01 15:44:27
阅读次数:
533
+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
看到不错的文章,不要添加收藏夹,想着以后有时间再看,因为很有可能你以后再也不会看它们了。
想写总结的文章,不要想着等到以后有时间了再总结,因为很有可能你以后更没有时间总结它们了。
——送给自己
+++++++...
分类:
其他好文 时间:
2014-06-01 15:31:35
阅读次数:
319
// Copyright 2013 Yangqing Jia
#include
#include
#include
#include
#include
#include "caffe/layer.hpp"
#include "caffe/util/io.hpp"
#include "caffe/vision_layers.hpp"
using std::string;
name...
分类:
其他好文 时间:
2014-06-01 14:39:55
阅读次数:
1072
Live555中的用户认证,围绕RTSPServer::RTSPClientConnection::authenticationOK展开...
分类:
其他好文 时间:
2014-06-01 14:05:47
阅读次数:
372
问题:
Given a collection of numbers that might contain duplicates, return all possible unique permutations.
For example,
[1,1,2] have the following unique permutations:
[1,1,2], [1,2,1],
and...
分类:
其他好文 时间:
2014-06-01 13:03:12
阅读次数:
324
源码本人测试过,没有啥问题,能查询快递单号,支持的快递还挺多,圆通快递、申通快递、韵达快递的都支持单号查询的,程序是通过向爱快递(www.aikuaidi.cn)接口传输参数来查询快递单号,我直接把代码帖出来,很好的解决我单个开发的麻烦。///
/// 同步单号查询方法 ...
分类:
其他好文 时间:
2014-06-01 12:25:54
阅读次数:
270
发布说明:1. 添加Json格式数据文件支持.2. 彻底删除了Settings,
Modules, Themes模块.3. 删除了默认的ContentType,Site和User.4. 支持空库(无表结构)及默认设置运行.下载地址:源码:
Orchard.Platform.1.8.zip补丁: Or...
分类:
其他好文 时间:
2014-06-01 12:21:24
阅读次数:
319
------------------------------------------------------------------------------------------------首先列一些常用的Web服务器=>Apache服务器:http://httpd.apache.org,世界上用...
分类:
其他好文 时间:
2014-06-01 11:33:30
阅读次数:
275