sublime-text-3

根用户的 SSH 远程转发失败
sublime-text-3

根用户的 SSH 远程转发失败

rmate我在我的(本地)文件中使用以下配置为 Sublime () 进行远程转发.ssh/config: Host host User user Hostname hostname RemoteForward /home/user/.rmate.socket localhost:52698 这对于非 root 用户也能成功运行: debug1: Remote connections from /home/user/.rmate.socket:-2 forwarded to local address localhost:52698 ... debug1:...

Admin

将 sublime text 与 pdf 查看器绑定
sublime-text-3

将 sublime text 与 pdf 查看器绑定

我正在使用 Sublime Text 3 来处理 LaTeX,效果很好。我唯一担心的是它使用外部 PDF 查看器(SumatraPDF),所以我有 2 个窗口可以使用。如果我只需要这些窗口,那就没有问题了。不幸的是,我还想在我的电脑上使用其他东西,所以: 要切换到不同的窗口,我需要使用两个 Alt-Tabs,这很烦人。 如果我想恢复 sublime 和 Sumatra 的并排视图,我需要更烦人的 Alt-Tabs 组合。 有没有办法将它们“绑定”在一起,以便它们同时出现/消失?或者,有没有办法在 Sublime Text 中使用内部 PDF 查看器?我发...

Admin

REGEX:将一个段落中的所有单词放在一行上
sublime-text-3

REGEX:将一个段落中的所有单词放在一行上

如下所示,所有释义中的每一行都是未完成的。段落中每行开头的单词不是上一行的延续。我感兴趣的是将释义中的所有行连接起来,而没有任何单词中断。 When the water rises up to F, the piece at A will be visible; when it reaches G, both A and B will be visible; and when it comes up to H, all three pieces will be visible. _Artificial Earthquake and Volcano._ ...

Admin

正则表达式:查找所有以 `un|unui|o|unei` 开头,后跟任意单词,但之后的单词具有连接元素 `de`
sublime-text-3

正则表达式:查找所有以 `un|unui|o|unei` 开头,后跟任意单词,但之后的单词具有连接元素 `de`

我想找到一个正则表达式公式,以便找到所有以un|unui|o|unei任何单词开头的单词,但之后的单词具有连接元素"de" unui model de amintire un pericol de inundatie o carte plina de inspiratie unei casete de sticla 摘自正文: Trebuie sa ma dedic unui model de amintire care sa ma faca sa ma simt bun. Trebuie, mai ales, sa evit un pericol de...

Admin

正则表达式:在规范的 HTML 标签上,用破折号替换单词之间的空格
sublime-text-3

正则表达式:在规范的 HTML 标签上,用破折号替换单词之间的空格

我有这个规范链接,但如果你仔细看,你会发现 html 链接上有一些空白。我必须用破折号替换那些空白 <link rel="canonical" href="https://neculaifantanaru.com/calitatile unui lider.html" /> 必须成为: <link rel="canonical" href="https://neculaifantanaru.com/calitatile-unui-lider.html" /> 有人知道我该怎么做吗? ...

Admin

正则表达式:将多个 HTML 标签的内容放入单个 HTML 标签中
sublime-text-3

正则表达式:将多个 HTML 标签的内容放入单个 HTML 标签中

<p class="mb-40px">Decisive too, of <p class="mb-40px">otherwise, it was the opportunity to <p class="mb-40px">acquire what were to be two pillars <p class="mb-40px">fundamentals of his intellectual formation: <p class="mb-40px">Latin and virtually non...

Admin

正则表达式:在同一个 html 标签中将 html 链接添加到另一个 html 链接(双重 html 链接)
sublime-text-3

正则表达式:在同一个 html 标签中将 html 链接添加到另一个 html 链接(双重 html 链接)

我有这个 html 类,里面有一个 html 链接。问题是鼠标悬停时无法点击。因此,我想让它可点击。 <p class="mb-40px"><strong>* Sursă:</strong> https://www.larte.es/2021/03/01/abierta.html </p> 必须成为: <p class="mb-40px"><strong>* Sursă:</strong> <a href=https://www.la...

Admin

正则表达式:查找行中没有 html 标签的单词,并在其前后添加标签
sublime-text-3

正则表达式:查找行中没有 html 标签的单词,并在其前后添加标签

我有这三行。第二行的单词缺少 html 标签。 <p class="mb-40px">ARTICOL START</p> ARTICOL START <p class="mb-40px">ARTICOL START</p> 我需要制作一个正则表达式,它可以找到没有 html 标签的行,并向其中添加标签: 我的正则表达式不太好,因为单词前后没有空格 寻找: ^(ARTICOL START)\s+ 替换为: <p class="mb-40px">\1\</p> ...

Admin

正则表达式:选择并删除两点之间的所有线
sublime-text-3

正则表达式:选择并删除两点之间的所有线

<script type="application/ld+json">我想删除所有以 开头和结尾的行</script> 例如: <script type="application/ld+json"> { "@context":"https://schema.org", "@type":"Article", "mainEntityOfPage": { "@type": "WebPage", "@id": "https://neculaifantanaru.com/en/qualities-of-a-leader.html"...

Admin

替换括号内的内容 sublime & regex
sublime-text-3

替换括号内的内容 sublime & regex

我实际上有这样的台词: [Sat Dec 31 18:24:18.700 2022] 0.017 sec 0.017 sec [all/2/rel 37 (0,700) @groupparentid] [post]keyword [我怎样才能删除以括号开头和结尾的整行]并仅保留keyword? 我实际上正在使用 Sublime 文本编辑器。 ...

Admin

无法使用 SFTP Sublime 连接到 OS X 服务器
sublime-text-3

无法使用 SFTP Sublime 连接到 OS X 服务器

我有一个在 OS X 上运行的 SFTP 服务器,我想使用 macOS 使用 Sublime Text 中的 SFTP 包连接到该服务器,并与 FileZilla 连接,没有任何问题。 由于某种原因,每次尝试连接时都会超时。我已将服务器复制~/.ssh/id_rsa.pub到本地计算机~/.ssh/dem.pub目录中,并按如下方式使用它sftp_config.json。 // sftp, ftp or ftps "type": "sftp", "save_before_upload": true, "upload_on_save": true, "syn...

Admin

正则表达式:搜索并替换到某一点(到段落的某一行)
sublime-text-3

正则表达式:搜索并替换到某一点(到段落的某一行)

因此,我有此文本。我需要使用正则表达式来更改单词然而,并将其替换为(空的空间) 最大的问题是我想在所有文本中进行替换,但只替换以 开头的段落之前的那些文本创建。 所以,我不想在起点之后替换任何东西创建,仅在其之前的文本行中。 因为从理论上讲,契约是理性的,所以非理性契约的概念可以说是自相矛盾的。然而,事实证明,我们作为消费者所做的购买行为中 90% 以上都是非理性的。 我们出于恐惧、出于奴性模仿、在神灯效应的影响下、在权威的压力下[1] 签订合同,我们购买是因为这是“社区价值观”强加给我们的,我们接受规则或习俗(无论多么荒谬),因为我们需要显示我们的美德,...

Admin

我怎样才能替换点后的数字?
sublime-text-3

我怎样才能替换点后的数字?

我手头有一个 json 文件,我想替换这里的数字,使点后有 2 位数字。我正在使用(Sublime Text、Notepad)。你能帮我吗?例如;我想写 32.48 而不是 32.4877372383 "calory": "32.4877372383", "carbohydrt": "5.44751985283", "protein": "1.75822099387", "fat": "0.15574...

Admin

正则表达式:每 5 个单词中添加列表中的特定单词 - 随机
sublime-text-3

正则表达式:每 5 个单词中添加列表中的特定单词 - 随机

我有这个单词表:of, in the, that, as to, can, may, due to the fact that 另外,我还有以下文字/段落: The teaching methods represent the ways used in the school by the teacher to support the students to discover life, nature, the world, things, science. They are also means by which students' skills, abil...

Admin

正则表达式:删除 STRING 之前的所有行,除了特定行
sublime-text-3

正则表达式:删除 STRING 之前的所有行,除了特定行

我想删除之前的所有行<!DOCTYPE html>,但我想保留以以下内容开头的行:$item_id = <?<!-- ÉTOILES R -->); $item_id = 1442 ; // Remplacez-le par votre identifiant de notation. // Si vous voulez que la note fonctionne avec les Rich-Snippets, // définit la classe d'évalu...

Admin