码迷,mamicode.com
首页 >  
搜索关键字:not seem to be present    ( 1730个结果
LeetCode 807. Max Increase to Keep City Skyline
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
graph embedding 使用方法
无论是network embedding 还是graph embedding都是通过节点(node)和边的图,学出每个节点的embedding向量。 比较流行的算法有: 一般的应用框架如下: 1、构建图: Item和item的共现相似矩阵可以构成一个网络,其中每个item都是节点,相似度达到一定阈值 ...
分类:其他好文   时间:2019-09-05 18:22:54    阅读次数:98
unity vulkan snapdragon profiler
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
leetcode 543. Diameter of Binary Tree
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
Android进阶之路(2)-详解MVP
### 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的图集处理方式-SpriteAtlas的前世今生
说到UGUI的图集初学者可能觉得没什么难度,包括我刚开始接触的时候也是,甚至你在开发的时候只需要把图片导入到项目中,拖拖拽拽就能做出能用的东西来。因为UGUI刚出的时候就打出了“Unity会自动帮你维护图集”的旗号。可现实真的是这样的吗?要解释这个问题就需要从Unity4.6说起了,那我们来捋一下! ...
分类:其他好文   时间:2019-08-31 17:26:45    阅读次数:410
Golang的反射reflect深入理解和示例
编程语言中反射的概念 在计算机科学领域,反射是指一类应用,它们能够自描述和自控制。也就是说,这类应用通过采用某种机制来实现对自己行为的描述(self-representation)和监测(examination),并能根据自身行为的状态和结果,调整或修改应用所描述行为的状态和相关的语义。 每种语言的 ...
分类:其他好文   时间:2019-08-31 10:58:29    阅读次数:81
[Leetcode]657. Robot Return to Origin
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
K8s集群中设置harbor仓库认证
如果命令难记,可以使用yaml文件(如果apply出错,注意dockerconfigjson内容) ...
分类:其他好文   时间:2019-08-27 17:10:50    阅读次数:128
SAPUI5简单的ajax操作
在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
1730条   上一页 1 ... 24 25 26 27 28 ... 173 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!