Amazon Virtual Private Cloud (Amazon VPC) is a service that lets you launch AWS resources in a logically isolated virtual network that you define. You ...
分类:
其他好文 时间:
2021-06-02 15:44:17
阅读次数:
0
1.使用场景 地图的使用场景非常广泛,地图定位可以直观的说明位置及周边环境,让用户更好的了解地理位置信息,更好的规划路径,以方便出行,定位,导航等成为互联网最常见的功能之一。 2.技术介绍 市面上常见的地图API有很多,例如: 百度地图API:http://lbsyun.baidu.com 高德地图 ...
1. Overview JasperReports is an open source reporting library that enables users to create pixel-perfect reports that can be printed or exported in ma ...
分类:
编程语言 时间:
2021-04-21 11:48:33
阅读次数:
0
Detecting CTCSS tones with Goertzel’s algorithm April 21, 2006 Embedded StaffMost engineers involved in the design of Software Defined Radio (SDR) app ...
分类:
Web程序 时间:
2021-02-16 11:56:05
阅读次数:
0
1.编辑站点文件: nano /etc/nginx/sites-available/default cd /etc/nginx/sites-available/ ls2. 把default的设置文件复制一个新的站点配置文件cp default chery.gcmasia.com ls 3.编辑配置文 ...
分类:
其他好文 时间:
2021-01-22 12:01:01
阅读次数:
0
mormot2 http.sys 单元文件:mormot.net.server.pas /// HTTP server using fast http.sys kernel-mode server // - The HTTP Server API enables applications to co ...
分类:
Web程序 时间:
2020-11-24 12:24:19
阅读次数:
8
介绍: 前后端分离开发模式中,api文档是最好的沟通方式。 Swagger 是一个规范和完整的框架,用于生成、描述、调用和可视化 RESTful 风格的 Web 服务。 总结: 目前使用到swagger的测试功能,可以替代postman进行 各种请求方式 的api接口测试 项目中使用: 1 引入依赖 ...
分类:
其他好文 时间:
2020-11-17 12:24:31
阅读次数:
4
在使用注解注入时,需要在配置文件中导入context命名空间和注解扫描路径,多个路径之间用逗号隔开 @Autowired 标注在属性上表示此属性需要被注入 默认是按类型注入,如果想修改成按名称注入在@Autowired注解的下方添加注解@Qualifier(),并传入相应的名称 @Resource ... ...
分类:
编程语言 时间:
2020-10-08 19:26:45
阅读次数:
23
在 node 环境中,有两个内置的全局变量无需引入即可直接使用,并且无处不见,它们构成了 nodejs 的模块体系: module 与 require。以下是一个简单的示例 const fs = require('fs') const add = (x, y) => x + y module.exp ...
分类:
其他好文 时间:
2020-07-22 11:13:31
阅读次数:
101
视频处理器为电池供电的设计提供4K视频编码 Video processor enables 4K video coding for battery-powered designs OmniVision Technologies推出了OA805视频处理器,支持电池供电的安全和监控应用的高效视频编码(H ...
分类:
其他好文 时间:
2020-07-11 17:00:03
阅读次数:
69