会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
活在当下
活在当下,行在今日
博客园
首页
新随笔
联系
管理
上一页
1
2
3
4
5
6
7
8
下一页
2017年12月30日
ubuntu修改IP地址和网关的方法
摘要: 一、使用命令设置Ubuntu IP地址 1.修改配置文件blacklist.conf禁用IPV6 sudo vi /etc/modprobe.d/blacklist.conf 表示用vi编辑器(也可以用其他编辑器,如gedit)编辑etc文件夹下modprobe.d文件夹中blacklist.con
阅读全文
posted @ 2017-12-30 10:52 写代码其实苦的
阅读(471)
评论(0)
推荐(0)
2017年12月14日
mysql删除数据库提示mysql Error dropping database (can't rmdir './db'...
摘要: 1.执行ps aux | grep mysql,查看mysql的data目录,比如结果是--datadir=/var/lib/mysql。 2.进入data目录,删除以该数据库为名字的文件夹。cd /var/lib/mysqlrm xxx -Rfv 3.重新进入mysql,执行drop xxx。
阅读全文
posted @ 2017-12-14 10:41 写代码其实苦的
阅读(282)
评论(0)
推荐(0)
mysql删除数据库提示mysql Error dropping database (can't rmdir './db'...
摘要: mysql删除数据库提示mysql Error dropping database (can't rmdir './db'... 1.执行ps aux | grep mysql,查看mysql...
阅读全文
posted @ 2017-12-14 10:41 写代码其实苦的
阅读(284)
评论(0)
推荐(0)
2017年12月5日
CentOS 7.0删除mysql服务
摘要: CentOS 7.0删除mysql服务 今天在Centos下安装mysql服务,就小记下,前面收藏了一篇安装的文档,我测试是可以用的,现在测试一下怎么删除删除有两种方法,一种通过rpm -e进...
阅读全文
posted @ 2017-12-05 16:00 写代码其实苦的
阅读(117)
评论(0)
推荐(0)
CentOS 7.0删除mysql服务
摘要: 今天在Centos下安装mysql服务,就小记下,前面收藏了一篇安装的文档,我测试是可以用的,现在测试一下怎么删除 删除有两种方法,一种通过rpm -e进行删除 另一种通过yum remove 一、rpm -e进行删除 1)查看系统中是否以rpm包安装的mysql: [root@localhost
阅读全文
posted @ 2017-12-05 16:00 写代码其实苦的
阅读(471)
评论(0)
推荐(0)
CentOS 7.0防火墙设置
摘要: CentOS 7.0默认使用的是firewall作为防火墙,这里改为iptables防火墙。1、关闭firewall:systemctl stop firewalld.servicesystemctl disable firewalld.servicesystemctl mask firewalld
阅读全文
posted @ 2017-12-05 15:31 写代码其实苦的
阅读(136)
评论(0)
推荐(0)
2017年11月16日
Jacob无法使用解决办法
摘要: 我用的是Jacob-1.14.1.jar,操作系统是64位,运行打开本地Excel文件时报错,java.lang.NoClassDefFoundError: Could not initialize class ...
阅读全文
posted @ 2017-11-16 11:06 写代码其实苦的
阅读(2083)
评论(0)
推荐(0)
2017年11月15日
Springboot+swagger2.7集成开发
摘要: Springboot+swagger2.7集成开发 Springboot+swagger2.7集成开发本篇文章是介绍最新的springboot和swagger2.7集成开发和2.0稍微有一些出...
阅读全文
posted @ 2017-11-15 17:43 写代码其实苦的
阅读(390)
评论(0)
推荐(0)
Springboot+swagger2.7集成开发
摘要: Springboot+swagger2.7集成开发 本篇文章是介绍最新的springboot和swagger2.7集成开发和2.0稍微有一些出入: Springboot集成环境配置 Spring Boot是由Pivotal团队提供的全新框架,其设计目的是用来简化新Spring应用的初始搭建以及开发过
阅读全文
posted @ 2017-11-15 17:43 写代码其实苦的
阅读(615)
评论(0)
推荐(0)
Springboot+Maven+swagger2.7集成开发
摘要: Springboot+swagger2.7集...
阅读全文
posted @ 2017-11-15 17:22 写代码其实苦的
阅读(343)
评论(0)
推荐(0)
上一页
1
2
3
4
5
6
7
8
下一页
公告