概述 本文用来实现一个平面plane,其与四顶点的四边形mesh相比,网格变多。 Mesh代码 基类 using System.Collections; using System.Collections.Generic; using UnityEngine; [RequireComponent(ty ...
分类:
其他好文 时间:
2020-02-02 19:18:33
阅读次数:
84
Exercises 3.2 21. (a). For $\omega = sinz$, what is the image of the semi-infinite strip $S_1 = \{x+iy|-\pi<x<\pi,y>0\}$ (b). what is the image of the ...
原题链接在这里:https://leetcode.com/problems/k-closest-points-to-origin/ 题目: We have a list of points on the plane. Find the K closest points to the origin ( ...
分类:
其他好文 时间:
2020-01-20 09:25:46
阅读次数:
72
lattice-planelattice-plane是一个开源的h5移动端游戏,使用webpack打包,babel装换代码。 github地址:https://github.com/yujingwyh/...游戏浏览地址:http://lp.honglisite.com/ 文件结构 src 源码目录 ...
分类:
其他好文 时间:
2020-01-18 19:48:26
阅读次数:
132
题目如下: You have a keyboard layout as shown above in the XY plane, where each English uppercase letter is located at some coordinate, for example, the l ...
分类:
其他好文 时间:
2020-01-17 11:45:26
阅读次数:
67
swapoff -a && kubeadm reset && systemctl daemon-reload && systemctl restart kubelet && iptables -F && iptables -t nat -F && iptables -t mangle -F && i ...
分类:
其他好文 时间:
2020-01-15 19:44:44
阅读次数:
468
本文主要介绍了单master的k8s集群的部署,如果部署多个master,通过kubeadm join命令加上参数--experimental-control-plane即可,如果未添加此参数,默认是join的node节点,而非master节点
分类:
其他好文 时间:
2020-01-11 10:10:08
阅读次数:
449
【Jmeter篇】Jmeter+Ant+Jenkins接口自动化测试集成之半路逆转(二) 橙子探索测试发表于橙子探索测试订阅 72 【Jmeter篇】jmeter+Ant+Jenkins接口自动化测试集成(一) 一、更改方案 由于上一篇文章【Jmeter篇】jmeter+Ant+Jenkins接口自 ...
分类:
其他好文 时间:
2020-01-06 12:39:50
阅读次数:
113
1.原题: https://leetcode.com/problems/minimum-time-visiting-all-points/ On a plane there are n points with integer coordinates points[i] = [xi, yi]. You ...
分类:
其他好文 时间:
2020-01-01 20:46:44
阅读次数:
73
前言: 这是CV中的Attention机制专栏的第一篇博客,并没有挑选实现起来最简单的SENet作为例子,而是使用了CBAM作为第一个讲解的模块,这是由于其使用的广泛性以及易于集成。目前cv领域借鉴了nlp领域的attention机制以后生产出了很多有用的基于attention机制的论文,atten ...
分类:
其他好文 时间:
2019-12-31 23:30:56
阅读次数:
89