https://www.cnblogs.com/cnsdhzzl/p/12586711.html 参考地址 安装有趣的命令sl(跑火车) 1.更新yum源 yum -y update 2.尝试安装sl yum install sl 执行yum命令时会去centos镜像查找sl包,但是镜像中没有sl包 ...
分类:
其他好文 时间:
2021-04-24 13:20:13
阅读次数:
0
快速安装体验 build git clone https://github.com/RedisBloom/RedisBloom.git cd redisbloom make 以上命令会生成redisbloom.so文件 动态load redisbloom # MODULE LOAD /redisbl ...
分类:
其他好文 时间:
2021-04-24 13:18:45
阅读次数:
0
参考 https://www.cnblogs.com/wj-1314/p/10291284.html 一句话概括 在n维度空间中取距离目标点最近的K个样本,如果是分类问题,按照多数投票法取分类结果 如果是回归问题,取平均值 根据二分法衍生出来的K-D(K-Dimension K维度)算法可以加速KN ...
分类:
其他好文 时间:
2021-04-24 11:57:18
阅读次数:
0
一、JDK下载及安装 1、从这个链接下载jdk文件,我的是WIN2016 X64位系统。下载需要oracle官网账号,如没有的话,注册一个即可。 https://www.oracle.com/java/technologies/javase-jdk8-downloads.html 2、下载完成后点击 ...
sqlmap常用命令总结:注意:命令为kali linux中运行的 (windows中用python qlmap.py执行)1#、注入六连:1. sqlmap -u "http://www.xx.com?id=x" 【查询是否存在注入点2. --dbs 【检测站点包含哪些数据库3. --curren ...
分类:
数据库 时间:
2021-04-23 11:57:42
阅读次数:
0
canal源码及安装下载 https://github.com/alibaba/canal/releases canal(基于mysql数据库binlog的增量订阅&消费) - 简书 https://www.jianshu.com/p/6299048fad66 使用 Binlog 和 Canal 从 ...
分类:
数据库 时间:
2021-04-23 11:55:58
阅读次数:
0
IPFS搜索引擎 https://ipfs-search.com/ https://www.ipse.io/ IPFS浏览 https://explore.ipld.io/ IPFS应用 https://github.com/ipfs/ipfs-desktop IPFS文件CID分享列表(可直接用I ...
分类:
其他好文 时间:
2021-04-23 11:52:01
阅读次数:
0
linux shell脚本中流程控制语句 if、for、while、case 1、if语句 [root@centos7 test2]# ls test.sh [root@centos7 test2]# pwd /home/test2 [root@centos7 test2]# cat test.sh ...
分类:
系统相关 时间:
2021-04-22 16:20:40
阅读次数:
0
Spring解决循环依赖的问题 // 业务开发中经常这么写,field注入、setter注入都OK,但是构造器注入会报错BeanCurrentlyInCreationException // 有这种循环依赖问题存在Spring却依然能够正常启动工作,为什么?Spring帮我们搞定了:三级缓存 @Se ...
分类:
编程语言 时间:
2021-04-22 16:18:40
阅读次数:
0
Information & Data Overview - Essential Project Documentation https://enterprise-architecture.org/docs/information_architecture/information_and_data_o ...
分类:
Web程序 时间:
2021-04-22 16:18:10
阅读次数:
0