- 博客(5)
- 收藏
- 关注
转载 windows下配置redis主从服务
START 1. 首先,配置redis.windows.conf文件,master主服务不用改,从服务配置文件直接复制redis.windows.conf到当前目录,保存文件名为redis.windows-slave-6380.conf,redis.windows-slave-6381.conf 以从服务6380为例,修改配置端口:port6380 ,设置主服务器: slaveo...
2017-11-08 18:42:00
127
转载 MySQL启动闪退
CMD下CD到%SQL%安装目录下的/bin,输入mysqld --initialize 转载于:https://www.cnblogs.com/O1Farmer/p/7795189.html
2017-11-06 21:10:00
173
转载 windows7-IDEA-GIT安装
windows 下安装git非常简单 首先下载git,下载地址 https://git-scm.com/download/win 点击安装,无脑下一步,最后一个勾勾去掉 打开IDEA,settings-》搜索GitHub,输入host: github.com,还有你git的账号密码,没有的请先注册。然后Test 接着配置git启动文件,sett...
2017-11-06 19:43:00
145
转载 IDEA +maven+ ContextLoaderListener not find
tomcat 启动失败:SEVERE: Context [] startup failed due to previous errors 查看pox.xml 有spring-web依赖 查看tomcat日志:ContextLoaderListener not find 由于IDEA 无法自动将MAVEN的依赖包直接加载,需要在project structure 中手动...
2016-12-24 01:56:00
187
转载 Python 开平方
#!/user/bin/python3#files :using_sys.pyf = open("filename.txt","r+")num = f.read()f.close()lstnum = num.split('\t')a,b = int(lstnum[0]),float(lstnum[1])print(type(a),type(b))print(a,b)ret = a ** ...
2016-12-04 16:24:00
270
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅