码迷,mamicode.com
首页 >  
搜索关键字:without    ( 3201个结果
nginx 工作原理总结
1. Nginx的模块与工作原理 Nginx由内核和模块组成,其中,内核的设计非常微小和简洁,完成的工作也非常简单,仅仅通过查找配置文件将客户端请求映射到一个location block(location是Nginx配置中的一个指令,用于URL匹配),而在这个location中所配置的每个指令将会启 ...
分类:其他好文   时间:2019-10-27 14:38:36    阅读次数:67
使用nginx给网站添加身份认证
使用nginx给网站添加身份认证 basic auth 默认情况下nginx已经安装了ngx_http_auth_basic_module模块,如果不需要这个模块,可以加上 without http_auth_basic_module 。 nginx basic auth指令 语法: auth_ba ...
分类:Web程序   时间:2019-10-26 01:25:59    阅读次数:321
39. Combination Sum
Given a set of candidate numbers (candidates) (without duplicates) and a target number (target), find all unique combinations in candidates where the ...
分类:其他好文   时间:2019-10-19 20:30:00    阅读次数:89
SAP采购总价、净价、有效价的理解
本文链接:https://blog.csdn.net/kangliujie/article/details/75048239SAP自己定义的三种价格,Gross Price总价,Net Price净价,Effective Price有效价.Gross price总价Price without tak ...
分类:其他好文   时间:2019-10-16 09:46:59    阅读次数:144
精简DOCKER环境
docker system prune -a WARNING! This will remove: - all stopped containers - all networks not used by at least one container - all images without at l ...
分类:其他好文   时间:2019-10-16 00:17:16    阅读次数:75
IMU入门与应用
视频 【泡泡机器人公开课】第八课:MEMS IMU的入门与应用-胡佳兴 标定论文 A robust and easy to implement method for IMU calibration without external equipments 标定demo https://bitbucke ...
分类:其他好文   时间:2019-10-15 16:18:29    阅读次数:112
从 JVM 视角看看 Java 守护线程
Java 多线程系列第 7 篇。 这篇我们来讲讲线程的另一个特性:守护线程 or 用户线程? 我们先来看看 方法的注释,如下所示。 1. Marks this thread as either a daemon thread or a user thread. 2. The Java Virtual ...
分类:编程语言   时间:2019-10-15 10:17:04    阅读次数:101
solr添加中文IK分词器,以及配置自定义词库
Solr是一个基于Lucene的Java搜索引擎服务器。Solr 提供了层面搜索、命中醒目显示并且支持多种输出格式(包括 XML/XSLT 和 JSON 格式)。它易于安装和配置,而且附带了一个基于HTTP 的管理界面。Solr已经在众多大型的网站中使用,较为成熟和稳定。Solr 包装并扩展了Luc ...
分类:其他好文   时间:2019-10-12 22:23:57    阅读次数:131
Mysql报警告:WARN: Establishing SSL connection
Mysql报警告:WARN: Establishing SSL connection 警告信息 Tue Oct 08 12:33:26 CST 2019 WARN: Establishing SSL connection without server's identity verification ...
分类:数据库   时间:2019-10-08 14:40:23    阅读次数:232
算法天天练1:计算最长子串
问题描述:计算一个字符串的最长子串的长度,子串不允许包含重复字符 ...
分类:编程语言   时间:2019-10-08 10:59:07    阅读次数:94
3201条   上一页 1 ... 23 24 25 26 27 ... 321 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!