码迷,mamicode.com
首页 >  
搜索关键字:similar    ( 531个结果
如何在windows上运行linux命令
1. 安装 git bash 点我去git-scm官网 2. 安装 Cygwin 点我去Cygwin官网 Cygwin is: a large collection of GNU and Open Source tools which provide functionality similar to ...
分类:Windows程序   时间:2020-12-29 10:57:41    阅读次数:0
css scoped和moudle
scoped css 官方文档 缺点 一、如果用户在别处定义了相同的类名,也许还是会影响到组件的样式。 二、根据css样式优先级的特性,scoped这种处理会造成每个样式的权重加重了: 即理论上我们要去修改这个样式,需要更高的权重去覆盖这个样式。 所以在引用包含scoped的第三方插件时如若需要修改 ...
分类:Web程序   时间:2020-12-28 11:45:45    阅读次数:0
Postdoc inquiry email
Dear Prof. X I am XX, a Ph.D. candidate in the XX group of YY University, which is under the supervision of Prof. ZZ.I am about to finish my Ph.D. stu ...
分类:其他好文   时间:2020-12-23 12:24:19    阅读次数:0
Django-初阶实例
调用本地css文件的方法 setting.py里面的内容 import os # Build paths inside the project like this: os.path.join(BASE_DIR, ...) BASE_DIR = os.path.dirname(os.path.dirn ...
分类:其他好文   时间:2020-11-08 16:56:15    阅读次数:21
python智能图片识别系统(图片切割、图片识别、区别标识)
@(目录) 技术介绍 你好! python flask图片识别系统使用到的技术有:图片背景切割、图片格式转换(pdf转png)、图片模板匹配、图片区别标识。 运行效果 第一组: 图片1: 图片2: 开始上传: 上传成功、图片预览: (emmm..抱歉图片大小未处理,有点大哈) 识别效果: 成功了。。 ...
分类:编程语言   时间:2020-08-13 22:20:21    阅读次数:92
转:locality sensitive hashing
Motivation The task of finding nearest neighbours is very common. You can think of applications like finding duplicate or similar documents, audio/vid ...
分类:其他好文   时间:2020-07-29 10:07:50    阅读次数:68
[Elasticsearch]3.信息输出: 搜索分析
Elasticsearch除了支持单个词的查询,还支持语句查询、相似查询、前置匹配查询还支持提供自动补全建议.就问你功能强大不强大?
分类:其他好文   时间:2020-07-10 16:53:10    阅读次数:62
Spring Boot + Spring Security + JWT + MySQL + React Full Stack Polling App - Part 1
Hello and Welcome to the first part of an exciting series of blog posts where you will learn how to build an end-to-end full stack polling app similar ...
分类:移动开发   时间:2020-07-08 19:54:59    阅读次数:69
线网环境如何删除大表
线网环境如何删除大表 周万春 比如一张大表,底层ibd文件大约是50G-100G,或者你理解成一张大表200G以上吧。哈哈!!! 利用硬链接和truncate降低drop table对线上环境的影响 在drop table的时候,所有进程不管是DDL还是DML都被hang起,直到drop结束才继续执 ...
分类:其他好文   时间:2020-06-23 19:33:05    阅读次数:90
IfcElementCompositionEnum
此枚举指示空间结构元素或代理的组成。IFC2x中增加的新枚举 ConstantDescription COMPLEX A group or aggregation of similar elements. ELEMENT An (undivided) element itself. PARTIAL ...
分类:编程语言   时间:2020-06-15 10:28:07    阅读次数:63
531条   上一页 1 2 3 4 ... 54 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!