会员
周边
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
大军军军之技术落地
责人之心责己、恕己之心恕人
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
20
21
22
23
24
2018年10月29日
MongoDB安装
摘要: 1.1 软件安装 # 系统环境 [root@node1 db]# cat /etc/redhat-release CentOS Linux release 7.4.1708 (Core) # 创建软件目录 mkdir /server/tools -p cd /server/tools # 下载安装包
阅读全文
posted @ 2018-10-29 18:26 Hello_worlds
阅读(190)
评论(0)
推荐(0)
2018年8月25日
redis
摘要: 1、开启cd /home/redis/bin/./redis-server redis.conf2、关闭 cd /home/redis/bin/./redis-cli -a password -h 127.0.0.1 -p port shutdown 3、重启 cd /home/redis/bin/
阅读全文
posted @ 2018-08-25 11:14 Hello_worlds
阅读(197)
评论(0)
推荐(0)
2018年8月11日
CentOS7 防火墙打开和关闭端口
摘要: 1、firewalld的基本使用 启动: systemctl start firewalld 关闭: systemctl stop firewalld 查看状态: systemctl status firewalld 开机禁用 : systemctl disable firewalld 开机启用 :
阅读全文
posted @ 2018-08-11 14:43 Hello_worlds
阅读(285)
评论(0)
推荐(0)
2018年4月5日
Python从入门到放弃
摘要: 1.1 Python2与python3的区别 1.1.1 区别1—源码 Python2:源码重复,不规范 Python3:整合源码、更清晰优美简单 1.1.2 区别3—数据类型 1.1.3 区别4 Python2中:input() 只能输入数字类型 Python3中:input 1.2 语言的划分
阅读全文
posted @ 2018-04-05 23:32 Hello_worlds
阅读(300)
评论(0)
推荐(0)
上一页
1
···
20
21
22
23
24
公告