测量规格说明书 MeasureSpec DecorView的测量过程 LinearLayout的测量过程 ...
分类:
其他好文 时间:
2017-09-09 19:02:31
阅读次数:
174
Assignment1 Problem1: Ops excercises Problem2: Task1:Improving the accuracy of our logistic regression on MNIST Task2:数据一直解压失败,所以就先放一边了。 Task3:Build a ...
分类:
其他好文 时间:
2017-09-08 18:23:01
阅读次数:
156
Given an integer array of size n, find all elements that appear more than ? n/3 ? times. The algorithm should run in linear time and in O(1) space. 题目 ...
分类:
其他好文 时间:
2017-09-08 09:59:29
阅读次数:
256
1. 在使用<transition></transition>时类名的组合如下: 1 .move-enter-active, .move-leave-active {//带active的应该写在前面2 transition: all 0.4s linear; 3 transform: transla ...
分类:
其他好文 时间:
2017-09-07 21:27:17
阅读次数:
118
逛codepen看到一些项目的时候就很想写,这个是特别喜欢,配色太戳我了,我就自己动了一动 效果图: <!DOCTYPE html><html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width= ...
分类:
Web程序 时间:
2017-09-06 19:43:11
阅读次数:
213
<div class="boxMove"> <div class="rect con-1"></div> <div class="rect con-2"></div> <div class="rect con-3"></div> <div class="rect con-4"></div> <div ...
分类:
Web程序 时间:
2017-09-05 22:01:39
阅读次数:
189
背景色,除了纯色以外,还能够使用多种颜色组合成为渐变背景色,使页面丰富。 渐变背景分为两种: 1、线性渐变; 2、环形渐变; 线性渐变 线性渐变分为:横向、纵向、对角渐变三种渐变 语法: <linear-gradient> = linear-gradient([ [ <angle>| to <asi ...
分类:
Web程序 时间:
2017-09-05 22:00:56
阅读次数:
230
为什么计算机图像识别很难呢?因为我们看到的是汽车,而计算机看到的是表示颜色的 RGB 数值。计算机需要根据这些数值来判断。 如果图片是 50 * 50 像素,那么一共有 2500 个像素点。如果是 Quadratic features,那么是 xi, xj 的组合有 2500 + 2499 + .. ...
分类:
系统相关 时间:
2017-09-05 12:30:11
阅读次数:
221
网页版数据抓取,没有抓取进度提示,对用户不友好,因此考虑添加进度条,进度为伪进度。 css代码如下 1 <style type="text/css"> 2 .demo{ 3 padding: 2em 0; 4 background: linear-gradient(to right, #2c3b4e ...
分类:
其他好文 时间:
2017-09-05 10:06:32
阅读次数:
192
#nav ul li a { /* background-image: initial; background-position: initial; background-size: initial; background-repeat: initial; background-attachment ...
分类:
Web程序 时间:
2017-09-04 13:24:18
阅读次数:
190