No two sorts of birds practise quite the same sort of flight; the varieties are infinite; but two classes may be roughly seen. 总 Any ship that crosses ...
分类:
其他好文 时间:
2017-07-02 14:24:34
阅读次数:
193
题意:同一对角线,水平线,垂线的皇后之间会相互攻击,给出n个皇后问有几对会相互攻击 ...
分类:
其他好文 时间:
2017-07-01 15:28:19
阅读次数:
113
添加动画效果: 1 animation-name:指定动画名称 2.animation-duration:设置动画的总耗时 3.animation-duration:设置的动画的播放次数,默认为1次,可以指定具体的数值,也可以指定infinite(无限次) 4.animation-direction ...
分类:
Web程序 时间:
2017-06-27 21:17:28
阅读次数:
146
animation-play-state 属性规定动画正在运行还是暂停。 浏览器支持:Internet Explorer 10、Firefox 以及 Opera 支持 animation-play-state 属性。Safari 和 Chrome 支持替代的 -webkit-animation-pl ...
分类:
Web程序 时间:
2017-06-22 19:45:16
阅读次数:
232
body { margin: 0; padding: 0; background:#3498db; } .cs-loader { position: absolute; top: 0; left: 0; height: 100%; width: 100%; } .cs-loader-inner { ... ...
分类:
Web程序 时间:
2017-06-22 14:20:15
阅读次数:
295
//创建多子个线程实例 #include <stdio.h> #include <process.h> #include <windows.h> //子线程函数 unsigned int __stdcall ThreadFun(PVOID pM) { printf("线程ID号为%4d的子线程说:H ...
分类:
其他好文 时间:
2017-06-19 18:44:15
阅读次数:
222
题目链接 Problem Description The Old Frog King lives on the root of an infinite tree. According to the law, each node should connect to exactly two nodes ...
分类:
其他好文 时间:
2017-06-18 20:47:29
阅读次数:
239
一、NoSQL介绍 1、什么是NoSQL NoSQL = Not Only SQL 非关系型数据库 2、为什么用NoSQL High performance - 高并发读写 Huge Storage - 海量数据的高效率存储和访问 High Scalability && High Availabli ...
分类:
数据库 时间:
2017-06-10 14:08:25
阅读次数:
167