一、BE获取上下文信息 UFIDA.U9.Base.Context 二、UI获取上下文信息 UFIDA.U9.UI.PDHelper.PDContext.Current ...
分类:
其他好文 时间:
2020-05-13 10:11:23
阅读次数:
55
A white kid sells a bag of cocaine at his suburban high school. A Latino kid does the same in his innercity neighborhood . Both get caught. Both are f ...
分类:
其他好文 时间:
2020-05-12 20:23:50
阅读次数:
63
https://datawhalechina.github.io/pms50/#/chapter3/chapter3 如果你想了解两个变量如何相互改变,那么最佳拟合线就是常用的方法。 下图显示了数据中各组之间最佳拟合线的差异。 要禁用分组并仅为整个数据集绘制一条最佳拟合线,请从下面的 sns.lmp ...
分类:
其他好文 时间:
2020-05-11 23:47:07
阅读次数:
402
引自:https://mp.weixin.qq.com/s?__biz=MzA3MTg4NjY4Mw==&mid=2457305371&idx=4&sn=18b0b2ca1664a36d9e169181a10f384d&chksm=88a5932fbfd21a39d868e41f188f10cfcf ...
分类:
数据库 时间:
2020-05-10 23:05:25
阅读次数:
107
之前说的条纹全部都是有规律的条纹,如果实现随机宽度的垂直条纹呢其实原理a)宽度尽量选择质数,因为质数跟任何其它数字都是相对质数b)因为最顶层贴片的重复规律最容易被察觉(它没有被任何东西遮挡),我们应该把平铺间距最大的贴片安排在最顶层 background: hsl(20, 40%, 90%); ba ...
分类:
Web程序 时间:
2020-05-10 19:38:23
阅读次数:
72
移动web最佳viewport设置 <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=no"> 单行文本溢出 .inaline{ overflow:hidden; white-space:n ...
分类:
移动开发 时间:
2020-05-10 19:21:05
阅读次数:
81
1.创建variable.scss 文件 // 颜色 $color-red:red; $color-yellow: yellow; $color-white: white; $color-light-gray: #F5F5F5; 2.创建 vue.config.js 添加 css: { loader ...
分类:
其他好文 时间:
2020-05-10 19:14:39
阅读次数:
167
网格 html { background: #58a; background-image: linear-gradient(white 2px, transparent 0), linear-gradient(90deg, white 2px, transparent 0), linear-grad ...
分类:
Web程序 时间:
2020-05-10 19:10:43
阅读次数:
84
PHP 杂项函数简介 我们把不属于其他类别的函数归纳到这个页面。 安装 杂项函数是 PHP 核心的组成部分。无需安装即可使用这些函数。 Runtime 配置 杂项函数函数的行为受到 php.ini 中设置的影响。 杂项函数配置选项: 名称默认描述可更改 ignore_user_abort "0" F ...
分类:
Web程序 时间:
2020-05-08 14:43:11
阅读次数:
86
比赛链接:https://codeforces.com/contest/1345 A - Puzzle Pieces 题意 能否用 3 凸 1 凹的拼图拼成 n x m 的图块。 题解 观察发现只可以拼成单独的一行或一列或两行两列。 代码 #include <bits/stdc++.h> using ...
分类:
其他好文 时间:
2020-05-07 09:31:06
阅读次数:
73