会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Greene
博客园
首页
新随笔
联系
订阅
管理
上一页
1
2
3
4
5
下一页
2023年1月2日
Docker
摘要: mongodb docker run -d \ --name mongodb \ --restart always \ -e MONGO_INITDB_ROOT_USERNAME=mongoadmin \ -e MONGO_INITDB_ROOT_PASSWORD=123456 \ -p 27017
阅读全文
posted @ 2023-01-02 20:00 GreeneGe
阅读(50)
评论(0)
推荐(0)
2022年10月27日
编程常用单词
摘要: executor 执行者 deprecated 荒废的
阅读全文
posted @ 2022-10-27 07:53 GreeneGe
阅读(42)
评论(0)
推荐(0)
2022年9月4日
Harbor离线安装
摘要: harbor离线安装 安装环境及版本如下: 系统centos7.9 doker版本docker-ce-20.10.17 docker-compose版本v2.10.2 harbor版本v2.6.0 harbor数据路径/harbor-data 访问域名harbor.domain.com 预安装doc
阅读全文
posted @ 2022-09-04 12:41 GreeneGe
阅读(669)
评论(0)
推荐(0)
2022年7月10日
HelloRust - 4、基本概念
摘要: 🧑🚀跟着《Rust权威指南》学习Rust💪,跟Rust打个招呼吧Hello Rust!🖐️😜 🧑✈️同步更新Github/skyline93 ✔️一、安装Rust ✔️二、第一个Rust程序 ✔️三、使用Cargo 🔞👉四、基本概念 四、基本概念 4.1、变量 4.1.1、不可变
阅读全文
posted @ 2022-07-10 12:50 GreeneGe
阅读(37)
评论(0)
推荐(0)
HelloRust - 3、使用Cargo
摘要: 🧑🚀跟着《Rust权威指南》学习Rust💪,跟Rust打个招呼吧Hello Rust!🖐️😜 🧑✈️同步更新Github/skyline93 ✔️一、安装Rust ✔️二、第一个Rust程序 👉三、使用Cargo 🔞四、基本概念 三、使用Cargo cargo用来构建管理和编译r
阅读全文
posted @ 2022-07-10 12:48 GreeneGe
阅读(156)
评论(0)
推荐(0)
HelloRust - 2、第一个Rust程序
摘要: 🧑🚀跟着《Rust权威指南》学习Rust💪,跟Rust打个招呼吧Hello Rust!🖐️😜 🧑✈️同步更新Github/skyline93 ✔️一、安装Rust 👉二、第一个Rust程序 ✔️三、使用Cargo 🔞四、基本概念 二、第一个Rust程序 2.1、编写并编译运行第一
阅读全文
posted @ 2022-07-10 12:47 GreeneGe
阅读(34)
评论(0)
推荐(0)
HelloRust - 1、安装Rust
摘要: 🧑🚀跟着《Rust权威指南》学习Rust💪,跟Rust打个招呼吧Hello Rust!🖐️😜 🧑✈️同步更新Github/skyline93 👉一、安装Rust ✔️二、第一个Rust程序 ✔️三、使用Cargo 🔞四、基本概念 一、安装Rust 1.1、Linux或MacOS环
阅读全文
posted @ 2022-07-10 09:13 GreeneGe
阅读(75)
评论(0)
推荐(0)
2022年6月26日
Linux开发环境搭建
摘要: 一、NFS客户端安装(REHL) 1)安装nfs客户端工具 yum install -y nfs-utils 2)使用showmount命令查看nfs服务器的共享目录,例如: showmount -e 192.168.1.123 3)挂载到本地路径,如下将vol1挂载到本地/mnt/share目录
阅读全文
posted @ 2022-06-26 17:50 GreeneGe
阅读(284)
评论(0)
推荐(0)
2022年6月5日
Python打包
摘要: 构建whl和tar文件 pip install wheel python setup.py sdist python setup.py bdist_wheel 发布PyPI包 在普通用户home目录下新建.pypirc文件 [distutils] index-servers=pypi [pypi]
阅读全文
posted @ 2022-06-05 08:51 GreeneGe
阅读(31)
评论(0)
推荐(0)
2022年5月22日
Centos7 更新git
摘要: yum install curl-devel expat-devel gettext-devel openssl-devel zlib-devel asciidoc -y yum install gcc perl-ExtUtils-MakeMaker -y yum remove git curl -
阅读全文
posted @ 2022-05-22 12:34 GreeneGe
阅读(95)
评论(0)
推荐(0)
上一页
1
2
3
4
5
下一页
公告
https://github.com/Glf9832