From 12bdda4a53ffe3469882a2880ae2cac758b1a748 Mon Sep 17 00:00:00 2001 From: wanghuibin0 Date: Thu, 7 Nov 2024 15:21:03 +0000 Subject: [PATCH] Update from https://github.com/wanghuibin0/blog/commit/4b037f3dada34b0ee62851f2758cbd70f8b97b73 --- archives/index.html | 2 +- archives/page/2/index.html | 2 +- archives/page/3/index.html | 2 +- archives/page/4/index.html | 2 +- "categories/\345\267\245\345\205\267/index.xml" | 3 ++- index.html | 2 +- index.xml | 2 +- posts/2024/01/copy-remote-text-to-local/index.html | 12 ++++++++---- posts/2024/01/copy-remote-text-to-local/index.md | 2 +- posts/index.html | 2 +- posts/index.xml | 3 ++- posts/page/2/index.html | 2 +- posts/page/3/index.html | 2 +- posts/page/4/index.html | 2 +- .../index.xml" | 3 ++- 15 files changed, 25 insertions(+), 18 deletions(-) diff --git a/archives/index.html b/archives/index.html index 285791a3..84ce7b89 100644 --- a/archives/index.html +++ b/archives/index.html @@ -5,7 +5,7 @@

归档 64

总计约 84.28K 字

最近更新

取消

归档 64

总计约 84.19K 字

最近更新

2024

笔记-LLVM IR中的undef和poison diff --git a/archives/page/2/index.html b/archives/page/2/index.html index 2d10badd..e6bf4757 100644 --- a/archives/page/2/index.html +++ b/archives/page/2/index.html @@ -5,7 +5,7 @@

归档 64

总计约 84.28K 字

2022

取消

归档 64

总计约 84.19K 字

2022

王安石生平 diff --git a/archives/page/3/index.html b/archives/page/3/index.html index a0740cfe..1ad73d15 100644 --- a/archives/page/3/index.html +++ b/archives/page/3/index.html @@ -5,7 +5,7 @@

归档 64

总计约 84.28K 字

2022

取消

归档 64

总计约 84.19K 字

2022

2021

如何阅读之分析阅读 diff --git a/archives/page/4/index.html b/archives/page/4/index.html index 3733c3a3..247f3452 100644 --- a/archives/page/4/index.html +++ b/archives/page/4/index.html @@ -5,7 +5,7 @@

归档 64

总计约 84.28K 字

2016

取消

归档 64

总计约 84.19K 字

2016

2010

2009

明吾志 diff --git "a/categories/\345\267\245\345\205\267/index.xml" "b/categories/\345\267\245\345\205\267/index.xml" index 9e66f963..0855046d 100644 --- "a/categories/\345\267\245\345\205\267/index.xml" +++ "b/categories/\345\267\245\345\205\267/index.xml" @@ -1,4 +1,5 @@ -工具 - 分类 - 子来园https://simplecoding.fun/categories/%E5%B7%A5%E5%85%B7/子来园Hugo 0.138.0 & FixIt v0.3.14zh-CNfighter9010@gmail.com (lazypanda)fighter9010@gmail.com (lazypanda)This work is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License.Mon, 04 Nov 2024 12:52:03 +0000利用ssh reverse tunnel从远程向本机复制文本https://simplecoding.fun/posts/2024/01/copy-remote-text-to-local/Fri, 26 Jan 2024 10:18:29 +0800fighter9010@gmail.com (lazypanda)https://simplecoding.fun/posts/2024/01/copy-remote-text-to-local/工具<p>PS: 这篇文章已经过时,最新解决方案请参考:https://www.reddit.com/r/vim/comments/k1ydpn/a_guide_on_how_to_copy_text_from_anywhere/</p>onenote为插入表格添加快捷键https://simplecoding.fun/posts/2023/10/onenote-insert-table/Wed, 04 Oct 2023 12:48:00 +0800fighter9010@gmail.com (lazypanda)https://simplecoding.fun/posts/2023/10/onenote-insert-table/工具<p>我在windows上喜欢用onenote做表格化的笔记,遇到的一个小问题是在表格内添加另一个表格的操作有点繁琐,没有快捷键。不过,利用本文的方法,可以自己添加快捷键,达到一键添加表格的效果。</p>LaTeX如何将两段代码并排放置https://simplecoding.fun/posts/2022/01/latex-typeset-code-list/Fri, 21 Jan 2022 23:09:00 +0800fighter9010@gmail.com (lazypanda)https://simplecoding.fun/posts/2022/01/latex-typeset-code-list/工具<ol> +工具 - 分类 - 子来园https://simplecoding.fun/categories/%E5%B7%A5%E5%85%B7/子来园Hugo 0.138.0 & FixIt v0.3.14zh-CNfighter9010@gmail.com (lazypanda)fighter9010@gmail.com (lazypanda)This work is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License.Mon, 04 Nov 2024 12:52:03 +0000利用ssh reverse tunnel从远程向本机复制文本https://simplecoding.fun/posts/2024/01/copy-remote-text-to-local/Fri, 26 Jan 2024 10:18:29 +0800fighter9010@gmail.com (lazypanda)https://simplecoding.fun/posts/2024/01/copy-remote-text-to-local/工具<p>PS: 这篇文章已经过时,最新解决方案请参考:<a href="https://www.reddit.com/r/vim/comments/k1ydpn/a_guide_on_how_to_copy_text_from_anywhere/"target="_blank" rel="external nofollow noopener noreferrer">链接</a></p> +<p>软件开发工作中,用ssh登录后在远程机器上操作,常常需要从远程机器上往本地复制文本。如果是小段的文本,一般在终端选中即可在本地粘贴;但是如果是大段的文本(超过一个屏幕),就没法一次性选中,复制操作变得很麻烦。这里提供一种方法,利用ssh reverse tunnel,可以很方便地将远程大段文本拷贝到本地。</p>onenote为插入表格添加快捷键https://simplecoding.fun/posts/2023/10/onenote-insert-table/Wed, 04 Oct 2023 12:48:00 +0800fighter9010@gmail.com (lazypanda)https://simplecoding.fun/posts/2023/10/onenote-insert-table/工具<p>我在windows上喜欢用onenote做表格化的笔记,遇到的一个小问题是在表格内添加另一个表格的操作有点繁琐,没有快捷键。不过,利用本文的方法,可以自己添加快捷键,达到一键添加表格的效果。</p>LaTeX如何将两段代码并排放置https://simplecoding.fun/posts/2022/01/latex-typeset-code-list/Fri, 21 Jan 2022 23:09:00 +0800fighter9010@gmail.com (lazypanda)https://simplecoding.fun/posts/2022/01/latex-typeset-code-list/工具<ol> <li>排版一段代码用lstlisting环境(listing宏包)</li> <li>将每一段代码用minipage环境包起来成为一个个box(注意设置每个minipage的宽度)</li> <li>中间可以用\rule命令画线,用\hspace调整间距</li> diff --git a/index.html b/index.html index b95a8b64..1aeea547 100644 --- a/index.html +++ b/index.html @@ -9,7 +9,7 @@

读《沟通的艺术》

人是社会性动物,要在这个社会上生存,显然无法避开人际关系这个课题。而要创造良好的人际关系,就必须学会沟通。 不管是日常生活中的交朋友、谈恋爱,还是工作中的合作共赢,抑或是读书写作,只要需要与人打交道,就需要沟通。 -可以说,沟通涉及到生活的方方面面,沟通能力的高低,直接或间接影响着我们的生活质量和幸福感,其重要性不言而喻。

2023总结

时光易逝,伟业难成。写此总结,回顾2023,以挥别过去,喜迎将来。

健康 +可以说,沟通涉及到生活的方方面面,沟通能力的高低,直接或间接影响着我们的生活质量和幸福感,其重要性不言而喻。

利用ssh Reverse Tunnel从远程向本机复制文本

PS: 这篇文章已经过时,最新解决方案请参考:链接

软件开发工作中,用ssh登录后在远程机器上操作,常常需要从远程机器上往本地复制文本。如果是小段的文本,一般在终端选中即可在本地粘贴;但是如果是大段的文本(超过一个屏幕),就没法一次性选中,复制操作变得很麻烦。这里提供一种方法,利用ssh reverse tunnel,可以很方便地将远程大段文本拷贝到本地。

2023总结

时光易逝,伟业难成。写此总结,回顾2023,以挥别过去,喜迎将来。

健康

  • 饮食。多数时候能够做到食不过饱,饮不过量,会有意识地多吃蔬菜,平时常备坚果、维生素片、鱼油等补充,注重营养均衡。偶尔比较放纵,不过尚不影响大局。体重近期有反弹倾向,需要注意控制。尤其需要注意少油少盐少糖。
  • 运动。运动保持在还可以的状态,在条件允许时,坚持推进了长征计划。美中不足的是,天冷之后户外跑步不太方便。相比于围着园区慢跑,我还是更喜欢换上运动装,出去大汗淋漓一场。近期重新捡起了八段锦,但时有时无,应加大频率。无氧运动中断了,需要捡起来,卷腹、俯卧撑、深蹲均可,这些活动室内就可以做。平时精力都还不错。上班期间常常一坐就是很久,对颈椎、腰椎、视力都不好,应该隔半小时站起来活动一下,养成习惯。
  • 睡眠。熬夜还是比较严重,多数时候要到1点才睡着。早上一般8点多起,天冷之后有赖床倾向。总的睡眠时间还算够,整体睡眠质量也还不错,白天基本不困。睡眠是典型的越想控制越做不好的事情,怎么办?顺其自然吧。慢慢把入睡时间往前提一点。
  • 打坐。今年打坐的次数很少,屈指可数。作为最好的大脑保健项目,我觉得还是需要捡起来。两点需注意,一是心要静,二是不需要追求时间多长,三五分钟即可,太高的目标难以坚持,失败了打击积极性,于长远是不利的。
  • 心态。论对健康的影响,还是心态最大。这些年经过自己的摸索,以及周老师的指导熏陶,我对治心方法还算有些心得。去年总体上保持心态良好,在最困难的日子里,也保证自己不至于崩溃。有时还是会有焦虑,但总体可控,也能很快调节。

工作

五月份跟同事朋友约饭告别,离开前公司。七月份开始到南京上班,做NPU编译器方面的工作。摆脱了上一段工作的束缚,颇有点「海阔凭鱼跃,天高任鸟飞」的感觉。