摘要: http://doc.redisfans.com/ 阅读全文
posted @ 2017-09-07 22:20 1161588342 阅读(92) 评论(0) 推荐(0) 编辑
摘要: Redis下载官网 http://download.redis.io/releases/ 本人下载了stable版 1:安装步骤 2:修改3处配置文件vim redis.conf Redis默认不是以守护进程的方式运行,可以通过该配置项修改,使用yes启用守护进程 设置Redis连接密码,如果配置了 阅读全文
posted @ 2017-09-07 22:19 1161588342 阅读(127) 评论(0) 推荐(0) 编辑
摘要: 教程:http://www.mongodb.org.cn/tutorial/59.html 下载 >wget https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-2.4.11.tgz 解压 >tar -zxvf mongodb-linux-x8 阅读全文
posted @ 2017-09-07 22:17 1161588342 阅读(162) 评论(0) 推荐(0) 编辑
摘要: 1:Echarts, 界面多样化. http://echarts.baidu.com/index.html 2: Jmgraph 工具 简单的画线工具 http://graph.jm47.com/ 3: fusionchart工具 http://www.fusioncharts.com/ 阅读全文
posted @ 2017-09-07 22:16 1161588342 阅读(428) 评论(0) 推荐(0) 编辑
摘要: 配置web.xml httpd.conf 阅读全文
posted @ 2017-09-07 22:14 1161588342 阅读(2647) 评论(0) 推荐(0) 编辑
摘要: npm install -g cnpm --registry=https://registry.npm.taobao.org 阅读全文
posted @ 2017-09-07 22:13 1161588342 阅读(130) 评论(0) 推荐(0) 编辑
摘要: 参考: http://www.xyaz.cn/thread-4664-1-1.html 1丶启动Fiddler,打开菜单栏中的 工具 >Fiddler选项 ,打开“Fiddler选项”对话框。 2丶在Fiddler选项”对话框切换到“回话”选项卡,然后勾选“允许远程计算机连接”后面的复选框,然后点击 阅读全文
posted @ 2017-09-07 22:12 1161588342 阅读(381) 评论(0) 推荐(0) 编辑
摘要: 1: 首先安装 fiddlercertmaker.exe 文件 2:Tools -> HTTPS 3: Connections 勾中Allow remote computer to connect 3: Connections 勾中Allow remote computer to connect 阅读全文
posted @ 2017-09-07 22:11 1161588342 阅读(179) 评论(0) 推荐(0) 编辑
摘要: mvn install:install-file -Dfile=java-bloomfilter-1.0.jar -DgroupId=com.sina -DartifactId=java-bloomfilter -Dversion=1.0 -Dpackaging=jar -Dfile:指明你当前ja 阅读全文
posted @ 2017-09-07 22:09 1161588342 阅读(321) 评论(0) 推荐(0) 编辑
摘要: 配置方法 找到maven的安装目录,conf文件夹下的setting.xml文件 打开setting.xml文件,找到mirrors节点添加阿里镜像库地址: <!-- 阿里云仓库 --> <mirror> <id>alimaven</id> <mirrorOf>central</mirrorOf> 阅读全文
posted @ 2017-09-07 22:02 1161588342 阅读(114) 评论(0) 推荐(0) 编辑
摘要: 链接: http://blog.csdn.net/lnpso/article/details/52240160 阅读全文
posted @ 2017-09-07 22:01 1161588342 阅读(72) 评论(0) 推荐(0) 编辑
摘要: 一.安装git客户端 Window下安装Git客户端。 二.配置Intellij idea中的Git/ GitHub 选择Github,填写Host、Login和Password,然后Test是否成功。 选择git 选择git位置下bin\git.exe路径 三.在github创建仓库地址 此时右击 阅读全文
posted @ 2017-09-07 21:59 1161588342 阅读(187) 评论(0) 推荐(0) 编辑
摘要: 链接: http://www.cnblogs.com/zhuxiaojie/p/5564187.html#autoid-1-0-0 阅读全文
posted @ 2017-09-07 21:57 1161588342 阅读(81) 评论(0) 推荐(0) 编辑
摘要: Servlet 3.0 的部署描述文件 web.xml 的顶层标签 <web-app> 有一个 metadata-complete 属性, 该属性指定当前的部署描述文件是否是完全的。 如果设置为 true,则容器在部署时将只依赖部署描述文件,忽略所有的注解(同时也会跳过 web-fragment.x 阅读全文
posted @ 2017-09-07 21:54 1161588342 阅读(436) 评论(0) 推荐(0) 编辑
摘要: Properties props=new Properties(); try { props.load(new InputStreamReader(getClass().getResourceAsStream("/config.properties"), "UTF-8")); } catch(Exc 阅读全文
posted @ 2017-09-07 21:53 1161588342 阅读(292) 评论(0) 推荐(0) 编辑
摘要: 转载:http://www.cnblogs.com/mymelon/p/5483215.html /******开始*********/ 系统环境:Centos 6.5 第一步:通过yum命令安装svnserve,命令如下: >yum -y install subversion 此命令会全自动安装s 阅读全文
posted @ 2017-09-07 21:47 1161588342 阅读(273) 评论(0) 推荐(0) 编辑