上一页 1 ··· 17 18 19 20 21 22 23 24 25 ··· 55 下一页
Error: $compile:ctreq Missing Required Controller Controller 'ngSwitch', required by directive 'ngSwitchWhen', can't be found! <div class="item" ng-re Read More
posted @ 2016-03-04 23:04 等风来。。 Views(1439) Comments(0) Diggs(0) Edit
1.idea控制台乱码 打开File->Settings->Editer->File Encoding,将IDE Encoding 和 Project Encoding 都改为UTF-8 2. skipped breakpoint at because it happened inside debu Read More
posted @ 2016-02-28 21:13 等风来。。 Views(2895) Comments(0) Diggs(0) Edit
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
posted @ 2016-02-28 17:26 等风来。。 Views(7301) Comments(0) Diggs(0) Edit
命名服务是指通过指定的名字来获取资源或者服务的地址,提供者的信息。利用Zookeeper很容易创建一个全局的路径,而这个路径就可以作为一个名字,它可以指向集群中的集群,提供的服务的地址,远程对象等。简单来说使用Zookeeper做命名服务就是用路径作为名字,路径上的数据就是其名字指向的实体。 阿里... Read More
posted @ 2016-01-26 11:04 等风来。。 Views(1140) Comments(0) Diggs(0) Edit
当select 的ng-module 为空时, select显示空白行。解决:指定ng-module的默认值。 Read More
posted @ 2016-01-14 17:18 等风来。。 Views(1400) Comments(1) Diggs(0) Edit
1. 如果要忽略的文件已被git管理,需要先移除,命令如下: git rm -r --cached src/main/webapp/WEB-INF/classes/**/* -r:递归 2. 撤销修改 场景1:当你改乱了工作区某个文件的内容,想直接丢弃工作区的修改时,用命令git checkout Read More
posted @ 2016-01-12 22:18 等风来。。 Views(151) Comments(0) Diggs(0) Edit
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
posted @ 2016-01-06 17:30 等风来。。 Views(3093) Comments(0) Diggs(0) Edit
把十六进制的字串转为十进制数字:>>> print int('ff', 16) 255 把十进制数字转换为以十六进制表示之字串,可调用内置的hex()函数:>>> print hex(255) 0xff 调用BinAscii模块其中的b2a_hex()函数,可把以ASCII编码的文字以十六进制表示:... Read More
posted @ 2016-01-05 10:44 等风来。。 Views(375) Comments(0) Diggs(0) Edit
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
posted @ 2016-01-01 14:51 等风来。。 Views(1079) Comments(0) Diggs(0) Edit
HTTPS简介HTTPS其实是有两部分组成:HTTP +SSL/ TLS,也就是在HTTP上又加了一层处理加密信息的模块。服务端和客户端的信息传输都会通过TLS进行加密,所以传输的数据都是加密后的数据。具体是如何进行加密,解密,验证的,且看下图。1. 客户端发起HTTPS请求这个没什么好说的,就是用... Read More
posted @ 2015-12-12 10:46 等风来。。 Views(200) Comments(0) Diggs(0) Edit
上一页 1 ··· 17 18 19 20 21 22 23 24 25 ··· 55 下一页
------------------------------------------------------------------------------------------------------------ --------------- 欢迎联系 x.guan.ling@gmail.com--------------- ------------------------------------------------------------------------------------------------------------