Stella981 Stella981
3年前
CentOS7 linux下yum安装redis以及使用
yum安装redis以及使用准备工作:cd/opt下,sudomkdirmyredis,这个只是为了备份,万一改错了,就的重来,就很烦1.检查是否有redisyum源  whereisredis也成    sudoyuminstallredis2.下载fedora的epel仓库
Wesley13 Wesley13
3年前
Ubuntu16.04安装Docker CE
通过Repository方式,在Ubuntu16.04中安装Docker社区版。1\.卸载旧版本老版本的Docker在仓库中的名称是docker或者dockerengine,如果已安装,首先卸载掉。$sudoaptgetremovedockerdockerenginedocker.io
Stella981 Stella981
3年前
Canal+Camus快速采集MySQL Binlog到数据仓库
点击上方蓝色字体,选择“设为星标”回复”资源“获取更多资源!(https://oscimg.oschina.net/oscnet/e532094241194c3bba44bebc85c232f5.jpg)!(https://oscimg.oschina.net/oscnet/ad98f5bc49484ab4
Stella981 Stella981
3年前
JVM性能调优实战:让你的IntelliJ Idea纵享丝滑
本文已被Github仓库收录https://github.com/silently9527/JavaCore(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fgithub.com%2Fsilently9527%2FJavaCore)微信公众号:贝塔学Java前言
Wesley13 Wesley13
3年前
Ubuntu中,关于的Java一切
1.安装Javappa仓库:https://launchpad.net/~webupd8team/archive/ubuntu/java(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Flaunchpad.net%2F%7Ewebupd8team%2F
Wesley13 Wesley13
3年前
ubuntu 使用ssh登录github 避免提交时输入用户名和密码
原文链接: ubuntu使用ssh登录github避免提交时输入用户名和密码(https://my.oschina.net/ahaoboy/blog/3120961)ssh免密需要使用ssh方式clone仓库本地安装gitsudoaptgetupdatesudoaptgetinstallgit在用户主目录
Stella981 Stella981
3年前
OneFlow 实现强化学习玩 Flappy Bird 小游戏
点击蓝字关注我们GitHub:https://github.com/OneflowInc/oneflow!(https://oscimg.oschina.net/oscnet/2dad9ad45e6b4fca867ca86504292dc0.png)(点击“阅读原文”,即刻进入GitHub仓库!)前言
Wesley13 Wesley13
3年前
2016012084结对作业项目报告
仓库:https://git.coding.net/librarian1/Operation\_Generation\_Validate.git(https://www.oschina.net/action/GoToLink?urlhttps%3A%2F%2Fgit.coding.net%2Flibrarian1%2FOperation_Generat
GoCoding GoCoding
1年前
RISC-V 软件环境
RISCV想玩起来,第一步,可以先准备软件环境。官方仓库的GNU工具链riscvgnutoolchain里,有Spikepk或QEMU的仿真环境,可以一次性把编译和仿真环境都准备好。
kenx kenx
1年前
一键搞定发布自己Jar到Maven中央仓库
做java开发那当然离不开jar包管理,不知何时一直想想封装一个自己的jar包然后发布到maven中央仓库给别人使用。hhh我感觉自己写一个jar包工具然后,被很多人使用是一件很牛,很快乐事情。终于有了这个机会,和时间。SpringBootstater出来