In a 2 dimensional array grid, each value grid[i][j] represents the height of a building located there. We are allowed to increase the height of any n ...
分类:
其他好文 时间:
2019-09-07 22:16:39
阅读次数:
103
无论是network embedding 还是graph embedding都是通过节点(node)和边的图,学出每个节点的embedding向量。 比较流行的算法有: 一般的应用框架如下: 1、构建图: Item和item的共现相似矩阵可以构成一个网络,其中每个item都是节点,相似度达到一定阈值 ...
分类:
其他好文 时间:
2019-09-05 18:22:54
阅读次数:
98
your device does not match the hardware requirements of this application 遇到上面那个warning 跟了下 是vulkan create instance的时候 返回了VK_ERROR_LAYER_NOT_PRESENT 就是 ...
分类:
编程语言 时间:
2019-09-04 13:52:57
阅读次数:
142
Given a binary tree, you need to compute the length of the diameter of the tree. The diameter of a binary tree is the length of the longest path betwe ...
分类:
其他好文 时间:
2019-09-04 00:01:38
阅读次数:
129
### MVP简介 >MVP 全称:Model-View-Presenter ;MVP 是从经典的模式MVC演变而来,它们的基本思想有相通的[地方](https://baike.baidu.com/item/%E5%9C%B0%E6%96%B9/2262175):Controller/Present ...
分类:
移动开发 时间:
2019-09-01 10:24:29
阅读次数:
91
说到UGUI的图集初学者可能觉得没什么难度,包括我刚开始接触的时候也是,甚至你在开发的时候只需要把图片导入到项目中,拖拖拽拽就能做出能用的东西来。因为UGUI刚出的时候就打出了“Unity会自动帮你维护图集”的旗号。可现实真的是这样的吗?要解释这个问题就需要从Unity4.6说起了,那我们来捋一下! ...
分类:
其他好文 时间:
2019-08-31 17:26:45
阅读次数:
410
编程语言中反射的概念 在计算机科学领域,反射是指一类应用,它们能够自描述和自控制。也就是说,这类应用通过采用某种机制来实现对自己行为的描述(self-representation)和监测(examination),并能根据自身行为的状态和结果,调整或修改应用所描述行为的状态和相关的语义。 每种语言的 ...
分类:
其他好文 时间:
2019-08-31 10:58:29
阅读次数:
81
Easy There is a robot starting at position (0, 0), the origin, on a 2D plane. Given a sequence of its moves, judge if this robot ends up at (0, 0) aft ...
分类:
其他好文 时间:
2019-08-27 23:26:05
阅读次数:
127
如果命令难记,可以使用yaml文件(如果apply出错,注意dockerconfigjson内容) ...
分类:
其他好文 时间:
2019-08-27 17:10:50
阅读次数:
128
在sapui5中使用ajax的时候,需要引入 "sap/ui/thirdparty/jquery"。 如果在测试的时候,遇到了下面的错误,No 'Access-Control-Allow-Origin' header is present on the requested resource. 那么可 ...
分类:
Web程序 时间:
2019-08-26 15:25:51
阅读次数:
142