11 2020 档案

C# “国密加密算法”SM系列的C#实现方法 - 修改版
摘要:https://www.jianshu.com/p/7a4c8b75c7cf C# “国密加密算法”SM系列的C#实现方法 - 修改版 第二沦陷区关注 0.0962018.08.28 15:51:40字数 135阅读 4,025 http://www.zhimengzhe.com/biancheng 阅读全文

posted @ 2020-11-28 22:29 四海骄阳 阅读(808) 评论(1) 推荐(0) 编辑

DMZ讲解
摘要:https://blog.csdn.net/ever_peng/article/details/80202812 DMZ全称: (Demilitarized Zone)隔离区,也称非军事化区,与军事区和信任区相对应。 拓扑图 非军事区(DMZ): 不信任系统提供服务的孤立网段,其目的是把敏感的内部网 阅读全文

posted @ 2020-11-28 08:35 四海骄阳 阅读(1886) 评论(0) 推荐(0) 编辑

java 判断字符串是否为json格式
摘要:https://blog.csdn.net/u012799495/article/details/107047033 java 判断字符串是否为json格式 import com.alibaba.fastjson.JSONArray; import com.alibaba.fastjson.JSON 阅读全文

posted @ 2020-11-27 15:20 四海骄阳 阅读(18979) 评论(0) 推荐(0) 编辑

SM4加密算法实现Java和C#相互加密解密
摘要:https://www.cnblogs.com/miaoziblog/p/9040473.html 近期由于项目需要使用SM4对数据进行加密,然后传给Java后台,Java后台使用的也是SM4的加密算法但是就是解密不正确,经过一步步调试发现Java中好多数据类型与C#的相同的数据类型是存在不同的比如 阅读全文

posted @ 2020-11-26 13:36 四海骄阳 阅读(1782) 评论(0) 推荐(0) 编辑

Druid出现DruidDataSource - recyle error - recyle error java.lang.InterruptedException: null异常排查与解决
摘要:https://www.cnblogs.com/lingyejun/p/9064114.html 一、问题回顾 线上的代码之前运行的都很平稳,突然就出现了一个很奇怪的问题,看错误信息是第三方框架Druid报出来了,连接池回收连接时出现的问题。 1 2 3 4 5 6 7 8 9 10 11 12 1 阅读全文

posted @ 2020-11-26 10:23 四海骄阳 阅读(3123) 评论(0) 推荐(0) 编辑

Kibana详细入门教程
摘要:https://www.cnblogs.com/chenqionghe/p/12503181.html?utm_source=tuicool&utm_medium=referral Kibana详细入门教程 目录 一、Kibana是什么 二、如何安装 三、如何加载自定义索引 四、如何搜索数据 五、如 阅读全文

posted @ 2020-11-25 14:11 四海骄阳 阅读(856) 评论(0) 推荐(0) 编辑

Python爬取食品商务网蔬菜价格数据,看看蔬菜最近的价格情况
摘要:https://blog.csdn.net/m0_48405781/article/details/108640273 https://blog.csdn.net/fei347795790/article/details/108625560 前言 蔬菜是指可以做菜、烹饪成为食品的一类植物或菌类,蔬菜 阅读全文

posted @ 2020-11-24 10:27 四海骄阳 阅读(464) 评论(0) 推荐(0) 编辑

用Python爬取某蔬菜网的行情,分析底哪个地区的蔬菜便宜
摘要:https://www.cnblogs.com/hhh188764/p/13556807.html 前言 夏季到来,合理饮食很关键。夏季的饮食讲究清淡,多吃蔬菜有利于养生。那么哪个地区的蔬菜批发价格要便宜一些呢?让我们用Python爬取某蔬菜网的行情价格,来分析下,到底哪个地区的蔬菜,要更便宜一些。 阅读全文

posted @ 2020-11-24 10:25 四海骄阳 阅读(948) 评论(1) 推荐(0) 编辑

ES启动失败;java.lang.IllegalStateException: No factory method found for class org.apache.logging.log4j.c
摘要:https://blog.csdn.net/qq_41725214/article/details/95904502?utm_medium=distribute.pc_relevant.none-task-blog-searchFromBaidu-1.control&depth_1-utm_sour 阅读全文

posted @ 2020-11-23 09:26 四海骄阳 阅读(1048) 评论(0) 推荐(0) 编辑

ELK 5.0 组件后台启动
摘要:elasticsearch 后台启动,只需要 在bin目录下执行: ./elasticsearch -d 查看是否启动成功使用: ps aux|grep elasticsearch kibana 后台启动命令: nohup bin/kibana & logstash部署到服务器后台启动命令在logs 阅读全文

posted @ 2020-11-17 13:30 四海骄阳 阅读(119) 评论(0) 推荐(0) 编辑

linux中/etc/security/limits.conf配置文件说明
摘要:https://www.jianshu.com/p/47336fcd22da https://blog.csdn.net/weixin_33978044/article/details/90591334 查看tomcat打开数 lsof -p $pid|wc -l linux资源限制配置文件是/et 阅读全文

posted @ 2020-11-16 15:39 四海骄阳 阅读(1231) 评论(0) 推荐(0) 编辑

elasticsearch启动常见错误
摘要:elasticsearch启动问题汇总 问题出现环境,OS版本:CentOS-7-x86_64-Minimal-1708;ES版本:elasticsearch-6.2.2。 1、max file descriptors [4096] for elasticsearch process is too 阅读全文

posted @ 2020-11-16 15:34 四海骄阳 阅读(484) 评论(0) 推荐(0) 编辑

ES系列:解决Exception in thread “main” java.nio.file.AccessDeniedException: /usr/local/elasticsearch
摘要:elasticsearch用户没有该文件夹的权限(用户是es),执行命令 chown -R es:es /usr/local/elasticsearch/ 阅读全文

posted @ 2020-11-16 14:31 四海骄阳 阅读(5315) 评论(0) 推荐(0) 编辑

ELK6.3.2搭建配置文件篇(filebeat版)
摘要:https://zhuanlan.zhihu.com/p/161007340 应用下载地址 Elasricsearch版本:6.3.2 ,下载地址:https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-6.3.2.zip 阅读全文

posted @ 2020-11-16 08:55 四海骄阳 阅读(207) 评论(0) 推荐(0) 编辑

Linux:sudo,没有找到有效的 sudoers 资源。
摘要:https://blog.csdn.net/llh_1178/article/details/58606179 第一次遇到这个问题时,自己误打误撞解决了。但是,当第二次遇到的时候,却不知道怎么办才好了。所以,百度 Google 了一下,加上自己总结知道了解决的办法。 首先,这是因为用户的权限不够导致 阅读全文

posted @ 2020-11-14 22:55 四海骄阳 阅读(1540) 评论(0) 推荐(0) 编辑

Filebeat安装及使用
摘要:https://blog.csdn.net/dwyane__wade/article/details/80169051 LogStash 插件 使用 https://blog.csdn.net/wyqlxy/article/details/52622867 Filebeat简介 Filebeat由两 阅读全文

posted @ 2020-11-14 20:57 四海骄阳 阅读(1381) 评论(0) 推荐(0) 编辑

elk + filebeat,6.3.2版本简单搭建,实现我们自己的集中式日志系统
摘要:https://www.cnblogs.com/youzhibing/p/9553758.html 前言 刚从事开发那段时间不习惯输出日志,认为那是无用功,徒增代码量,总认为自己的代码无懈可击;老大的叮嘱、强调也都视为耳旁风,最终导致的结果是我加班排查问题,花的时间还挺长的,要复现问题、排查问题等, 阅读全文

posted @ 2020-11-13 18:29 四海骄阳 阅读(288) 评论(0) 推荐(0) 编辑

pdsh使用
摘要:https://www.cnblogs.com/littlesuccess/p/5101685.html 原文地址:http://bbs.chinaunix.net/thread-2002080-1-1.html 当我们管理数以十计或者更多的集群系统时,往往需要在每台机器上执行同样的命令,或者拷贝同 阅读全文

posted @ 2020-11-12 13:45 四海骄阳 阅读(538) 评论(0) 推荐(0) 编辑

HttpServletRequest 对象通过以下方法来获取请求路径
摘要:https://www.cnblogs.com/pythoncd/articles/12580922.html HttpServletRequest 对象通过以下方法来获取请求路径 //HttpServletRequest 对象通过以下方法来获取请求路径,如下所示:String serverName 阅读全文

posted @ 2020-11-10 16:17 四海骄阳 阅读(1452) 评论(0) 推荐(0) 编辑

CentOS 升级 openSSH+ sh脚本自动运维
摘要:https://www.cnblogs.com/yybrhr/p/9682129.html openSSH作为linux远程连接工具,容易受到攻击,必须更新版本来解决,低版本有如下等漏洞: OpenSSH 远程代码执行漏洞(CVE-2016-10009) OpenSSH auth_password函 阅读全文

posted @ 2020-11-10 10:10 四海骄阳 阅读(522) 评论(0) 推荐(0) 编辑

链接
摘要:https://blog.csdn.net/qq_33229669/article/details/79138556 阅读全文

posted @ 2020-11-10 06:21 四海骄阳 阅读(56) 评论(0) 推荐(0) 编辑

linux本地源#如何挂载本地iso镜像作为本地源
摘要:https://jingyan.baidu.com/article/656db918400eb5a380249c2c.html 使用vmware,搭建linux虚拟机环境,会遇到离线安装linux软件的情况。此时,挂载本地iso镜像,作为linux的本地源,可以轻松安装,必要的linux软件。 本文 阅读全文

posted @ 2020-11-09 18:13 四海骄阳 阅读(2437) 评论(0) 推荐(0) 编辑

Linux中 OpenSSH 输入验证错误漏洞(CVE-2019-16905) 修复解决方案
摘要:https://www.o6c.com/java/2020/11/01/1432.html https://blog.csdn.net/sunmenggmail/article/details/42526117 https://blog.csdn.net/baidu_36209638/article 阅读全文

posted @ 2020-11-09 16:44 四海骄阳 阅读(9065) 评论(0) 推荐(2) 编辑

openssl版本升级
摘要:https://blog.csdn.net/u013165852/article/details/91861125 openssl版本升级 1.查看openssl版本 [root@node2 openssh-8.0p1]# openssl version OpenSSL 1.0.1e-fips 11 阅读全文

posted @ 2020-11-09 15:53 四海骄阳 阅读(852) 评论(0) 推荐(0) 编辑

导航

< 2025年2月 >
26 27 28 29 30 31 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 1
2 3 4 5 6 7 8
点击右上角即可分享
微信分享提示

喜欢请打赏

扫描二维码打赏

了解更多