Skip to content

Commit

Permalink
Site updated: 2022-08-31 15:05:37
Browse files Browse the repository at this point in the history
  • Loading branch information
pcloves committed Aug 31, 2022
1 parent 4194313 commit 3cb0466
Show file tree
Hide file tree
Showing 68 changed files with 1,147 additions and 341 deletions.
6 changes: 3 additions & 3 deletions 2020/03/15/C#高级特性/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -262,8 +262,8 @@ <h1 class="post-title" itemprop="name headline">
<div class="post-nav">
<div class="post-nav-item"></div>
<div class="post-nav-item">
<a href="/2020/05/11/Windows%E4%B8%8A%E6%90%AD%E5%BB%BASOCKS%E4%BB%A3%E7%90%86/" rel="next" title="Windows上搭建SOCKS代理">
Windows上搭建SOCKS代理 <i class="fa fa-chevron-right"></i>
<a href="/2020/05/11/SED%E5%91%BD%E4%BB%A4%E5%AE%9E%E8%B7%B5/" rel="next" title="SED命令实践">
SED命令实践 <i class="fa fa-chevron-right"></i>
</a></div>
</div>
</footer>
Expand Down Expand Up @@ -336,7 +336,7 @@ <h1 class="post-title" itemprop="name headline">
<div class="site-state-item site-state-posts">
<a href="/archives/">

<span class="site-state-item-count">14</span>
<span class="site-state-item-count">15</span>
<span class="site-state-item-name">日志</span>
</a>
</div>
Expand Down
10 changes: 5 additions & 5 deletions 2020/05/11/SED命令实践/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -259,12 +259,12 @@ <h1 class="post-title" itemprop="name headline">

<div class="post-nav">
<div class="post-nav-item">
<a href="/2020/05/11/Windows%E4%B8%8A%E6%90%AD%E5%BB%BASOCKS%E4%BB%A3%E7%90%86/" rel="prev" title="Windows上搭建SOCKS代理">
<i class="fa fa-chevron-left"></i> Windows上搭建SOCKS代理
<a href="/2020/03/15/C#%E9%AB%98%E7%BA%A7%E7%89%B9%E6%80%A7/" rel="prev" title="C#高级特性拾遗">
<i class="fa fa-chevron-left"></i> C#高级特性拾遗
</a></div>
<div class="post-nav-item">
<a href="/2020/09/11/%E3%80%8A%E6%B7%B1%E5%85%A5%E7%90%86%E8%A7%A3Java%E8%99%9A%E6%8B%9F%E6%9C%BA%E3%80%8B%EF%BC%88%E7%AC%AC%E4%B8%89%E7%89%88%EF%BC%89%E9%98%85%E8%AF%BB%E7%AC%94%E8%AE%B0/" rel="next" title="《深入理解Java虚拟机》(第三版)阅读笔记">
《深入理解Java虚拟机》(第三版)阅读笔记 <i class="fa fa-chevron-right"></i>
<a href="/2020/05/11/Windows%E4%B8%8A%E6%90%AD%E5%BB%BASOCKS%E4%BB%A3%E7%90%86/" rel="next" title="Windows上搭建SOCKS代理">
Windows上搭建SOCKS代理 <i class="fa fa-chevron-right"></i>
</a></div>
</div>
</footer>
Expand Down Expand Up @@ -337,7 +337,7 @@ <h1 class="post-title" itemprop="name headline">
<div class="site-state-item site-state-posts">
<a href="/archives/">

<span class="site-state-item-count">14</span>
<span class="site-state-item-count">15</span>
<span class="site-state-item-name">日志</span>
</a>
</div>
Expand Down
12 changes: 6 additions & 6 deletions 2020/05/11/Windows上搭建SOCKS代理/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ <h3 id="方案思路:"><a href="#方案思路:" class="headerlink" title="
<h3 id="方案实施:"><a href="#方案实施:" class="headerlink" title="方案实施:"></a>方案实施:</h3><ol>
<li>安装OpenSSH(windows 10 version 1803及以后的版本已经集成),在HostA上:设置–&gt;应用–&gt;应用和功能–&gt;可选功能–&gt;添加功能–&gt;OpenSSH服务器</li>
<li>开启sshd服务:在HostA上,控制面板–&gt;系统和安全-&gt;管理工具–&gt;服务–&gt;OpenSSH SSH Server</li>
<li>开启socks代理:ssh -f -N -D 0.0.0.0:1080 <a href="mailto:&#119;&#x69;&#110;&#49;&#x30;&#64;&#x31;&#x32;&#55;&#x2e;&#x30;&#46;&#x30;&#x2e;&#x31;">&#119;&#x69;&#110;&#49;&#x30;&#64;&#x31;&#x32;&#55;&#x2e;&#x30;&#46;&#x30;&#x2e;&#x31;</a>,此命令会在1080端口上开启sockets代理(关于如何使用ssh-key登录,可以参考这篇文章:<a href="http://woshub.com/using-ssh-key-based-authentication-on-windows/">Configuring SSH Key-Based Authentication on Windows 10/ Server 2019</a>,并着重关注: <strong>How to Login Windows Using SSH Key Under Local Admin?</strong></li>
<li>开启socks代理:ssh -f -N -D 0.0.0.0:1080 <a href="mailto:&#x77;&#x69;&#x6e;&#49;&#x30;&#x40;&#x31;&#50;&#x37;&#46;&#x30;&#46;&#48;&#46;&#x31;">&#x77;&#x69;&#x6e;&#49;&#x30;&#x40;&#x31;&#50;&#x37;&#46;&#x30;&#46;&#48;&#46;&#x31;</a>,此命令会在1080端口上开启sockets代理(关于如何使用ssh-key登录,可以参考这篇文章:<a href="http://woshub.com/using-ssh-key-based-authentication-on-windows/">Configuring SSH Key-Based Authentication on Windows 10/ Server 2019</a>,并着重关注: <strong>How to Login Windows Using SSH Key Under Local Admin?</strong></li>
</ol>
<h3 id="问题解决:"><a href="#问题解决:" class="headerlink" title="问题解决:"></a>问题解决:</h3><ol>
<li>受限场景1:SSH连接工具上设置socks代理,如图所示:<br> <a href="https://imgtu.com/i/6QUzVI"><img src="https://s3.ax1x.com/2021/03/08/6QUzVI.png" alt="6QUzVI.png"></a></li>
Expand All @@ -258,12 +258,12 @@ <h3 id="问题解决:"><a href="#问题解决:" class="headerlink" title="

<div class="post-nav">
<div class="post-nav-item">
<a href="/2020/03/15/C#%E9%AB%98%E7%BA%A7%E7%89%B9%E6%80%A7/" rel="prev" title="C#高级特性拾遗">
<i class="fa fa-chevron-left"></i> C#高级特性拾遗
<a href="/2020/05/11/SED%E5%91%BD%E4%BB%A4%E5%AE%9E%E8%B7%B5/" rel="prev" title="SED命令实践">
<i class="fa fa-chevron-left"></i> SED命令实践
</a></div>
<div class="post-nav-item">
<a href="/2020/05/11/SED%E5%91%BD%E4%BB%A4%E5%AE%9E%E8%B7%B5/" rel="next" title="SED命令实践">
SED命令实践 <i class="fa fa-chevron-right"></i>
<a href="/2020/09/11/%E3%80%8A%E6%B7%B1%E5%85%A5%E7%90%86%E8%A7%A3Java%E8%99%9A%E6%8B%9F%E6%9C%BA%E3%80%8B%EF%BC%88%E7%AC%AC%E4%B8%89%E7%89%88%EF%BC%89%E9%98%85%E8%AF%BB%E7%AC%94%E8%AE%B0/" rel="next" title="《深入理解Java虚拟机》(第三版)阅读笔记">
《深入理解Java虚拟机》(第三版)阅读笔记 <i class="fa fa-chevron-right"></i>
</a></div>
</div>
</footer>
Expand Down Expand Up @@ -337,7 +337,7 @@ <h3 id="问题解决:"><a href="#问题解决:" class="headerlink" title="
<div class="site-state-item site-state-posts">
<a href="/archives/">

<span class="site-state-item-count">14</span>
<span class="site-state-item-count">15</span>
<span class="site-state-item-name">日志</span>
</a>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ <h1 class="post-title" itemprop="name headline">
<div class="site-state-item site-state-posts">
<a href="/archives/">

<span class="site-state-item-count">14</span>
<span class="site-state-item-count">15</span>
<span class="site-state-item-name">日志</span>
</a>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -533,8 +533,8 @@ <h1 class="post-title" itemprop="name headline">

<div class="post-nav">
<div class="post-nav-item">
<a href="/2020/05/11/SED%E5%91%BD%E4%BB%A4%E5%AE%9E%E8%B7%B5/" rel="prev" title="SED命令实践">
<i class="fa fa-chevron-left"></i> SED命令实践
<a href="/2020/05/11/Windows%E4%B8%8A%E6%90%AD%E5%BB%BASOCKS%E4%BB%A3%E7%90%86/" rel="prev" title="Windows上搭建SOCKS代理">
<i class="fa fa-chevron-left"></i> Windows上搭建SOCKS代理
</a></div>
<div class="post-nav-item">
<a href="/2020/09/11/%E3%80%8AJava%E5%B9%B6%E5%8F%91%E7%BC%96%E7%A8%8B%E5%AE%9E%E6%88%98%E3%80%8B%E9%98%85%E8%AF%BB%E7%AC%94%E8%AE%B0/" rel="next" title="《Java并发编程实战》阅读笔记">
Expand Down Expand Up @@ -611,7 +611,7 @@ <h1 class="post-title" itemprop="name headline">
<div class="site-state-item site-state-posts">
<a href="/archives/">

<span class="site-state-item-count">14</span>
<span class="site-state-item-count">15</span>
<span class="site-state-item-name">日志</span>
</a>
</div>
Expand Down
2 changes: 1 addition & 1 deletion 2020/12/06/AQS源码阅读笔记/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ <h1 class="post-title" itemprop="name headline">
<div class="site-state-item site-state-posts">
<a href="/archives/">

<span class="site-state-item-count">14</span>
<span class="site-state-item-count">15</span>
<span class="site-state-item-name">日志</span>
</a>
</div>
Expand Down
6 changes: 3 additions & 3 deletions 2020/12/13/spring-data-mongodb源码阅读笔记/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
<meta property="article:modified_time" content="2021-04-01T11:48:01.609Z">
<meta property="article:author" content="临江听雨">
<meta property="article:tag" content="源码阅读">
<meta property="article:tag" content="笔记">
<meta property="article:tag" content="持久化">
<meta property="article:tag" content="笔记">
<meta property="article:tag" content="SpringFramework">
<meta property="article:tag" content="SpringData">
<meta name="twitter:card" content="summary">
Expand Down Expand Up @@ -272,8 +272,8 @@ <h1 class="post-title" itemprop="name headline">
<footer class="post-footer">
<div class="post-tags">
<a href="/tags/%E6%BA%90%E7%A0%81%E9%98%85%E8%AF%BB/" rel="tag"># 源码阅读</a>
<a href="/tags/%E7%AC%94%E8%AE%B0/" rel="tag"># 笔记</a>
<a href="/tags/%E6%8C%81%E4%B9%85%E5%8C%96/" rel="tag"># 持久化</a>
<a href="/tags/%E7%AC%94%E8%AE%B0/" rel="tag"># 笔记</a>
<a href="/tags/SpringFramework/" rel="tag"># SpringFramework</a>
<a href="/tags/SpringData/" rel="tag"># SpringData</a>
</div>
Expand Down Expand Up @@ -362,7 +362,7 @@ <h1 class="post-title" itemprop="name headline">
<div class="site-state-item site-state-posts">
<a href="/archives/">

<span class="site-state-item-count">14</span>
<span class="site-state-item-count">15</span>
<span class="site-state-item-name">日志</span>
</a>
</div>
Expand Down
2 changes: 1 addition & 1 deletion 2020/12/15/Maven项目开源操作指南/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ <h1 class="post-title" itemprop="name headline">
<div class="site-state-item site-state-posts">
<a href="/archives/">

<span class="site-state-item-count">14</span>
<span class="site-state-item-count">15</span>
<span class="site-state-item-name">日志</span>
</a>
</div>
Expand Down
2 changes: 1 addition & 1 deletion 2021/03/22/gamedo.persistence持久化框架/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ <h3 id="高性能:化整为零"><a href="#高性能:化整为零" class="hea
<div class="site-state-item site-state-posts">
<a href="/archives/">

<span class="site-state-item-count">14</span>
<span class="site-state-item-count">15</span>
<span class="site-state-item-name">日志</span>
</a>
</div>
Expand Down
2 changes: 1 addition & 1 deletion 2021/03/26/netty源码学习笔记/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ <h2 id="bind那些事儿"><a href="#bind那些事儿" class="headerlink" title="
<div class="site-state-item site-state-posts">
<a href="/archives/">

<span class="site-state-item-count">14</span>
<span class="site-state-item-count">15</span>
<span class="site-state-item-name">日志</span>
</a>
</div>
Expand Down
2 changes: 1 addition & 1 deletion 2021/03/27/Pixels and voxels, the long answer/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ <h1 id="矢量显示和投影"><a href="#矢量显示和投影" class="headerlin
<div class="site-state-item site-state-posts">
<a href="/archives/">

<span class="site-state-item-count">14</span>
<span class="site-state-item-count">15</span>
<span class="site-state-item-name">日志</span>
</a>
</div>
Expand Down
2 changes: 1 addition & 1 deletion 2021/04/01/像素画学习笔记/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ <h1 class="post-title" itemprop="name headline">
<div class="site-state-item site-state-posts">
<a href="/archives/">

<span class="site-state-item-count">14</span>
<span class="site-state-item-count">15</span>
<span class="site-state-item-name">日志</span>
</a>
</div>
Expand Down
2 changes: 1 addition & 1 deletion 2021/04/06/spring启动流程分析/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -370,7 +370,7 @@ <h1 class="post-title" itemprop="name headline">
<div class="site-state-item site-state-posts">
<a href="/archives/">

<span class="site-state-item-count">14</span>
<span class="site-state-item-count">15</span>
<span class="site-state-item-name">日志</span>
</a>
</div>
Expand Down
Loading

0 comments on commit 3cb0466

Please sign in to comment.