码迷,mamicode.com
首页 >  
搜索关键字:note    ( 7358个结果
Leetcode: 902. Numbers At Most N Given Digit Set
descption We have a sorted set of digits D, a non-empty subset of {'1','2','3','4','5','6','7','8','9'}. (Note that '0' is not included.) Now, we writ ...
分类:其他好文   时间:2020-06-13 17:10:49    阅读次数:64
ElasticSearch-02-elasticsearch.yaml
# Elasticsearch Configuration # # NOTE: Elasticsearch comes with reasonable defaults for most settings. # Before you set out to tweak and tune the con ...
分类:其他好文   时间:2020-06-13 16:02:42    阅读次数:62
power shell 更新后的版本号
看别人博客,去github下了个powershell v7.0.2,https://github.com/PowerShell/PowerShell,没有敢下尝鲜版,也没有下长期维护版,下了个稳定版。 看下面的说明里面是和windows自带的版本是 并行存在的: Note PowerShell 7 ...
分类:系统相关   时间:2020-06-13 12:54:36    阅读次数:93
Ubuntu18.04下VIsualSFM的安装
很久之前的草稿,当时没写完,现在发一下, 开始做三维重建了~希望自己可以坚持住! 用SFM(Structure From Motion)方法可以实现稀疏三维重建,用VisualSFM软件来尝试一下。 一、Ubuntu18.04下VisualSFM的安装 VisualSFM网站:http://ccwu ...
分类:系统相关   时间:2020-06-13 00:59:25    阅读次数:116
SAP QM Quality Notification的凭证流
SAP QM Quality Notification的凭证流 如下图是一个quality notification,单据类型是CC(customer complaint), 这个quality notification与销售的订单以及delivery note关联了,如上图。 看这个Quality ...
分类:其他好文   时间:2020-06-12 17:27:26    阅读次数:53
[Note] 2020.6.12 每日一题 三数之和
题目 给你一个包含 n 个整数的数组 nums,判断 nums 中是否存在三个元素 a,b,c ,使得 a + b + c = 0 ?请你找出所有满足条件且不重复的三元组。 注意:答案中不可以包含重复的三元组。 示例: 给定数组 nums = [-1, 0, 1, 2, -1, -4], 满足要求的 ...
分类:其他好文   时间:2020-06-12 12:52:17    阅读次数:44
Nebula Graph 1.0 Release Note
作为一款开源分布式图数据库,Nebula Graph 1.0 版本旨在提供一个安全、高可用、高性能、具有强表达能力的查询语言的图数据库。 ...
分类:其他好文   时间:2020-06-11 13:41:26    阅读次数:41
this的指向
看完视频后,https://www.bilibili.com/video/BV167411v7bB?p=1 的总结。 this的指向: 1.默认绑定, 分别对应函数的四种调用: 独立调用 2.隐式绑定, 方法调用 3.显示绑定, 间接调用 4.new绑定, 构造函数调用 5.严格模式下this的指向 ...
分类:其他好文   时间:2020-06-10 21:20:41    阅读次数:65
Foundation 表单
Foundation 表单控制会自动设置为全局样式: 所有 <textarea>, <select> 及 <input> 元素宽度都为 100%,且带有外边距、内边距、阴影和鼠标移动效果。 实例 <form> Input: <input type="text" placeholder="Name"> ...
分类:其他好文   时间:2020-06-09 14:41:16    阅读次数:64
Foundation 起步
什么是 Foundation? Foundation 是一个免费的前端框架,用于快速开发。 Foundation 包含了 HTML 和 CSS 的设计模板,提供多种 Web 上的 UI 组件,如表单、按钮、Tabs 等等。同时也提供了多种 JavaScript 插件。 Foundation 移动优先 ...
分类:其他好文   时间:2020-06-08 14:36:25    阅读次数:58
7358条   上一页 1 ... 22 23 24 25 26 ... 736 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!