logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

踩坑:centos7修改root密码

一、点击开启虚拟机在启动的时候按 ↑ 或 ↓,目的是告知引导程序,我们需要在引导页面选择不同的操作,以便让引导程序暂停。按键盘 e 键,进入编辑模式,找到 linux16 的那一行。将光标一直移动到 LANG=en_US.UTF-8 后面,空格,再追加 init=/bin/sh。这里特别注意,需要写在UTF-8后,保持再同一行,并注意空格。由于屏幕太小,会自动添加\换行,这个是正常的。二 、按下C

#linux#centos
com.alibaba.fastjson.JSONException: syntax error, expect {, actual [, pos 0, fastjson-version 1.2.62

报这个错误的原因是因为使用FastJsonUtils.convertJsonToObject进行转换的时候放入的值是一个集合(list),而取得时候确实对象。String str = (String) redisTemplate.opsForValue().get("categoriesList");jsonBean.setData(FastJsonUtils.convertJsonToObj..

#java
vue使用 element lable的样式修改

1.去掉style中的scoped<style scoped></style>2.在对应el-form-item的label属性中加入class样式<el-form-item label="用户名" class="item"><el-input v-model="ruleForm.username" placeho...

vue使用 element lable的样式修改

1.去掉style中的scoped<style scoped></style>2.在对应el-form-item的label属性中加入class样式<el-form-item label="用户名" class="item"><el-input v-model="ruleForm.username" placeho...

vue中<div>不能占满整个屏幕

1. css中设置div的样式position:fixed;及height:100%,width:100%&lt;template&gt;&lt;div class="html body"&gt;&lt;/template&gt;.html{background:url('../img/bg.jpg') repeat center top #826e79;height: ...

vue使用axios发送get、post请求

在使用axios前,确保安装了axios,以及在main.js中导入并使用了npm install axiosimport axios from 'axios'import VueAxios from 'vue-axios'Vue.use(VueAxios,axios);1.axios发送get请求var url = "http://localhost:8080/personblo...

centos7安装mysql

1.下载MySQL mysql-5.7.24-1.el7.x86_64.rpm-bundle.tar2.在/usr创建文件夹mkdir mysql3.解压tar -xvf mysql-5.7.24-1.el7.x86_64.rpm-bundle.tar -C mysql4.安装cd mysqlrm -f mysql-community-server-minimal-5.7.24...

#centos#mysql#java
到底了