Skip to content

Commit

Permalink
Site updated: 2024-05-25 17:30:43
Browse files Browse the repository at this point in the history
  • Loading branch information
lihaibineric committed May 25, 2024
1 parent b8f9766 commit 59c3db1
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 33 deletions.
21 changes: 11 additions & 10 deletions 2023/10/22/tool_conda/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@
<meta name="author" content="Haibin Li">
<meta name="keywords" content="">

<meta name="description" content="Conda安装 直接安装 安装网址https:&#x2F;&#x2F;www.anaconda.com&#x2F;,但是下载速度很慢 镜像安装 清华源网址https:&#x2F;&#x2F;mirrors.tuna.tsinghua.edu.cn&#x2F;anaconda&#x2F; 下载速度会比较快 如果觉得anacodna的包非常大,可以选择安装miniconda https:&#x2F;&#x2F;mirrors.tuna.tsinghua.edu.cn&#x2F;anaconda&#x2F;m">
<meta name="description" content="Conda安装 直接安装 安装网址https:&#x2F;&#x2F;www.anaconda.com&#x2F;,但是下载速度很慢 镜像安装 清华源网址https:&#x2F;&#x2F;mirrors.tuna.tsinghua.edu.cn&#x2F;anaconda&#x2F;下载速度会比较快 如果觉得anacodna的包非常大,可以选择安装miniconda https:&#x2F;&#x2F;mirrors.tuna.tsinghua.edu.cn&#x2F;anaconda&#x2F;mi">
<meta property="og:type" content="article">
<meta property="og:title" content="【基础工具】Anaconda命令集">
<meta property="og:url" content="https://lihaibineric.github.io/2023/10/22/tool_conda/index.html">
<meta property="og:site_name" content="LIHAIBIN&#39;S BLOG">
<meta property="og:description" content="Conda安装 直接安装 安装网址https:&#x2F;&#x2F;www.anaconda.com&#x2F;,但是下载速度很慢 镜像安装 清华源网址https:&#x2F;&#x2F;mirrors.tuna.tsinghua.edu.cn&#x2F;anaconda&#x2F; 下载速度会比较快 如果觉得anacodna的包非常大,可以选择安装miniconda https:&#x2F;&#x2F;mirrors.tuna.tsinghua.edu.cn&#x2F;anaconda&#x2F;m">
<meta property="og:description" content="Conda安装 直接安装 安装网址https:&#x2F;&#x2F;www.anaconda.com&#x2F;,但是下载速度很慢 镜像安装 清华源网址https:&#x2F;&#x2F;mirrors.tuna.tsinghua.edu.cn&#x2F;anaconda&#x2F;下载速度会比较快 如果觉得anacodna的包非常大,可以选择安装miniconda https:&#x2F;&#x2F;mirrors.tuna.tsinghua.edu.cn&#x2F;anaconda&#x2F;mi">
<meta property="og:locale" content="en_US">
<meta property="article:published_time" content="2023-10-22T13:54:41.000Z">
<meta property="article:modified_time" content="2024-02-22T02:04:36.381Z">
<meta property="article:modified_time" content="2024-05-25T09:22:09.347Z">
<meta property="article:author" content="Haibin Li">
<meta property="article:tag" content="基础工具">
<meta name="twitter:card" content="summary_large_image">
Expand Down Expand Up @@ -261,7 +261,7 @@ <h1 id="seo-header">【基础工具】Anaconda命令集</h1>
<p class="note note-info">


Last updated on February 22, 2024 am
Last updated on May 25, 2024 pm


</p>
Expand All @@ -272,12 +272,13 @@ <h1 id="seo-header">【基础工具】Anaconda命令集</h1>
<meta name="referrer" content="no-referrer"/>
<h2 id="conda安装">Conda安装</h2>
<h3 id="直接安装">直接安装</h3>
<p>安装网址https://www.anaconda.com/,但是下载速度很慢</p>
<p>安装网址<a
target="_blank" rel="noopener" href="https://www.anaconda.com/">https://www.anaconda.com/</a>,但是下载速度很慢</p>
<h3 id="镜像安装">镜像安装</h3>
<p>清华源网址https://mirrors.tuna.tsinghua.edu.cn/anaconda/</p>
<p>下载速度会比较快</p>
<p>如果觉得anacodna的包非常大,可以选择安装miniconda
https://mirrors.tuna.tsinghua.edu.cn/anaconda/miniconda/</p>
<p>清华源网址<a
target="_blank" rel="noopener" href="https://mirrors.tuna.tsinghua.edu.cn/anaconda/">https://mirrors.tuna.tsinghua.edu.cn/anaconda/</a>下载速度会比较快</p>
<p>如果觉得anacodna的包非常大,可以选择安装miniconda <a
target="_blank" rel="noopener" href="https://mirrors.tuna.tsinghua.edu.cn/anaconda/miniconda/">https://mirrors.tuna.tsinghua.edu.cn/anaconda/miniconda/</a></p>
<h2 id="conda-常用命令">Conda 常用命令</h2>
<h3 id="查看conda版本">查看conda版本</h3>
<figure class="highlight python"><table><tr><td class="gutter"><pre><span class="line">1</span><br></pre></td><td class="code"><pre><code class="hljs python">conda --version/ conda -V<br></code></pre></td></tr></table></figure>
Expand Down Expand Up @@ -412,7 +413,7 @@ <h3 id="conda无法自动更新">Conda无法自动更新</h3>

<div class="license-meta-item license-meta-date">
<div>Updated on</div>
<div>February 22, 2024</div>
<div>May 25, 2024</div>
</div>


Expand Down
16 changes: 7 additions & 9 deletions 2023/10/23/tool_git/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<meta property="og:description" content="Git 是一个版本控制系统,是任何软件开发项目中的主要内容。通常有两个主要用途:代码备份和代码版本控制。使用Git可以逐步处理代码,在需要回滚到备份副本的过程中保存每一步的进度。 Git与GitHub Git的安装与配置 安装Git 直接上官网下载安装 https:&#x2F;&#x2F;link.zhihu.com&#x2F;?target&#x3D;https%3A&#x2F;&#x2F;git-scm.com&#x2F;download https:&#x2F;">
<meta property="og:locale" content="en_US">
<meta property="article:published_time" content="2023-10-23T13:28:55.000Z">
<meta property="article:modified_time" content="2024-02-22T02:14:44.711Z">
<meta property="article:modified_time" content="2024-05-25T09:30:01.022Z">
<meta property="article:author" content="Haibin Li">
<meta property="article:tag" content="后端开发">
<meta name="twitter:card" content="summary_large_image">
Expand Down Expand Up @@ -261,7 +261,7 @@ <h1 id="seo-header">【基础工具】Git命令集</h1>
<p class="note note-info">


Last updated on February 22, 2024 am
Last updated on May 25, 2024 pm


</p>
Expand Down Expand Up @@ -290,6 +290,10 @@ <h4 id="查看git中的配置">查看Git中的配置</h4>
<figure class="highlight bash"><table><tr><td class="gutter"><pre><span class="line">1</span><br><span class="line">2</span><br><span class="line">3</span><br></pre></td><td class="code"><pre><code class="hljs bash">git config --list<br>git config --global user.email <span class="hljs-built_in">test</span>@163.com<br>git config --global user.name <span class="hljs-built_in">test</span><br></code></pre></td></tr></table></figure>
<h4 id="检查是否安装成功">检查是否安装成功</h4>
<figure class="highlight bash"><table><tr><td class="gutter"><pre><span class="line">1</span><br></pre></td><td class="code"><pre><code class="hljs bash">git version<br></code></pre></td></tr></table></figure>
<h3 id="密钥连接">密钥连接</h3>
<p>生成本地的ssh密钥连接到远端的git仓库</p>
<p><a
target="_blank" rel="noopener" href="https://blog.csdn.net/weixin_42310154/article/details/118340458">https://blog.csdn.net/weixin_42310154/article/details/118340458</a></p>
<h2 id="git的基本控制">Git的基本控制</h2>
<h3 id="初始化git仓库">初始化Git仓库</h3>
<p>当完成上述的配置之后,就能开始初始化Git仓库,进入需要创建<strong>工作区</strong>workspace的文件夹输出git初始化的操作</p>
Expand All @@ -301,12 +305,6 @@ <h3 id="初始化git仓库">初始化Git仓库</h3>
graph插件</strong>来可视化git分支目录的全貌</p>
<ul>
<li><h5 id="在github端新建仓库">在Github端新建仓库</h5>
<figure>
<img
src="https://gitee.com/lihaibineric/picgo/raw/master/pic/image-20231206215455986.png" srcset="/img/loading.gif" lazyload
alt="Github端新建仓库" />
<figcaption aria-hidden="true">Github端新建仓库</figcaption>
</figure>
<p>根据需要可以设置为公有的或者是私有的,最好不要设置README.md,因为初始化的国过程可能会出现冲突,设置也没关系</p></li>
<li><h5
id="本地的git和远端github的连接">本地的Git和远端github的连接</h5>
Expand Down Expand Up @@ -471,7 +469,7 @@ <h3 id="分支冲突">分支冲突</h3>

<div class="license-meta-item license-meta-date">
<div>Updated on</div>
<div>February 22, 2024</div>
<div>May 25, 2024</div>
</div>


Expand Down
Loading

0 comments on commit 59c3db1

Please sign in to comment.