1. 查看虚拟机pascal@pascal-PowerEdge-R620:~/Desktop$ VBoxManage list vms"centos6.9" {98194687-736b-4b70-b902-1decef889cd5}2. 启动虚拟机pascal@pascal-PowerEdge-R ...
分类:
其他好文 时间:
2020-06-13 23:20:23
阅读次数:
78
报错如下: java.sql.SQLException: The server time zone value '?й???????' is unrecognized or represents more than one time zone. You must configure either t ...
分类:
其他好文 时间:
2020-06-13 18:54:41
阅读次数:
73
Description Given a positive integer n, find the number of non-negative integers less than or equal to n, whose binary representations do NOT contain ...
分类:
其他好文 时间:
2020-06-13 17:32:34
阅读次数:
56
今天学习springboot框架的使用,IDEA里一个service的注解报错“Cannot resolve symbol service”。 搜索了很多方法,解决办法是选择file,然后再选择Invalidate Caches/Restart清除缓存并重启IDEA就好了。 原博地址https:// ...
分类:
其他好文 时间:
2020-06-13 12:58:04
阅读次数:
696
构建项目时报错: Cannot resolve com.gexin.platform:gexin-rp-sdk-http:4.1.1.4 gexin-rp-sdk-http:jar:4.1.1.4总是无法下载,百度到的处理方法,记录一下,方便以后查询使用。 解决方式: 修改本地maven/confi ...
分类:
其他好文 时间:
2020-06-13 12:52:38
阅读次数:
346
作为css的预处理less,拥有着比css更快捷方便,扩展了css的变量、Mixin、函数等特性,使 CSS 更易维护和扩展。 如何你已经回使用css,那么less就很容易上手了。如果不使用less.min.js的情况, 介绍如何将less文件转换成css文件。 less编译成css方法一: 使用k ...
分类:
Web程序 时间:
2020-06-13 00:10:42
阅读次数:
123
前言 在shell中,我们可以使用几个简单的符号代替等于、大于、小于、大于等于、小于等于、不等于这几个表达式。特此记录。 正文 6个符号的对应关系如下: -eq (equal) #等于 -gt (greater than) #大于 -lt (less than) #小于 -le (less equa ...
分类:
系统相关 时间:
2020-06-12 20:33:12
阅读次数:
94
单选题 1、在OSI模型中,HTTP协议工作在第()层,交换机工作在第()层。 A、7/3 B、7/2【正确答案】 C、6/3 D、6/2 2、Linux有三个查看文件的命令,若希望在查看文件内容过程中可以用光标上下移动来查看文件内容,应使用命令。 A、cat B、more C、less【正确答案】 ...
分类:
其他好文 时间:
2020-06-12 20:27:37
阅读次数:
1411
docker-compose gives ERROR: Cannot locate specified Dockerfile: Dockerfile Here is how to specify dockerfile. Sorry I cannot do it in comments as form ...
分类:
其他好文 时间:
2020-06-12 19:55:52
阅读次数:
209
一、Sparksql隐式转换时异常描述 Cannot create encoder for Option of Product type, because Product type is represented as a row, and the entire row can not be null ...
分类:
数据库 时间:
2020-06-12 14:59:06
阅读次数:
120