码迷,mamicode.com
首页 >  
搜索关键字:jira wiki    ( 6249个结果
WooYun-2015-110216(ElasticSearch写入webshell漏洞)
ElasticSearch写入webshell漏洞 漏洞描述 1.漏洞编号:WooYun-2015-110216 2.影响版本:1.5.x以前 3.漏洞产生原因: 参考文章: 参考文章: http://cb.drops.wiki/bugs/wooyun-2015-0110216.html ## 原理 ...
分类:Web程序   时间:2021-02-17 14:12:00    阅读次数:0
Bug下载工具链接
禅道下载链接: https://www.zentao.net/ jira 的下载网站 https://www.atlassian.com/software/jira/update ...
分类:其他好文   时间:2021-02-10 13:30:30    阅读次数:0
Redisson的简单使用
在之前的项目中分布式锁和限流是基于redis进行的,分布式锁基于setnx和expire命令实现,也可以基于lua脚本实现。限流是采用固定时间窗算法进行的。 最近了解到redisson这个工具类,而且基于其分布式锁的实现是比较常见的,简单研究下其使用。 官网:wiki地址 https://githu ...
分类:其他好文   时间:2021-02-02 11:13:05    阅读次数:0
李超线段树
参考: https://oi-wiki.org/ds/li-chao-tree/ 例题: P4097 [HEOI2013]Segment #include<bits/stdc++.h> #define db double const int p=39989; using namespace std; ...
分类:其他好文   时间:2021-01-18 11:39:35    阅读次数:0
Answers For HDLbits - Verilog Language_Procedures
链接https://hdlbits.01xz.net/wiki/Alwaysblock1 (1)Alwaysblock1 module top_module( input a, input b, output wire out_assign, output reg out_alwaysblock ) ...
分类:其他好文   时间:2021-01-18 10:48:31    阅读次数:0
如何使用好Golang的错误处理机制
golang没有提供try-catch类似的错误处理机制,在设计层面采用了C语言风格的错误处理,通过函数返回值返回出错的错误信息,具体样例如下: func ReturnError() (string, error) { return "", fmt.Errorf("Test Error") } fu ...
分类:其他好文   时间:2021-01-16 12:06:01    阅读次数:0
一、redisson实现分布锁
参考官网文档: https://github.com/redisson/redisson 查看配置详细信息: https://github.com/redisson/redisson/wiki/Table-of-Content #step1 redisson知识: 一,可重用锁(Reentrant ...
分类:其他好文   时间:2021-01-12 10:58:48    阅读次数:0
3D Slicer Scripted Module
1.循序渐进的脚本模块 脚本模块是采用Python编写的。 1.1 使用ModuleWizard的模板创建Scripted Module 参考: https://na-mic.org/wiki/2013_Project_Week_Breakout_Session:Slicer4Python http ...
分类:其他好文   时间:2021-01-07 12:24:59    阅读次数:0
GISOO通信
GISOO通信-- https://github.com/araujokth/kth-gisoo/wiki/Installing-GISOO 简介 GISOO代表Simulink和COOja的图形集成,并且名称代表GISOO中的每个模拟应该包括两个模拟的组合,一个在Cooja中,另一个在Simuli ...
分类:其他好文   时间:2021-01-05 11:31:55    阅读次数:0
08.SpringCloud Gateway (新一代网关)
1.概述 基本说明 官网 上一代网关 zuul https://github.com/Netflix/zuul/wiki 当前gateway https://cloud.spring.io/spring-cloud-static/spring-cloud-gateway/2.2.1.RELEASE/ ...
分类:编程语言   时间:2021-01-05 10:55:55    阅读次数:0
6249条   上一页 1 2 3 4 5 6 ... 625 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!