摘要: 一、引入maven 二、classpath路径下添加配置文件 ehcache.xml 注意: xsi:noNamespaceSchemaLocation="ehcache.xsd" 这是我将网络上的约束文件(http://ehcache.org/ehcache.xsd)下载至本地路径进行读取 因为他 阅读全文
posted @ 2018-07-09 14:32 福逗 阅读(238) 评论(0) 推荐(0) 编辑
摘要: 1、service iptables save 无法执行 现象:(service iptables save 时显示 The service command supports only basic LSB actions (start, stop, restart, try-restart, rel 阅读全文
posted @ 2018-07-05 11:34 福逗 阅读(230) 评论(0) 推荐(0) 编辑
摘要: 一直在想ip代理池是如何搭建的,今天无意看到一个开源项目,从中找到答案,但是还是不知道那些代理站的ip是从哪获取到的引用:https://github.com/jhao104/proxy_pool ## 代理池介绍 本项目通过爬虫方式持续抓取代理网站公布的免费代理IP,实时校验,维护部分可以使用的代 阅读全文
posted @ 2018-06-09 10:47 福逗 阅读(1038) 评论(0) 推荐(1) 编辑
摘要: alimaven aliyun maven http://maven.aliyun.com/nexus/content/groups/public/ central central Maven Repository Switchboard http://repo1... 阅读全文
posted @ 2018-06-07 09:48 福逗 阅读(237) 评论(0) 推荐(0) 编辑
摘要: 创建本地仓库:git init 生成ssh秘钥:ssh-keygen 配置用户名和邮件: git config --global user.name [username] git config --global user.email [email] 添加文件至本地仓库:git add 提交文件:gi 阅读全文
posted @ 2018-05-22 13:41 福逗 阅读(227) 评论(0) 推荐(0) 编辑
摘要: pom.xml 阅读全文
posted @ 2018-05-17 13:19 福逗 阅读(294) 评论(0) 推荐(0) 编辑
摘要: 1、下载jdk 2、将tar包解压在/usr/local/java目录中 sudo mkdir /usr/local/java cp jdk-8u25-linux-x64.tar.gz /usr/local/java tar -xvf jdk-8u25-linux-x64.tar.gz 3、修改配置 阅读全文
posted @ 2018-04-23 14:23 福逗 阅读(10424) 评论(0) 推荐(1) 编辑
摘要: 一、安装mysql 1、 apt-get install mysql-server 2、apt-get install mysql-client 3、apt-get install libmysqlclient-dev 二、查看字符集 show variables like '%character% 阅读全文
posted @ 2018-04-23 13:48 福逗 阅读(173) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/willianzhu/article/details/54944118 阅读全文
posted @ 2018-02-04 14:32 福逗 阅读(108) 评论(0) 推荐(0) 编辑
摘要: http://blog.csdn.net/u011537073/article/details/46628139 阅读全文
posted @ 2018-01-12 10:17 福逗 阅读(255) 评论(0) 推荐(0) 编辑