一共关系到cache_peer/always_direct/never_direct/hierarchy_stoplist/prefer_direct等配置项。squid的使用指南上,关于always_direct和never_direct这么写到:Squid checks allalways_di...
分类:
系统相关 时间:
2014-10-15 00:15:29
阅读次数:
392
在 IOS 开发当中经常碰到 whose view is not in the window hierarchy 的错误,该错误简单的说,是由于 "ViewController" 还没有被夹在,就调用该 ViewController 或者 ViewController 内的方法时,就会报这个错误。在...
分类:
移动开发 时间:
2014-10-14 22:51:29
阅读次数:
159
在Android的SDK工具包中,有很多十分有用的工具,可以帮助程序员开发和测试Android应用程序,大大提高其工作效率。其中的一款叫Hierachy Viewer的可视化调试工具,可以很方便地在开发者设计,调试和调整界面时,提高用户的开发效率。本文将以一个实际例子讲解如何使用该款工具运用在And...
分类:
移动开发 时间:
2014-10-13 16:29:39
阅读次数:
260
Spring lets you define multiple contexts in a parent-child hierarchy. The?applicationContext.xml?defines the beans for the "root webapp context", i.e. the context associated with the webapp. The...
分类:
移动开发 时间:
2014-10-11 13:45:55
阅读次数:
205
***eclipse查看哪个方法被调用:选中,右键选择Open call Hierarchy 选择要查看的方法: ctrl + alt + h 查看一个类被那些类继承或者实现: F4 或者 ctrl + T 查找类 : ctrl + shift + R ,支持正则语法 运行上次启动: ct...
分类:
系统相关 时间:
2014-10-10 22:58:54
阅读次数:
190
在VS2010中的一项新功能:Call Hierarchy窗口,它可以审查代码,确定方法在哪里调用,以及它们与其他方法的关系。打开一个类文件,找有方法体实现代码的方法,右键选择View Call Hierarchy菜单项,将显示如下图示例所示的窗口:调试和重构代码时,这个窗口是非常有用的,因为它允许...
分类:
其他好文 时间:
2014-10-10 18:10:34
阅读次数:
165
紧接上一个的项目,使用NGUI在Plane下创建Button
选中Hierarchy窗口中Plane,选择菜单NGUI->Open->Widget Wizard,打开Widget Tool窗口
在Widget Tool窗口选择先前制作的Atlas,在Template中选择Button,在Background选择按钮背景图,Add To选择Plane,按钮就会出现了。
...
分类:
其他好文 时间:
2014-10-09 17:33:07
阅读次数:
286
whose view is not in the window hierarchy! 解决办法
首先删除当前的MainCamera并保存当前的scene
选择菜单NGUI->Create->2D UI
添加后显示
Directional light是过后添加的直射光线
在Hierarchy窗口选择Camera,在Inspector窗口中,UICamera的Event Type选择2D UI。
然后在Build Settings...切换Android平台,下一步很重...
分类:
其他好文 时间:
2014-10-09 02:34:07
阅读次数:
244
为什么寄存器比内存快?
计算机的存储层次(memory hierarchy)之中,寄存器(register)最快,内存其次,最慢的是硬盘。...
分类:
其他好文 时间:
2014-10-08 14:58:38
阅读次数:
312