1.idea控制台乱码 打开File->Settings->Editer->File Encoding,将IDE Encoding 和 Project Encoding 都改为UTF-8 2. skipped breakpoint at because it happened inside debu Read More
The ApplicationContext is where your Spring beans live. The purpose of the ContextLoaderListener is two-fold: to tie the lifecycle of the ApplicationC Read More
命名服务是指通过指定的名字来获取资源或者服务的地址,提供者的信息。利用Zookeeper很容易创建一个全局的路径,而这个路径就可以作为一个名字,它可以指向集群中的集群,提供的服务的地址,远程对象等。简单来说使用Zookeeper做命名服务就是用路径作为名字,路径上的数据就是其名字指向的实体。 阿里... Read More
1. 错误方式#这里初始化一个dict>>> d = {'a':1, 'b':0, 'c':1, 'd':0}#本意是遍历dict,发现元素的值是0的话,就删掉>>> for k in d:... if d[k] == 0:... del(d[k])...Traceback (most ... Read More
There is no tracking information for the current branch.Please specify which branch you want to merge with.See git-pull(1) for detailsgit pull If you... Read More