1.首先新建一个shader,双击打开进行编辑,具体代码如下:Shader "Custom/Mask" {Properties {_MainTex ("Main Texture", 2D) = "white" {}_Mask ("Mask Texture", 2D) = "white" {}}Sub...
分类:
其他好文 时间:
2015-04-13 16:23:29
阅读次数:
143
白盒测试,英文是White BoxTesting。又称结构测试或者逻辑驱动测试。 白盒测试是把测试对象看作一个打开的盒子。利用白盒测试法进行动态测试时,需要测试软件产品的内部结构和处理过程,不需测试软件产品的功能。 白盒测试法的覆盖标准有逻辑覆盖、循环覆盖和基本路径测试。其中逻辑覆盖包括语句覆盖.....
分类:
其他好文 时间:
2015-04-12 23:57:38
阅读次数:
555
本人在执行一个用EF 6.0写的程序时,报错,具体如下:从 datetime2 数据类型到 datetime 数据类型的转换产生一个超出范围的值。
经过网上搜集,White Pillow在其Blog中写了详细的原因:
sqlServer2008中提供datetime2类型的数据(比datetime更精确),而用entity framework4会默认的把C#中的System.DateTime类...
分类:
其他好文 时间:
2015-04-12 22:48:06
阅读次数:
124
Given an array with n objects colored red, white or blue, sort them so that objects of the same color are adjacent, with the colors in the order red, white and blue.
Here, we will use the integers ...
分类:
其他好文 时间:
2015-04-12 17:48:54
阅读次数:
131
题目:
Given an array with n objects colored red, white or blue, sort them so that objects of the same color are adjacent, with the colors in the order red, white and blue.Here, we will use the integers...
分类:
其他好文 时间:
2015-04-10 11:27:26
阅读次数:
129
1. stringconcatenation print "You " + "and " + "Me" -- You and Me #Make sure you include the spaces after "You" and "and"2. print ? Date and Time 4/.....
分类:
编程语言 时间:
2015-04-10 10:57:06
阅读次数:
129
problem:
Given an array with n objects colored red, white or blue, sort them so that objects of the same color are adjacent, with the colors in the order red, white and blue.
Here, we wi...
分类:
其他好文 时间:
2015-04-09 17:32:33
阅读次数:
105
style.xml
true
@null
@color/white
true
true
true
0.5 //背景透明度
@anim/share_dialog_enter
@anim/share_dialog_exit
java代码Dialog dia...
分类:
其他好文 时间:
2015-04-09 11:55:04
阅读次数:
143
Given a string s and a dictionary of words dict, add spaces in s to construct a sentence where each word is a valid dictionary word.Return all such possible sentences.For example, given
s = “catsanddo...
分类:
其他好文 时间:
2015-04-08 16:25:24
阅读次数:
164