常用命令150:1,echo打印,-e处理转义字符如\n换行(\ttab键)echo-e"han\nwei\nkang">3.txt-n不换行输出2,netstat-lntup查看监听端口状态3,xargs从标准输入读入创建执行命令。-n1接数字分组4,man接命令查看所有参数帮助5,find查找-type文件类型f(file)d(directory)c(characte
分类:
其他好文 时间:
2020-04-15 11:00:55
阅读次数:
62
有的时候,dubbo的消费者不需要配置数据源; 在子项目引入父项目依赖的时候 同时引入了自动配置数据源的依赖,有没有配置数据源的时候,就会报错; 两种解决方法: 如果不需要配置数据源,又需要使用依赖,可以使用第一种方法 1. 取消数据源的自动配置; 2. 不引入数据源的依赖,或者排除 ...
分类:
Web程序 时间:
2020-04-15 09:15:52
阅读次数:
82
Given two binary trees original and cloned and given a reference to a node target in the original tree. The cloned tree is a copy of the original tree ...
分类:
其他好文 时间:
2020-04-15 09:14:36
阅读次数:
74
问题 Github克隆项目的时候报如下错: git@github.com: Permission denied (publickey). fatal: Could not read from remote repository. Please make sure you have the corre ...
分类:
其他好文 时间:
2020-04-15 00:27:41
阅读次数:
82
题目描述 在一个二维数组中(每个一维数组的长度相同),每一行都按照从左到右递增的顺序排序,每一列都按照从上到下递增的顺序排序。请完成一个函数,输入这样的一个二维数组和一个整数,判断数组中是否含有该整数。 public class Solution { public boolean Find(int ...
分类:
编程语言 时间:
2020-04-14 22:55:44
阅读次数:
75
首先,今天下午对OneloT项目进行试图修改,我向在在线的时候先将接口中的数据缓存到本地,通过文件写入的方式,但是没有成功,捣鼓了一会。重新启动浏览器,发现命令行报错,error cannot find module less-loader; (1)此问题属于插件问题,vue-cli 运行未找到相关 ...
分类:
其他好文 时间:
2020-04-14 22:39:02
阅读次数:
114
Time Limit: 2 sec / Memory Limit: 1024 MB ps:我的vector需要加强,用错了。 Problem Statement We have a string SS of length N consisting of R, G, and B. Find the n ...
分类:
其他好文 时间:
2020-04-14 20:41:36
阅读次数:
78
一、鼠标操作 1.1鼠标的悬停操作,move_to_element from selenium import webdriver from selenium.webdriver.common.action_chains import ActionChains action=ActionChains( ...
分类:
Web程序 时间:
2020-04-14 20:37:21
阅读次数:
106
搭建Android环境的时候遇到 'could not find adb.exe!'的问题 如果是在的C:\android-sdk-windows\tools目录下并没有adb.exe这个可执行文件。并且当打开Eclipse时,有关Android的插件会报错。这时你就应该这样做: 首先,改一下系统的 ...
分类:
移动开发 时间:
2020-04-14 18:52:11
阅读次数:
224
The headers or library files could not be found for jpeg, a required dependency when compiling Pillow from source. Please see the install instructions ...
分类:
其他好文 时间:
2020-04-14 12:45:40
阅读次数:
224