摘要: Mysql常用命令 数据定义语句(DDL) 数据库操作 登录数据库:mysql uroot proot 创建数据库:create database test 查看所有数据库:show databases 使用数据库:use test 查看所有数据表:show tables 删除数据库:drop da 阅读全文
posted @ 2019-07-27 19:19 lishisan 阅读(251) 评论(0) 推荐(0) 编辑
摘要: Linux常用命令 系统服务管理 systemctl 启动服务:systemctl start httpd.service 关闭服务:systemctl stop httpd.service 重启服务(不管是否在运行):systemctl restart httpd.service 重新载入配置(不 阅读全文
posted @ 2019-07-27 19:18 lishisan 阅读(148) 评论(0) 推荐(0) 编辑
摘要: SpingCloud子项目 | Component | 备注 | | | | | spring cloud aws | 用于简化整合Amazon Web Service的组件 | | spring cloud bus | 事件、消息总线,用于传播集群中的状态变化或事件。 | | spring clo 阅读全文
posted @ 2019-07-27 00:20 lishisan 阅读(156) 评论(0) 推荐(0) 编辑
console.log('The World is Yours');
const aboutMe = {
name: 'LiShiSan',
title: 'Sr. Java/BigData Enthusiast',
location: 'China, BeiJing',
contact: {
email: '1641429327@qq.com',
website:'www.lishisan.top
}
}