对文字hover展现出特殊效果,可以采用调整元素css属性来完成,虽然只能实现一些简单的动作,精心组合之下却能够达到令人满意的结果。 1、字体变化: 结果如下: 悬浮变大 悬浮变细 悬浮变颜色 2、缩放和旋转: 结果如下: 悬浮这里旋转 悬浮这里放大 可以看大,这里的放大并不会向上面一样影响行高,更 ...
分类:
Web程序 时间:
2017-10-15 11:10:15
阅读次数:
340
Given an array of integers and an integer k, find out whether there are two distinct indices i and j in the array such that nums[i] = nums[j] and the ...
分类:
其他好文 时间:
2017-10-14 22:35:09
阅读次数:
171
Proving Equivalences Font: Times New Roman | Verdana | Georgia Font Size: ← → Problem Description Consider the following exercise, found in a generic ...
分类:
其他好文 时间:
2017-10-14 18:24:59
阅读次数:
224
转自:http://www.cnblogs.com/_popc/p/4053593.html 今天使用数据库查询工具DBvis链接mysql数据库时, 发现执行如何sql语句, 都报如下错误: 后来想着应该是mysql驱动包的版本不对导致的, 如何你和我一样, 也是这个问题困扰,那么现在就知道怎么回 ...
分类:
数据库 时间:
2017-10-11 21:46:36
阅读次数:
234
一、资源前缀 (项目中res文件夹下的所有资源都要添加前缀,包括anim、animator、layout、drawable文件夹中的xml文件名,drawable-xhdpi等文件夹下的图片资源名,values文件夹下各文件中的资源名,raw文件夹下的文件资源名。其中attrs文件和styles文件 ...
分类:
其他好文 时间:
2017-10-07 15:02:00
阅读次数:
308
30w/m The expensive shops in a famous arcade near Piccadilly were just opening. At this time of the morning, the arcade was almost empty. Mr Taylor, t ...
分类:
其他好文 时间:
2017-10-07 12:28:24
阅读次数:
199
数据量一大,连统计基数也成了一个麻烦事。在使用kylin的时候,遇到对度量值进行基数统计,使用的是Hyperloglog算法,占用内存小,误差小,实乃不错的方法,但查阅网上的资料与内容,感觉未能理解的太明白。经过一番折腾,自己给整理出一个版本出来。 算法的论文是《HyperLogLog the an ...
分类:
其他好文 时间:
2017-10-05 17:39:28
阅读次数:
252
很早之前写过《双边滤波算法的简易实现bilateralFilter》。 当时学习参考的代码来自cuda的样例。 相关代码可以参阅: https://github.com/johng12/cudaSamples/tree/master/cudaSamples/3_Imaging/bilateralFi ...
分类:
其他好文 时间:
2017-10-05 16:12:35
阅读次数:
351
错误代码: 错误信息: key_array.c(44): error C141: syntax error near ‘uchar’ 错误原因: 由于Keil、ADS等某些遵循老的C标准的编译器,在函数定义的内部,必须把所有的局部静态变量和自动变量都声明/定义了之后,然后才能开始后续的代码书写,否则 ...
分类:
其他好文 时间:
2017-10-05 12:22:20
阅读次数:
265
# Copyright 2015 The TensorFlow Authors. All Rights Reserved. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use th... ...
分类:
其他好文 时间:
2017-10-01 23:03:55
阅读次数:
300