码迷,mamicode.com
首页 >  
搜索关键字:ar 增强现实 实景导航 poi    ( 147519个结果
Logic Gates Circuit Simulation Workshop in Python
Logic Gates circuit is the foundamental structure that build up the calculation and processing of a computer. It had been believed that with proper ar ...
分类:编程语言   时间:2021-02-23 14:24:08    阅读次数:0
基于注解配置的AOP
在看这篇博文之前,建议先看下上一篇博文;地址 首先在Spring的xml文件中完成相应的配置: <?xml version="1.0" encoding="UTF-8"?> <beans xmlns="http://www.springframework.org/schema/beans" xmln ...
分类:其他好文   时间:2021-02-23 14:00:47    阅读次数:0
cad.net 替换Polyline2d的点
Polyline2d的点更改,它和其他的图元处理起来不一样,因为它是一个复杂实体. 需要通过枚举值来处理. 提取点集 先看一个通用的提取点集的做法, GetStretchPoints可以作用在:轻多段线/二维多段线/三维多段线 你只需要将Polyline2d改成其他即可. 之所以改成List<Poi ...
分类:Web程序   时间:2021-02-23 13:57:03    阅读次数:0
[CF689D] Friends and Subsequences - 二分,ST表
给定两个长度均为 n 的数列,问有多少组 (l,r) 使得 max(al,...,ar)=min(bl,...,br) ...
分类:其他好文   时间:2021-02-16 12:01:53    阅读次数:0
谷粒 | 12 |easyExcel使用
一、引入easyexcel依赖 <!--easyExcel依赖--> <dependency> <groupId>org.apache.poi</groupId> <artifactId>poi</artifactId> </dependency> <dependency> <groupId>org ...
分类:其他好文   时间:2021-02-15 12:10:41    阅读次数:0
0138. Copy List with Random Pointer (M)
Copy List with Random Pointer (M) 题目 A linked list is given such that each node contains an additional random pointer which could point to any node in ...
分类:其他好文   时间:2021-02-15 11:52:08    阅读次数:0
求一个数组内找出三个数乘积最大并求解,来源于vscode.
背景:在vscode中看到好多人提交了错误答案,至此刻没有看到对的答案。哈哈 解法: function computeProduct(arr) { let max = 0 let zarr = [],farr = [] if(arr.length 3){ max = arr[0]*arr[1]*ar ...
分类:编程语言   时间:2021-02-10 13:07:31    阅读次数:0
SpringBoot actuator(自定义端点类)
SpringBoot actuator(自定义端点类) 1、编写自动端点类很简单,只需要在类前面使用@Endpoint注解 EndPoint中id 来表示url路径 2、使用@ReadOperation //显示监控指标 3、使用@WriteOperation //动态修改指标,以post方式修改 ...
分类:编程语言   时间:2021-02-05 10:47:22    阅读次数:0
配置OSPF
OSPF Open Shortest Path First开放式最短路径优先 属于链路状态(Link-state)路由协议 基于Edsger Dijkstra的最短路径优先(SPF)算法。 用于自治系统内部 内部网关协议 国际标准协议,开放性强。 OSPF 协议优点(相对于距离矢量路由协议) 适合大 ...
分类:其他好文   时间:2021-02-04 12:25:47    阅读次数:0
NPOI.POIXMLException ---> System.IO.FileLoadException: 未能加载文件或程序集“ICSharpCode.SharpZipLib, Version=0.86.0.518, Culture=neutral, PublicKeyToken=1b03e6acf1164f73”或它的某一个依赖项。
NPOI.POIXMLException > System.IO.FileLoadException: 未能加载文件或程序集“ICSharpCode.SharpZipLib, Version=0.86.0.518, Culture=neutral, PublicKeyToken=1b03e6acf1 ...
分类:其他好文   时间:2021-02-04 11:48:31    阅读次数:0
147519条   上一页 1 ... 7 8 9 10 11 ... 14752 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!