会员
周边
众包
新闻
博问
闪存
赞助商
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
三两清酒
博客园
首页
新随笔
联系
订阅
管理
2020年6月9日
Ubuntu,debian一键安装Mariadb
摘要: 系统版本: debian/ ubuntu/ 添加清华大学镜像库: sudo add-apt-repository 'https://mirrors.tuna.tsinghua.edu.cn/mariadb/repo/10.4/ubuntu/ bionic main' (Ubuntu) sudo ad
阅读全文
posted @ 2020-06-09 15:21 三两清酒
阅读(179)
评论(0)
推荐(0)
2020年6月8日
两条命令实现nodejs快速安装
摘要: 操作系统: debian, ubuntu, fedora 当前版本: v14.4.0 一键安装命令: curl -sL https://deb.nodesource.com/setup_14.x | sudo bash - sudo apt-get install -y nodejs 原文地址:ht
阅读全文
posted @ 2020-06-08 22:52 三两清酒
阅读(346)
评论(0)
推荐(0)
2020年6月1日
HTML 5的革新——语义化标签section和article的区别
摘要: 原文地址:https://stackoverflow.com/questions/33910294/what-is-the-difference-between-article-and-section-in-html5 <section>标签 : section,汉语意思为部分,这个标签定义网页上的
阅读全文
posted @ 2020-06-01 23:05 三两清酒
阅读(600)
评论(0)
推荐(0)
公告