错误背景:本地能够正常启动和调试应用,就是打包构建失败。 详细错误信息如下: [ERROR] [ERROR] Some problems were encountered while processing the POMs: [FATAL] 'artifactId' is missing. @ li ...
分类:
其他好文 时间:
2020-03-08 20:16:46
阅读次数:
135
手稿图 折线图 | Argument | Description | | : | : | | xs , ys | x, y coordinates of vertices | | zs | z value(s), either one for all points or one for each p ...
分类:
编程语言 时间:
2020-03-06 21:47:34
阅读次数:
154
缺失的第一个正数。题意是给一个未排序的整数数组,找出其中没有出现的最小的正整数。例子, Example 1: Input: [1,2,0] Output: 3 Example 2: Input: [3,4,-1,1] Output: 2 Example 3: Input: [7,8,9,11,12] ...
分类:
其他好文 时间:
2020-03-06 10:59:55
阅读次数:
66
一、html5新特性--svg--(折线/渐变特效对象/滤镜) #折线:多个坐标点组件一条折线 <polyline points="50,50 70,55 60,66 " stroke="" stroke-width=""> </polyline> #points 一组坐标点 #渐变特效对象:一种特 ...
原文链接 CSP vs Actor 模型 Actor Actor 模型是一个通用的并发编程模型,可以应用在几乎任何一种编程语言中,典型的是 Erlang。多个 actor(进程) 可以同时运行、不共享状态、通过向与进程绑定的消息队列(也称为信箱)异步发送消息来进行通信。 actor-1 与 acto ...
分类:
其他好文 时间:
2020-03-04 18:47:45
阅读次数:
91
传送门:https://abc091.contest.atcoder.jp/tasks/arc092_a?lang=en 题目:On a two-dimensional plane, there are N red points and N blue points. The coordinates ...
分类:
其他好文 时间:
2020-03-01 20:17:00
阅读次数:
104
结构性修改Structural changes: 任何导致entity的原型(archetype)变化,或者entity在chunk中的存储位置变化的修改,都叫做结构性修改。 以下操作皆为结构性修改: 创建或销毁entity 添加或移除component 修改shared component的值 同 ...
分类:
其他好文 时间:
2020-02-29 22:16:00
阅读次数:
77
Problem Statement Link Clarification: The problem states that for each pair of points, we consider the minimum possible distance over any possible mom ...
分类:
其他好文 时间:
2020-02-29 00:30:43
阅读次数:
61
1080 MOOC期终成绩 (25分) 输入样例: 6 6 7 01234 880 a1903 199 ydjh2 200 wehu8 300 dx86w 220 missing 400 ydhfu77 99 wehu8 55 ydjh2 98 dx86w 88 a1903 86 01234 39 ...
分类:
其他好文 时间:
2020-02-28 21:07:49
阅读次数:
95