新闻 1. "Pixel 4a渲染图曝光:或能成新款iPhone SE有力竞争者" 1. "Google Play商店为预注册的游戏和应用提供自动安装功能" 1. "Android最强单摄Pixel 4a样张曝光:1200万像素轻松击败4800万" 1. "Kotlin Vocabulary | 枚 ...
分类:
移动开发 时间:
2020-05-06 14:08:34
阅读次数:
176
https://electronjs.org/ 1: About Electron Electron is an open source library developed by GitHub for building cross-platform desktop applications with ...
分类:
其他好文 时间:
2020-05-05 23:31:00
阅读次数:
73
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <title>BFC - 块级格式化上下文</title> 5 <!-- 6 BFC的布局规则: 7 1. 内部的Box会在垂直方向,一个接一个地放置。 8 2. Box垂直方向的距离由margin决定。属于同一个BFC的两 ...
分类:
其他好文 时间:
2020-05-05 23:07:46
阅读次数:
81
$$ \begin{cases}a+b=10 \\2a b=30\end{cases} $$ $$ \int{x}dx\int_{1}^{2}{x}dx\frac{1}{2}x^2y_1\sqrt{2}\vec{a} $$ $$ \lim_{n\rightarrow+\infty} $$ $$ \l ...
分类:
其他好文 时间:
2020-05-05 17:40:14
阅读次数:
76
引入所需要的js文件 编写js 从data的数据显示到页面上 {{info.name}} {{info.url}} {{info.isNonprofit}} {{info.links[0].name}} {{info.links[1].name}} {{info.links[2].name}} 鏈接 ...
分类:
移动开发 时间:
2020-05-05 16:24:24
阅读次数:
126
java中抽象的思想相当于定义行为标准,由实现抽象类的具体类来实现具体行为。 比如人有行走的行为标准,想要怎么行走由具体的人来实现;再如王者农药中每个角色都有自己的技能标准,要怎么施展技能由操作者来实现。 1. 抽象方法 抽象方法不实现具体算法,只定义行为标准。 abstract 返回值类型 方法名 ...
分类:
编程语言 时间:
2020-05-05 12:55:08
阅读次数:
63
首先,在路由页面,引入了一个组件。RouteDemo <BrowserRouter> {/* 没通过 <Route /> 匹配路由的 默认拿不到history的*/} <RouteDemo /> <Switch> <Route path='/table' component={TableDemo}/ ...
分类:
其他好文 时间:
2020-05-05 12:48:39
阅读次数:
160
APIO2010 特别行动队 $$\frac{f_j+a\times sum_j^2+b\times sum_j f_k a\times sum_k^2 b\times sum_k}{sum_j sum_k} 2asum_x$$ 转移点 $j,k$ ,当前点 $x$ ,右侧是单调降的 如果 $j k ...
分类:
其他好文 时间:
2020-05-05 11:02:03
阅读次数:
61
vue h vue create learn vue ? Manually select features 选择下面的组件(空格为选中/取消)回车确认 使用 history mode 使用node sass 使用ESLint + Airbnb config 保存时检查代码 配置文件保存在单独的文件中 ...
分类:
其他好文 时间:
2020-05-05 00:42:39
阅读次数:
120
一、关于UI地址 master: 8080 worker: 8081 application: 4040 (用来查看正在运行的app的情况, 一旦这个应用结束, 则无法查看) 二、历史服务器(这里说明yarn模式) 1、 配置历史服务器 1)spark-defaults.conf 默认配置 spar ...
分类:
其他好文 时间:
2020-05-05 00:33:46
阅读次数:
60