Stella981 Stella981
4年前
Redhat6.4安装MongoDBv3.6.3
运用后台配置文件方式启动。条件下载mongodblinuxx86_64rhel623.6.3.tar官网https://www.mongodb.com/downloadcenter?jmpnavcommunity依赖openssl1.0.1e57.el6.x86_64.rpm
Stella981 Stella981
4年前
Mycat高可用解决方案二(主从复制)
Mycat高可用解决方案二(主从复制)系统部署规划名称IP主机名称用户名/密码配置mysql主节点192.168.199.110mysql01root/hadoop2核/2G
Stella981 Stella981
4年前
Babel 插件手册 笔记
来源:https://github.com/jamiebuilds/babelhandbook/blob/master/translations/zhHans/pluginhandbook.mdBabel 的使用就是使用一些预设配置。预设就是一组插件,比如env, stage3  flow react typescript预设。Ba
Stella981 Stella981
4年前
Python爬取网易云歌单
基本配置:Python版本:3.7相关模块:from urllib import parsefrom lxml import etreefrom urllib3 import disable_warningsimport requests案例关键点:使用单线程爬取,未登录,爬取网易云
Wesley13 Wesley13
4年前
PM2速查表
基础操作安装pm2yarnglobaladdpm2pm2installpm2logrotate可选,日志需要做轮转就要安装,配置方式参考https://github.com/keymetrics/pm2logrotatepm2completioninstall启动一个任务
Wesley13 Wesley13
4年前
MongoDB3.xxx 用户创建
启动MongoDB前需要关闭配置文件中的auth选项,否则不能创建用户首先创建用户管理用户useadmindb.createUser({user:'admin',pwd:'123456',roles:{role:'userAdminAnyDatabase',db:'admin'}})使用用户管理
Stella981 Stella981
4年前
RabbitMQ(3) Spring boot集成RabbitMQ
springboot集成RabbitMQ非常简单,如果只是简单的使用配置非常少,springboot提供了springbootstarteramqp项目对消息各种支持。资源代码:练习用的代码。https://github.com/xiaozhuanfeng?tabrepositories!(https://oscimg.oschina
Stella981 Stella981
4年前
PHP,mysql,nginxunx中安装
一:安装PHP,mysql,nginx1linux装软件方式:21.源码安装:下载wget》解压tarzxvf》配置./configure》编译make3安装makeinstall42.yum安装一键安装包centos红帽
关于OpenResty+doujiang24/lua-resty-kafka写入kafka故障转移模拟测试
关于OpenRestydoujiang24/luarestykafka写入kafka故障转移模拟测试PS:文章中用到的ip和代码已脱敏1.环境请查看这篇文章2.配置kafka地址:kafkabrokerlisthost"193.168.1.2",port
少湖说 少湖说
12个月前
鸿蒙Flutter实战:03-鸿蒙Flutter开发中集成Webview
鸿蒙Flutter开发中集成Webview主要有两种方案使用第三方库如使用flutterinappwebview插件,在pubspec.lock文件中配置:yamlflutterinappwebview:git:url:https://gitee.com/