#in

Linux各个版本的系统安装docker

Ubuntu/Debian删除之前安装的dockerapt-getremovedockerdocker-enginedocker.io安装依赖apt-getinstallapt-transport-httpsca-certificatescurlgnupg2software-properties-common添加信任的...

springBoot required a bean of type org.springframework.data.redis.core.RedisTemplate

springBoot启动报错: requiredabeanoftype'org.springframework.data.redis.core.RedisTemplate'     产生这个问题的原因是:系统启动的时候没有扫描到这个RedisT...

logback报错:ERROR in ch.qos.logback.core.joran.conditional.IfAction

报错信息如下Loggingsystemfailedtoinitializeusingconfigurationfrom'null'java.lang.IllegalStateException:Logbackconfigurationerrordetected: ERRORinch.qos.l...

Linux系统的source命令

一、命令介绍    source命令在Linux和其他Unix-like系统中用于在当前shell会话中读取并执行指定文件中的命令。这意味着,当你使用source命令运行一个脚本时,该脚本中的变量、函数和其他shell特性都会在当前shell会话中生效,而不仅仅是在子shell中...
开发笔记 ·2024-07-11

linux snmpget命令

Linux中的SNMP命令主要用于配置和管理SNMP服务。以下是一些常用的SNMP命令:1.snmpget:用于从SNMP代理获取一个或多个变量的值。语法如下:“`snmpget[OPTIONS]AGENT[OID]“`例如,获取主机上系统描述符的值:“`snmpget-v2c-cp...
开发笔记 ·2024-07-10

常见的600条linux指令

1、基本命令 uname-m显示机器的处理器架构uname-r显示正在使用的内核版本dmidecode-q显示硬件系统部件(SMBIOS/DMI)hdparm-i/dev/hda罗列一个磁盘的架构特性hdparm-tT/dev/sda在磁盘上执行测试性读取操作系统信息arch显示机器的处理器架构uname-m...
开发笔记 ·2024-07-10

A JSONObject text must begin with { at 1 [character 2 line 1]

今天调用一个接口,返回的是json数据,但是拿到数据进行转换的报错,JSONObjectresultJson=newJSONObject(resuStr);报错信息是:Exceptioninthread"main"org.json.JSONException:AJSONObjecttextmustb...

linux 设置用户的有效期

linux默认创建的用户的有效期限都是永久的1)创建账号user1useradduser1-d/home/user1-s/sbin/nologinchage-luser1查看用户的到期时间情况#修改系统用户的时间usermod-e"到期时间"username#设置帐号的有效期usermod-e'2023-12-31'u...
开发笔记 ·2024-07-10

mysql innodb 独立表空间 innodb_file_per_table

5.6.6以上版本默认开启my.cnfinnodb_file_per_table=ON;命令行setglobalinnodb_file_per_table=ON;查看showvariableslike'%per_table%';...

docker redis警告处理 WARNING Memory overcommit must be enabled; vm.overcommit_memory = 1

提示信息WARNINGMemoryovercommitmustbeenabled!Withoutit,abackgroundsaveorreplicationmayfailunderlowmemorycondition.Beingdisabled,itcanalsocausefailureswithoutlowmemo...

linux curl操作命令

curl参数-X:方法(GET/POST/PUT/UPDATE/DELETE/OPTIONS/…)-H:这里可以写登录认证的token等-d:参数,json:‘“name”:”joke”‘,普通参数:‘id=1&rsquo...
开发笔记 ·2024-07-09

mongo5报错: WARNING: MongoDB 5.0+ requires a CPU with AVX support, and your current system does not appear to have that!

错误提示WARNING:MongoDB5.0+requiresaCPUwithAVXsupport,andyourcurrentsystemdoesnotappeartohavethat!原因mongodb5需要AVX的cpu指定集,当前的cpu太旧或者没有开启.解决办法降低mongodb的版本(使用4.x的版的mon...

nginx location 校验文件特殊添加方法

server{....location/335774.txt{alias/data/www/335774.txt;}location/3351327774.txt{alias/dataN/www/default/3351327774.txt;}location/3351327774.txt{alias./3351327...

linux lnmp安装

在线安装https://lnmp.org/install.htmldebian安装lnmp#方法一screen安装apt-getinstallscreen-yscreen-Slnmpcd/usr/local/src/#方法二源码安装#wgethttp://soft.vpser.net/lnmp/lnmp1.8.tar....
开发笔记 ·2024-07-09

winscp常用配置

putty如何自动输入密码winscp:打开:选项-选项左侧:集成-应用程序(倒数第4个)右侧:记住会话密码并传给puTTY(SSH)(R)选上显示隐藏文件ctrl+Alt+Hputty修改窗口大小#修改putty打开的默认大小切换到选项-集成-应用程序找到程序目录%ProgramFiles%PuTTYputty.ex...
开发笔记 ·2024-07-09
首页上一页...7891011...下一页尾页