11 2015 档案

摘要:最近在尝试配置SpringMVC,发现各种坑。首先遇到了这个问题。'component-scan' and its parser class [org.springframework.context.annotation.ComponentScanBeanDefinitionParser] are ... 阅读全文
posted @ 2015-11-29 18:18 卡农Lucas 阅读(293) 评论(0) 推荐(0)
摘要:原文:https://thomashunter.name/blog/really-simple-ssh-proxy-socks5/SOCKS5 is a simple, eloquent method for getting yourself a proxified connection to th... 阅读全文
posted @ 2015-11-17 17:13 卡农Lucas 阅读(998) 评论(0) 推荐(0)
摘要:废话不多说,直接上code.package mytest;import java.io.BufferedReader;import java.io.IOException;import java.io.InputStreamReader;import java.io.PrintWriter;impo... 阅读全文
posted @ 2015-11-17 15:08 卡农Lucas 阅读(384) 评论(0) 推荐(0)
摘要:Macmac里面其实很简单,直接输入open .,注意是open + 英文句点。Windowswindows里面是start .,注意是start + 英文句点。 阅读全文
posted @ 2015-11-12 18:48 卡农Lucas 阅读(1664) 评论(0) 推荐(0)
摘要:Mac上写了一段基于Maven的java代码。上传Git后,在windows上pull下来,eclipse里面各种错误。ArtifactTransferException:Failure to transfer org.apache.maven.plugins:maven-compiler-plug... 阅读全文
posted @ 2015-11-12 18:34 卡农Lucas 阅读(1169) 评论(0) 推荐(1)