小编Xsi*_*Sec的帖子

无法删除分支 SourceTree

我正在使用 Github 和 SourceTree。我已经对我的项目进行了 git 克隆。

现在,当我尝试删除我在本地创建的分支时,我面临以下错误:

git -c diff.mnemonicprefix=false -c core.quotepath=false branch -D develop
error: Cannot delete branch 'develop' checked out at 'C:/Users/näZAN/Documents/Protractor'

Completed with errors, see above.
Run Code Online (Sandbox Code Playgroud)

截屏:

我对使用分支机构等很陌生。

git

6
推荐指数
1
解决办法
2万
查看次数

如何创建局域网 (LAN) 设置的快捷方式

大家好!

我的目标是创建一个指向该位置的快捷方式: 到目前为止我已经创建的
局域网(LAN)设置

一个新的快捷方式
我放置目标的位置:
C:\Windows\System32\control.exe Inetcpl.cpl,Connections,4
开始:C:\Windows\System32
快捷键:CTRL + ALT + S

这使得窗口出现Internet Properties 和选项卡Connections

我想让快捷方式进一步到按钮相同的选项卡LAN 设置

有人可以帮助我吗?

先感谢您

此致

丹尼尔

networking windows windows-7 keyboard-shortcuts

5
推荐指数
1
解决办法
1万
查看次数

如何在 Notepad++ 中替换 Unicode 字符

我有一个 .xlf 文件,如下图所示:

在此处输入图片说明

我想知道如何搜索并将 unicode 字符"xE5"替换为"æ" 我以为我可以搜索:^0145 =xE5并替换"æ",这不起作用。

如果这是不可能的,我可以使用另一个文本编辑器(例如 Ultraedit)。

这是文件中粘贴的文本:

<?xml version="1.0" encoding="utf-8"?>
<xliff xmlns="urn:oasis:names:tc:xliff:document:1.2" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.2" xsi:schemaLocation="urn:oasis:names:tc:xliff:document:1.2 xliff-core-1.2-strict.xsd">
  <file xmlns:bind="http://bind.sorona.se" original="CTO12623_1_en-GB-da.xml" source-language="en" datatype="xml" date="2015-11-11T15:35:51Z" target-language="da" product-name="Anders_LP8504_151111" bind:file-id="78452" bind:file-hash="85075c54359fa47b087d6c67ec967f43">
    <header>
      <tool tool-name="Sorona TMS" tool-id="bind" tool-version="3.1.5" tool-company="Sorona Innovation" />
      <count-group name="word-count">
        <count count-type="total" unit="word">2743</count>
      </count-group>
    </header>
    <body>
      <trans-unit id="e1ca41ef868a74944745b8cd1dfa59e7" translate="yes" approved="no" restype="string" resname="p">
        <source>The trench compactor LP 8504 is a radio controlled trench compactor. It has a robust design and is suitable for …
Run Code Online (Sandbox Code Playgroud)

find-and-replace

3
推荐指数
1
解决办法
2万
查看次数