C# 2012 step by step.学习笔记摘录...
分类:
其他好文 时间:
2014-06-19 09:39:57
阅读次数:
285
译林军 范春彦|2014-04-09 09:46|5407次浏览|Unity(375)0你怎么确定一个Vector3,int,或float变量是否被分配了一个值?一个方便的方式就是使用可空类型!有时变量携带重要信息,但只有在特定的游戏事件发生时触发。例如:一个角色在你的游戏可能闲置,直到他被告知去一...
分类:
其他好文 时间:
2014-06-15 22:45:08
阅读次数:
274
select sys.columns.name as 字段名, sys.types.name as 字段类型, sys.columns.max_length as 长度, sys.columns.is_nullable as 是否可空,(selectcount(*) from sys.identit...
分类:
数据库 时间:
2014-06-15 21:34:31
阅读次数:
211
Problem Description
In a factory, there are N workers to finish two types of tasks (A and B). Each type has N tasks. Each task of type A needs xi time to finish, and each task of type B needs yj ti...
分类:
其他好文 时间:
2014-06-15 11:26:42
阅读次数:
195
移动篇:@media screen and (min-width:540px){#news_detail .pinglun-form { margin:0 auto;width: 540px;}}@media screen and (max-width:540px){#news_detail .pi...
分类:
移动开发 时间:
2014-06-15 06:26:51
阅读次数:
400
一、下载
Adobe/Flash MS5.0下载地址:
http://fs1.d-h.st/download/00036/VOt/adobemediaserver_5_ls1_linux64.tar.gz
# ./wget http://fs1.d-h.st/download/00036/VOt/adobemediaserver_5_ls1_linux64.tar.gz
二、安装
#...
分类:
系统相关 时间:
2014-06-13 21:56:27
阅读次数:
509
When trying to install mercury quality center
starter edition 9.0 on Windows XP media center, I am getting the following error
Wrong attributes "An er...
分类:
数据库 时间:
2014-06-12 18:07:45
阅读次数:
344
一、boost库分类:(1)不需要编译库:any、array、asio、conversion、crc、bind/mem_fn、enable_if、function、lambda、mpl、smart_ptr...(2)需要编译的库:date_time、filesystem、function_types...