码迷,mamicode.com
首页 >  
搜索关键字:search    ( 12380个结果
进程锁(互斥锁)
3:# 抢票示例 import json import time from multiprocessing import Process,Lock def search(i): with open('ticket',encoding='utf-8') as f: ticket = json.load ...
分类:系统相关   时间:2020-05-10 12:57:40    阅读次数:73
网页内搜索(1)
专题链接:http://fj.huatu.com/zt/zyml/ <form class="layui-form" action="" onSubmit="return search();"> <div class="layui-form-item"> <div class="layui-inpu ...
分类:Web程序   时间:2020-05-10 01:48:24    阅读次数:100
hgame pwn部分wp
WEEK 1 1,Hard_AAAAA from pwn import* context.log_level = 'debug' sh=remote('47.103.214.163',20000) #sh=process('/home/harmonica/Desktop/hgame/Hard_AAA ...
分类:其他好文   时间:2020-05-09 19:15:08    阅读次数:68
转:JNDI的本质及作用
引自:JNDI的本质及作用 JNDI的一篇文章 前端时间总是在搞不清JNDI到底是干什么,虽然是一值在用,却不知道他最初出现的原因,用来,说不清是用来干什么,下面我相信这篇文章能解开这个迷雾里。 【转贴一篇】 JNDI是 Java 命名与目录接口(Java Naming and Directory ...
分类:其他好文   时间:2020-05-09 18:44:15    阅读次数:61
git,es的基本查询,组合查询,mapping映射,i分词,term和match
git 2 es基本查询 3 es 组合查询 python 多个条件,and ,or ,not 对到es中就是布尔查询,must,should,must_not,filter 1 组合查询之must 查询form gu和age=30的数据 GET lqz/doc/_search { "query": ...
分类:移动开发   时间:2020-05-08 22:43:39    阅读次数:84
C语言总结(自用)
摘了别人的两个思维导图,附上点问题。。。 真不知道C语言如果以面试形式考察会怎么样。。。 下面附图,和原图链接。 图一原文链接 图二原文链接 再来一个:原文链接 ...
分类:编程语言   时间:2020-05-08 18:25:08    阅读次数:60
Binary tree
"Abstract:" In computer science, a binary tree is a tree data structure in which each node has at most two children, which are referred to as the left ...
分类:其他好文   时间:2020-05-08 18:11:11    阅读次数:61
ElasticSearch 7.6中遇到的一些坑
一.限制单个index在单个节点上的总shard数。index.routing.allocation.total_shards_per_node一般在冷热分离的场景种,冷数据会设置副本,热数据为了保证写入速度,只有主分片。当以均衡index中的shard数为目的,设置了该限制后,若冷数据节点数不够,... ...
分类:其他好文   时间:2020-05-08 17:50:24    阅读次数:244
js-event loop
参数为同步回调函数就直接执行同步回调函数 参数为异步回调函数就放入消息队列,等调用栈空了先执行微任务队列,再执行消息队列 promise async await的异步回调函数放入微任务队列,。。。 https://www.bilibili.com/video/BV1kf4y1U7Ln?from=se ...
分类:Web程序   时间:2020-05-07 22:34:08    阅读次数:72
DC-9靶机
仅供个人娱乐 靶机信息 下载地址:http://www.five86.com/downloads/DC-9.zip 一、主机扫描 二、信息收集 三、漏洞查找和利用 发现search的地方可能有sql注入 1' union select 1,2,3,4,5,6# -1' union select 1, ...
分类:其他好文   时间:2020-05-07 19:47:49    阅读次数:111
12380条   上一页 1 ... 63 64 65 66 67 ... 1238 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!