Morning Star's blog

  • Home

  • Tags

  • Categories

  • Search

  • Archives

  • About

通过命令行开启 CentOS 6 中的网络

Posted on 2019-10-14 | Edited on 2021-04-16 | In Linux
Symbols count in article: 204 | Reading time ≈ 1 mins.

CentOS 6 默认安装后在启动时是不开启网络的,可以通过 GUI 的 NetworkManager 应用来设置。但对于服务端的安装,没有装 GUI 的情况,就需要在终端来进行设置。

以管理员身份编辑 /etc/sysconfig/network-scripts/ifcfg-eth0 文件, 将 NM_CONTROLLED 设置为 “no”, ONBOOT 设置为 “yes”, 然后重启系统即可(或者执行 systemctl restart)。

国内常用的DNS服务器地址(持续更新)

Posted on 2019-10-13 | Edited on 2021-04-16 | In Linux
Symbols count in article: 127 | Reading time ≈ 1 mins.

在为主机配置静态 IP 地址时,时常需要填写 DNS 服务器的地址。本文记录一下国内常用的 DNS 服务器地址。

Read more »

Flutter控件演示 - BottomNavigationBar

Posted on 2019-10-11 | Edited on 2021-04-16 | In App开发 , Flutter
Symbols count in article: 885 | Reading time ≈ 1 mins.

本文演示如何使用 BottomNavigationBar 控件构建一个带底部 Tab 功能的界面框架。

Read more »

在Docker中使用 Zipkin 服务端

Posted on 2019-10-10 | Edited on 2021-04-16 | In Docker
Symbols count in article: 177 | Reading time ≈ 1 mins.

本文简单描述如何通过 Docker 部署 Zipkin 服务端。

Read more »

在Docker中使用ElasticSearch服务器

Posted on 2019-10-09 | Edited on 2021-04-16 | In Docker
Symbols count in article: 1.4k | Reading time ≈ 2 mins.

Elasticsearch 使用Lucene为核心, 实现了所有索引和搜索的功能,并通过简单的RESTful API来隐藏Lucene的复杂性,从而让全文搜索变得简单。本文演示通过 Docker 来部署、运行 Elasticsearch。

Read more »

在Docker中使用 Jenkins 服务器

Posted on 2019-10-09 | Edited on 2021-04-16 | In Docker
Symbols count in article: 314 | Reading time ≈ 1 mins.

Jenkins 服务器是持续集成中常用的服务器。本文简单描述如何通过 Docker 安装、启动
设置它。

Read more »

在Docker中使用MySQL服务器

Posted on 2019-10-08 | Edited on 2021-04-16 | In Docker
Symbols count in article: 316 | Reading time ≈ 1 mins.

在开发中,时常会使用一下MySQL服务器。以往每次都需要在本地安装或是在虚拟机中安装,比较麻烦。现在有了 Docker, 就可以通过 Docker 直接使用,轻量,方便。

Read more »

在Docker中使用MongoDB

Posted on 2019-10-08 | Edited on 2021-04-16 | In Docker
Symbols count in article: 1.5k | Reading time ≈ 3 mins.

在开发中,时常会使用一下MongoDB服务器。以往每次都需要在本地安装或是在虚拟机中安装,比较麻烦。现在有了 Docker, 就可以通过 Docker 直接使用,轻量,方便。

Read more »

使用Intent调用Android系统自身的相机功能

Posted on 2019-10-08 | Edited on 2021-04-16 | In App开发 , Android
Symbols count in article: 4k | Reading time ≈ 7 mins.

在 使用Intent调用Android系统自身的相机功能 中,演示了如何使用 intent 调用内置的相机进行拍照。本文我们将演示如何使用 Camera2 API 完成拍照任务。对于想要定制相机的开发人员来说,理解 Camera2 API 是必须要掌握的。

Read more »

为 Maven 指定国内镜像仓库

Posted on 2019-10-03 | Edited on 2021-04-16 | In java
Symbols count in article: 1.3k | Reading time ≈ 2 mins.

Maven 默认使用官方的镜像库,而该镜像库是在国外,访问的速度比较慢。本文演示如何配置国内的镜像库。

Read more »
1…353637…59
Morning Star

Morning Star

586 posts
42 categories
43 tags
RSS

© 2022 Morning Star | 1.2m | 31:58
Powered by Hexo v3.9.0
|
Theme – NexT.Gemini v7.1.1
|