会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
龙の隐
博客园
首页
新随笔
联系
订阅
管理
2017年11月8日
windows下配置redis主从服务
摘要: START 1. 首先,配置redis.windows.conf文件,master主服务不用改,从服务配置文件直接复制redis.windows.conf到当前目录,保存文件名为redis.windows-slave-6380.conf,redis.windows-slave-6381.conf 以
阅读全文
posted @ 2017-11-08 18:42 龙の隐
阅读(125)
评论(0)
推荐(0)
2017年11月6日
MySQL启动闪退
摘要: CMD下CD到%SQL%安装目录下的/bin,输入mysqld --initialize
阅读全文
posted @ 2017-11-06 21:10 龙の隐
阅读(376)
评论(0)
推荐(0)
windows7-IDEA-GIT安装
摘要: windows 下安装git非常简单 首先下载git,下载地址 https://git-scm.com/download/win 点击安装,无脑下一步,最后一个勾勾去掉 打开IDEA,settings-》搜索GitHub,输入host: github.com,还有你git的账号密码,没有的请先注册。
阅读全文
posted @ 2017-11-06 19:43 龙の隐
阅读(647)
评论(0)
推荐(0)
2016年12月24日
IDEA +maven+ ContextLoaderListener not find
摘要: tomcat 启动失败:SEVERE: Context [] startup failed due to previous errors 查看pox.xml 有spring-web依赖 查看tomcat日志: ContextLoaderListener not find 由于IDEA 无法自动将MA
阅读全文
posted @ 2016-12-24 01:56 龙の隐
阅读(237)
评论(0)
推荐(0)
2016年12月4日
Python 开平方
摘要: 1. 如果数据为null 2. 大数据 3. 字母,特殊字符 使用isnumber判断 4. 文件不存在 5. 多个数字 待优化 将数据结果,换成EXEL
阅读全文
posted @ 2016-12-04 16:24 龙の隐
阅读(793)
评论(0)
推荐(0)
公告