声明:本文完全翻译自DX SDK Documentationdepth buffer,通常被称为z-buffer或者w-buffer,是设备的一个属性,用来存储深度信息,被D3D使用。当D3D渲染一个场景到target surface的时候,它会使用depth-buffer surface上的数据,...
分类:
其他好文 时间:
2014-07-22 22:50:35
阅读次数:
211
Given a sorted array and a target value, return the index if the target is found. If not, return the index where it would be if it were inserted in or...
分类:
编程语言 时间:
2014-07-22 00:39:35
阅读次数:
263
我用虚拟机vm10,openfiler2.99做实验截几个相对重要的图稍后安装操作系统操作系统类型理论上可以在linux里随便选,我选redhat64选择安装位置openfiler光盘镜像加载后,开始安装,整体安装过程和其它linux差不多回车Next键盘布局U.S.English提示你数据会全部丢失分区,我这里全..
题目:Suppose a sorted array is rotated at some pivot unknown to you beforehand.(i.e., 0 1 2 4 5 6 7 might become 4 5 6 7 0 1 2).You are given a target ....
分类:
编程语言 时间:
2014-07-21 14:37:05
阅读次数:
266
installiscsitargetservercreateaiscsiimgfilebyddcmdpublishthetargetinstalltftpserverinstallgpxedownloadthegpxepackagemaketheundionly.kpxeandcpto/tftpboot/gpxeinstalldhcpserveraddoptionstodhcpserverinthesubnetsection,addhostsectionforeverybladeserverattachthe..
分类:
其他好文 时间:
2014-07-21 12:17:35
阅读次数:
280
enum T{ status1, status2,}Linux下:1.做函数返回值时enum T f();不能写成T f();2.if(i == status1)不能写成 if(i == T::status1)编译器版本信息:#g++ -vUsing built-in specs.Target: x...
分类:
系统相关 时间:
2014-07-21 11:27:30
阅读次数:
275
题目:Given a sorted array of integers, find the starting and ending position of a given target value.Your algorithm's runtime complexity must be in the....
分类:
编程语言 时间:
2014-07-21 11:14:07
阅读次数:
203
百度找了一下没找到,谷歌搜一下就出来了(会点英语就是好) 直接在注解上面加@Inherited @Inherited
@Retention(RetentionPolicy.RUNTIME)
@Target(ElementType.TYPE)
public @interface MyAnnotation {
} 原来C...
分类:
其他好文 时间:
2014-07-21 10:15:56
阅读次数:
482
SystemCenter2012R2POC部署之故障转移集群(一)模拟存储安装部署运行starwind安装程序,安装过程很简单接受许可协议选择安装路径选择安装的组件,完全按照安装创建桌面快捷方式需要先开启iscsi服务从开始屏幕中打开iscsi发起程序启动iscsi服务继续starwind安装允许添加starwin..
分类:
其他好文 时间:
2014-07-20 23:38:24
阅读次数:
503
响应事件:
1.设置一个html标记
Ext JS 4 Cookbook
2.使用get函数获取此标记对象
var el = Ext.get('my-div');
3.将响应函数和对象的事件绑定
el.on('click', function(e, target, options){
alert('The Element was clicked!');
alert(this.id);
...
分类:
Web程序 时间:
2014-07-20 22:18:13
阅读次数:
290