Stella981 Stella981
3年前
Docker 国内仓库和镜像
Docker国内仓库和镜像由于网络原因,我们在pullImage的时候,从DockerHub上下载会很慢。。。所以,国内的Docker爱好者们就添加了一些国内的镜像(mirror),方便大家使用。1\.国内Docker仓库阿里云(https://www.osch
Stella981 Stella981
3年前
Redis Sentinel用法
1RedisSentinel1.1哨兵的作用1\.监控:监控主从是否正常2\.通知:出现问题时,可以通知相关人员3\.故障迁移:自动主从切换4\.统一的配置管理:连接者询问sentinel取得主从的地址1.2搭建redis主从
Stella981 Stella981
3年前
Linux基础入门教程
Linux基础入门教程\Linux学习路径!(https://oscimg.oschina.net/oscnet/051efeed231c3834b36ae1090f18c56b341.png)Linux学习者,常常不知道自己改怎么学习linux:Linux初级,也就是入门linux
Stella981 Stella981
3年前
200代码写一套属于自己的事件总线(EventBus)库
理论千万篇,不如实战来一篇。源码https://github.com/harvie1208/EventBus(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fgithub.com%2Fharvie1208%2FEventBus)关键词:观察者模式、
Easter79 Easter79
3年前
Storybook for vue
一、简介  Storybook是一款开源的组件开发工具,它可以运行在主程序之外,因此开发者可以用它来独立开发UI组件,或者用它来快速构建ui组件文档。  目前Storybook支持的框架有:ReactReactNative VueAngularMarionette.jsMith
Easter79 Easter79
3年前
Spring学习笔记一
IOC容器里配置beanapplicationContext.xml必须有个无参的构造器class:bean的全类名通过beanid获得这个bean必须唯一spring提供2种IOC容器容器实现方式beanfactory用在spring本身applicationContext用在开发者配置方式相同
Stella981 Stella981
3年前
0502 直播|AI Open Day
!(https://oscimg.oschina.net/oscnet/36a3beaf87260fc894b7a78922180362e8c.jpg)提到人工智能框架,开发者们脑子里立马会闪现出TensorFlow、Keras、PyTorch、MXNet、Caffe2、FastAI、MindSpore、飞桨(https://www.
Stella981 Stella981
3年前
SpringBoot集成RocketMQ
实战,用案例来说话前面已经说了JMS和RocketMQ一些概念和安装,下面使用SpringBoot来亲身操作一下.生产者的操作1.SpringBoot项目创建完成,引入依赖是第一步:<dependency<groupIdorg.springframework.boot</groupId
Stella981 Stella981
3年前
Linux用户行为日志审计
一:配置调试1.创建用户审计文件存放目录和审计日志文件;mkdirp/var/log/usermonitor/2.创建用户审计日志文件;echousermonitor/var/log/usermonitor/usermonitor.log3.将日志文件所有者赋予一个最低权限的用户;chownnobody:nobo
可莉 可莉
3年前
200代码写一套属于自己的事件总线(EventBus)库
理论千万篇,不如实战来一篇。源码https://github.com/harvie1208/EventBus(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fgithub.com%2Fharvie1208%2FEventBus)关键词:观察者模式、