1.HashMap的数据结构 数组的特点是:寻址容易,插入和删除困难;而链表的特点是:寻址困难,插入和删除容易。那么我们能不能综合两者的特性,做出一种寻址容易,插入删除也容易的数据结构?答案是肯定的,
Ubuntu 下自带的LibreOffice实在用不惯,所以一般都是用的wps做替代。不过有时会发现无法输入中文。在网络上搜索了下,找到如下解决方法:nemo@Cynthia:~$ sudo vim
jQuery.handleError is not a function 报错原因是:1.handlerError只在jQuery-1.4.2之前的版本中存在,jQuery-1.4.2之后的版本中都没
许久不用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