码迷,mamicode.com
首页 >  
搜索关键字:vim find bash 文件系统    ( 67398个结果
【问题解决】SpringBoot工程无法找到父依赖 parent-pom Failure to find com.xxx:parent-pom:pom:1.0.0.RELEASE
总结下碰到的BUG,之前遇到忘记记录下来,导致又进行了重复无用的搜索定位解决BUG操作。 问题:Non-resolvable parent POM for com.alili:base-model:[unknown-version]: Failure to find com.alili:parent ...
分类:编程语言   时间:2021-06-10 17:48:24    阅读次数:0
mysql备份脚本
#!/bin/bash# 设置mysql的登录用户名和密码(根据实际情况填写)mysql_user="root"mysql_password="skyland"mysql_host="10.230.130.10"mysql_port="3306"mysql_charset="utf8mb4" # 备 ...
分类:数据库   时间:2021-06-10 17:38:08    阅读次数:0
Git Bash输错账号密码如何重新输入
Git Bash输错账号密码如何重新输入 很多时候我们容易在Git Bash操作的时候,不慎输入错误的用户名或密码,此时一直提示: remote: Incorrect username or password ( access token ) 解决办法: 1.打开控制面板(快捷打开win+R,输入c ...
分类:其他好文   时间:2021-06-09 15:33:00    阅读次数:0
mongodb find sort limit batchsize操作
find()后sort排序报错: 在使用node.js+mongodb开发的后端项目,在查询时,使用了排序,出现如下报错 Mongodb: Sort operation used more than the maximum 33554432 bytes of RAM1Mongodb的sort操作是把 ...
分类:数据库   时间:2021-06-08 23:44:06    阅读次数:0
Tidb 主机系统参数优化shell
#!/bin/bash#echo "vm.swappiness = 0">> /etc/sysctl.confswapoff -a && swapon -asysctl -psystemctl stop firewalld.servicesystemctl disable firewalld.ser ...
分类:数据库   时间:2021-06-08 23:43:55    阅读次数:0
【BugFix】K8S节点NOT READY状态,错误信息:network plugin is not ready: cni config uninitialized
错误现象 runtime network not ready: NetworkReady=false reason:NetworkPluginNotReady message:docker: network plugin is not ready: cni config uninitialized ...
分类:Web程序   时间:2021-06-08 23:40:55    阅读次数:0
python selenium 获取xlink元素内容
for link in driver.find_elements_by_css_selector("tr:nth-child(1) > td.taskStatus use"): assert_status = link.get_attribute('xlink:href') print(assert ...
分类:编程语言   时间:2021-06-07 20:49:35    阅读次数:0
python selenium 获取元素列表的长度
rows = driver.find_elements_by_css_selector('div.wrapper>ul.list>li')logger.info(len(rows)) ...
分类:编程语言   时间:2021-06-07 20:41:35    阅读次数:0
Unable to connect to Redis; nested exception is io.lettuce.core.RedisConnectionException:解决方法
1.在自己的服务器中找到redis的配置文件 redis.conf 使用命令vi redis.conf或vim redis.conf ...
分类:其他好文   时间:2021-06-07 20:35:04    阅读次数:0
安装docker遇到的坑 Could not resolve host: download.docker.com
vim /etc/sysconfig/network-scripts/ifcfg-ens33 增加如下内容 DNS1=8.8.8.8 DNS2=114.114.114.114 PEERDNS="no" 重启网络 service network restart ...
分类:其他好文   时间:2021-06-07 20:27:38    阅读次数:0
67398条   上一页 1 ... 11 12 13 14 15 ... 6740 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!