Description Assume the coasting is an infinite straight line. Land is in one side of coasting, sea in the other. Each small island is a point locating ...
分类:
其他好文 时间:
2017-09-10 23:44:03
阅读次数:
212
1 // TimerAPCRoutine.cpp : 定义控制台应用程序的入口点。 2 // 3 4 #include "stdafx.h" 5 #include 6 #include 7 #include 8 9 10 using namespace std; 11 12 13 void GetS... ...
分类:
其他好文 时间:
2017-09-08 23:01:10
阅读次数:
258
1 // 计时器.cpp : 定义控制台应用程序的入口点。 2 // 3 4 #include "stdafx.h" 5 #include 6 #include 7 #include 8 using namespace std; 9 10 BOOL __IsLoop = TRUE; 11 12 13... ...
分类:
其他好文 时间:
2017-09-08 22:53:10
阅读次数:
164
<!doctype html><html><head><meta charset="utf-8"><title>心形动画代码</title><script src="http://libs.baidu.com/jquery/1.11.3/jquery.min.js"></script><style> ...
分类:
其他好文 时间:
2017-09-06 00:29:03
阅读次数:
211
Assume the coasting is an infinite straight line. Land is in one side of coasting, sea in the other. Each small island is a point locating in the sea ...
分类:
其他好文 时间:
2017-09-05 00:22:26
阅读次数:
167
三天不写代码就手生! 把测试代码记录下来。 注意事项: 1. 三个方法必须一块使用,不能只写 System.MonitorWait(Form1, INFINITE); System.MonitorEnter(Form1); //必须 Log('Thread1 Enter'); System.Moni ...
分类:
编程语言 时间:
2017-09-02 21:48:56
阅读次数:
135
Period of an Infinite Binary Expansion POJ - 3358 题意:给一个分数,让求其二进制形式的最小循环节ans2和循环节开始的位置ans1。 以下内容转自http://blog.csdn.net/u013508213/article/details/4249 ...
分类:
其他好文 时间:
2017-08-26 11:27:02
阅读次数:
196
使用别人的组件: 比如:Vue.use(Vuesource); Vue.use(VueRouter); Vue.use(MintUI); 1.自定义全局组件: 使用 <Loading></Loading> 2.main.js App.vue index.js Loading.vue 运行结果:引入了 ...
分类:
其他好文 时间:
2017-08-25 01:06:17
阅读次数:
251
1》animation-iteration-count属性定义动画应该播放多少次。 animation-iteration-count:infinite; infinite表示无限循环 2》先执行一遍动画,然后再反向执行一遍动画: animation-direction:alternate 语法:a ...
分类:
Web程序 时间:
2017-08-23 14:58:40
阅读次数:
167