CSS3中的过渡Transition有四个中心属性:transition-property、transition-duration、transition-delay和transition-timing1、transition-property的语法[css]
transition-property....
分类:
Web程序 时间:
2014-05-24 06:58:08
阅读次数:
317
什么叫做“假学习”?一、QQ群
一天上班开始看QQ群,聊到下班。里面争论的火热。美其名曰在学习,实际上你什么都没学到。好记性不如烂笔头。争论百变,不如看则帖子。因为你在QQ群里争论的都是你会的东西(不会的东西,你也不会争论)。所以你永远学不到新的东西。不如看看看一则你能学到的贴子。二、看书
买一堆书...
分类:
其他好文 时间:
2014-05-24 00:04:35
阅读次数:
284
在做网络爬虫的时候会遇到json数据格式的数据包,如果返回的是一个json格式的文件,可以使用Python
Yaml包处理数据,不需要再使用正则表达式匹配了,使用实例如https://maps-api-ssl.google.com/maps/suggest?q=hello
这个地址,我们需要que....
分类:
编程语言 时间:
2014-05-23 23:04:01
阅读次数:
484
Principal axis theoremFrom Wikipedia, the free
encyclopediaIn themathematicalfields ofgeometryandlinear algebra, aprincipal
axisis a certain line in a...
分类:
其他好文 时间:
2014-05-23 12:11:14
阅读次数:
501
题目连接:uva 11174 - Stand in a Line
题目大意:村子里有n个村名民,现在他们要排成一列,处于对长辈的尊敬,他们不能排在自己父亲的前面,有些人的父亲不一定在村子了。问有多少种列的顺序。
解题思路:【算法竞赛入门经典-训练指南】的例题,主要还用到了欧几里得拓展定理求逆元。
#include
#include
#include
using namespa...
分类:
其他好文 时间:
2014-05-22 13:24:44
阅读次数:
179
//少说话,多做事,以下是我验证过没有问题的串口发送接受数据
//使用MCU stm8s105c6 UART2
void UART2_DeInit(void)
{
u8 dummy = 0;
/*< Clear the Idle Line Detected bit in the status rerister by a read
to the UART2_SR re...
分类:
其他好文 时间:
2014-05-22 12:57:28
阅读次数:
1036
#include
#include
struct test
{
char name[20];
void (*func)(char *);
};
void tttfunc(char *name)
{
printf("current is %d\n",__LINE__);
printf("%s\n",name);
}
int main()
{
struct test ttt=
{
.n...
分类:
系统相关 时间:
2014-05-22 11:25:09
阅读次数:
380
There are N children standing in a line. Each child is assigned a rating value.
You are giving candies to these children subjected to the following requirements:
Each child must have at least one candy.
Children with a higher rating get more candies than...
分类:
其他好文 时间:
2014-05-22 11:00:49
阅读次数:
285
>__=m_r_limit_p || m_x=s_d_limit_p ||
s_y160)line_l=10;163 draw1();164 draw2();165 GUI_Delay(1);166 }167 }
分类:
其他好文 时间:
2014-05-20 13:39:36
阅读次数:
392
line-height可以给某个元素指定一个不带单位的缩放因子,这样它的后代元素就会继承这个缩放因子,再根据自身的字号大小来计算自己的行高(line-height)值,body
{ font-size: 12px; line-height: 1.5;}h1 { font-size: 36px;...
分类:
Web程序 时间:
2014-05-20 09:57:32
阅读次数:
311