许久不用Ant了。今天在博客上准备换一种部署方式,忽然想到以前用的Ant,所以这里稍稍用了下。没想到,在选择build.xml,run as ant build后出错Ant: Class not fo
好吧,其实我是Gnome党。Gnome桌面环境的软件包已经在Ubuntu16.04的源中,直接下载即可:nemo@Cynthia:~$ sudo apt-get install gnome-shell
今天在使用AspectJ进行注解切面时,遇到了一个错误。Exception in thread "main" org.springframework.beans.factory.BeanCreatio
select t1.*, count(distinct name) from table t1left join table2 t2 on t2.t1_id = t1.id group by name
问题: which is not functionally dependent on columns in GROUP BY clause; this is incompatible with sql
1、Ubuntu默认未添加Rabbit源,需要添加源nemo@Cynthia:~$ sudo vim /etc/apt/sources.list添加:deb http://www.rabbitmq.c
Cookie 对中文存储有些问题。最好需要先转码。转码后存储即可:URLEncoder.encode(mContent,"UTF-8");URLDecoder.decode(mContent,"UTF
在使用eclipse进行整合springmvc时经常会碰到这样的异常: java.lang.ClassNotFoundException:org.springframework.web.context
之前有一个项目上正好需求上要求使用Dubbo + Zookeeper做分布式。稍稍找了下Dubbo的文档,结合了下网络上的一些资料,简单做了一个整合SpringMVC + Spring + Ibati