码迷,mamicode.com
首页 >  
搜索关键字:specific    ( 1538个结果
java.lang.IllegalArgumentException: An invalid domain [.test.com] was specified for this cookie
https://blog.csdn.net/cml_blog/article/details/52135115 当项目中使用单点登录功能时,通常会使用cookie进行信息的保存,这样就可以在多个子域名上存取用户信息。 比如有三个domain分别为test.com,cml.test.com,b.tes ...
分类:编程语言   时间:2019-01-11 14:14:27    阅读次数:326
linux提权辅助工具(四):LinEnum.sh
来自:https://raw.githubusercontent.com/rebootuser/LinEnum/master/LinEnum.sh ...
分类:编程语言   时间:2019-01-10 13:11:56    阅读次数:199
java 添加一组元素
在java包中的Arrays和Collection类中都有很多实用方法,可以在一个Collection中添加一组元素,Array.asList()方法接受一个数组或是一个用逗号分隔的元素列表(使用可变参数),并将其转化为一个List对象,Collections.addAll()方法接受一个Colle ...
分类:编程语言   时间:2019-01-09 23:31:02    阅读次数:205
面试题之redis的过期时间原理
1、消极方法:每次访问key时判断key是否已经过期; 2、积极方法;周期性的从设置了过期时间的key中选择一部分的key进行删除 a、随机测试20个带有timeout信息的key b、如果超过25%的key被删除,则重复执行整个流程 以下是redis官网原文 Specifically this i ...
分类:其他好文   时间:2019-01-06 10:44:53    阅读次数:255
(USB HID) In/Out Report 收發 Function
在紀錄 In/Out Report 收發之前先來看一下一個struct 這邊有特別註解 Control Endpoint, Class Specific Endpoint,理解翻譯就是Control Endpoint 即是所謂的Endpoint 0 在USB協定中,一定是透過Endpoint 0,而 ...
分类:其他好文   时间:2019-01-04 22:36:18    阅读次数:351
leetcode第一题(easy)
第一题:题目内容 Given an array of integers, return indices of the two numbers such that they add up to a specific target. You may assume that each input woul ...
分类:其他好文   时间:2019-01-03 22:41:15    阅读次数:179
Elasticsearch Query DSL备忘(1)(Constant score query和Bool Query)
Query DSL (Domain Specific Language),基于json的查询方式 1、Constant score query,常量分值查询,目的就是返回指定的score,一般都结合filter使用,因为filter context忽略score。 2、bool query,布尔查询 ...
分类:其他好文   时间:2018-12-31 00:00:47    阅读次数:335
Web | DOM基本操作
基本概念 文档对象模型 (DOM) 是HTML和XML文档的编程接口。它提供了对文档的结构化的表述,并定义了一种方式可以使程序对该结构进行访问,从而改变文档的结构,样式和内容。DOM 将文档解析为一个由节点和对象(包含属性和方法的对象)组成的结构集合。简言之,它会将web页面和脚本语言连接起来 一个 ...
分类:Web程序   时间:2018-12-29 01:10:33    阅读次数:262
在linux上部署多个tomcat
1、vim /etc/profile 2、刷新配置文件 source /etc/profile 3、修改tomcat/bin/catalina.sh (1) 查找#OS specific support. $var _must_ be set to either true or false. (2) ...
分类:系统相关   时间:2018-12-27 18:35:30    阅读次数:196
leetcode 1. Two Sum
Given an array of integers, return indices of the two numbers such that they add up to a specific target. You may assume that each input would have ex ...
分类:其他好文   时间:2018-12-26 11:36:54    阅读次数:75
1538条   上一页 1 ... 28 29 30 31 32 ... 154 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!