safari iframe下fixe无法显示 -webkit-animation: safariFixedBug 0 linear 0.1s; -webkit-animation-fill-mode: forwards; -webkit-animation-iteration-count: 1; @...
分类:
其他好文 时间:
2014-11-05 16:49:08
阅读次数:
112
在昨天的课程之后经过讨论进行了初步的分工,并制定出了我们的一个两周计划。尚没有和老师讨论,已经询问了时间没有收到回复,等老师那边讨论过后我会在更新这个部分。第一阶段的目标是用户能够在一个空白的地图上看到自己的坦克,其他玩家的坦克,通过键盘操作自己的坦克移动,并可以开火。第一周计划如下(11.06-1...
分类:
其他好文 时间:
2014-11-05 16:47:33
阅读次数:
170
题目描述DescriptionHanks 博士是BT (Bio-Tech,生物技术) 领域的知名专家,他的儿子名叫Hankson。现在,刚刚放学回家的Hankson 正在思考一个有趣的问题。今天在课堂上,老师讲解了如何求两个正整数c1 和c2 的最大公约数和最小公倍数。现在Hankson 认为自己已...
分类:
其他好文 时间:
2014-11-05 16:46:43
阅读次数:
231
图01模型只用到了自带的楼梯功能,长方体和二维线,用了一盏聚光灯。(图02)图02楼梯用到了,多维子材质。(图03)图03在漫反射通道贴了一个(细胞),在反射通道加一(vr贴图)。(图04)图04点击漫反射按钮贴入细胞,把细胞颜色改为白色,分界颜色改为黑色,并改变细胞特性。(图05)图05点击反射按...
分类:
其他好文 时间:
2014-11-05 16:45:15
阅读次数:
189
今天,我们首先安装一些必须的软件,主要有下面的4个,其中软件1和2使用在服务器机上,软件3和4安装在客户端机上。另外,我们还有用到MSBuild、RoboCopy、WebDeployment等等,在下面的文章中用到的时侯,我会介绍给大家。 软件最新版本简单说明1VisualSVN Server1.6...
分类:
其他好文 时间:
2014-11-05 16:46:00
阅读次数:
251
Bad owner or permissions on $HOME/.ssh/configThe ssh with RHEL 4 is a lot more anal about security checking. In my case, it was the fact that $HOME/.s...
分类:
其他好文 时间:
2014-11-05 16:43:54
阅读次数:
170
[AttributeUsage(AttributeTargets.All)]//指定Attribute的使用范围,比如只能在class级别使用public class Column : Attribute{ public Column(string str) { this....
分类:
其他好文 时间:
2014-11-05 16:44:01
阅读次数:
128
DescriptionA tree is a well-known data structure that is either empty (null, void, nothing) or is a set of one or more nodes connected by directed edg...
分类:
其他好文 时间:
2014-11-05 16:44:11
阅读次数:
137
基础不牢:补莫队算法; 莫队算法入门题;2038: [2009国家集训队]小Z的袜子(hose)Time Limit:20 SecMemory Limit:259 MBSubmit:2616Solved:1182[Submit][Status]Description作为一个生活散漫的人,小Z...
分类:
其他好文 时间:
2014-11-05 16:43:50
阅读次数:
212
问题1:fopen 在vs下使用fopen进行文件处理,跑通了,但是移植到android下时就出现了一大推问题,首先需要理解的是在vs下开发资源是存放在执行文件的相同目录下的,而移植到android下时资源是存放在assets目录下的,之前尝试过使用以下的方法: char* fileName = ....
分类:
其他好文 时间:
2014-11-05 16:44:35
阅读次数:
169
1. Input Controls 2. Buttons A button consists of text or an icon (or both text and an icon) that communicates what action occurs when the user touc.....
分类:
其他好文 时间:
2014-11-05 16:43:35
阅读次数:
135
1 #include 2 using namespace std; 3 4 class rectangle 5 { 6 private: 7 int length,width; 8 public: 9 rectangle(){};10 rectangle(int a,...
分类:
其他好文 时间:
2014-11-05 16:41:21
阅读次数:
183
2k进制数【问题描述】设r是个2k进制数,并满足以下条件:(1)r至少是个2位的2k进制数。(2)作为2k进制数,除最后一位外,r的每一位严格小于它右边相邻的那一位。(3)将r转换为2进制数q后,则q的总位数不超过w。在这里,正整数k(1≤k≤9)和w(k≤30000)是事先给定的。问:满足上述条件...
分类:
其他好文 时间:
2014-11-05 16:42:39
阅读次数:
130
spfa 裸题; 1 //spfa 链表 ; 2 #include 3 #include 4 #include 5 #include 6 #include 7 #include 8 #include 9 using namespace std;10 const int N=2500+5,M=620....
分类:
其他好文 时间:
2014-11-05 16:41:07
阅读次数:
144
1.Link:http://poj.org/problem?id=29932.Content:Emag eht htiw Em PlehTime Limit:1000MSMemory Limit:65536KTotal Submissions:2801Accepted:1861Description...
分类:
其他好文 时间:
2014-11-05 16:43:07
阅读次数:
148