<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
<channel>
<title><![CDATA[向东博客 专注WEB应用 构架之美 --- 构架之美，在于尽态极妍 | 应用之美，在于药到病除]]></title> 
<link>http://www.jackxiang.com/index.php</link> 
<description><![CDATA[赢在IT，Playin' with IT,Focus on Killer Application,Marketing Meets Technology.]]></description> 
<language>zh-cn</language> 
<copyright><![CDATA[向东博客 专注WEB应用 构架之美 --- 构架之美，在于尽态极妍 | 应用之美，在于药到病除]]></copyright>
<item>
<link>http://www.jackxiang.com/post/12442/</link>
<title><![CDATA[[实践OK]正则表达式RegexBuddy的界面及高亮操作，以解决默认出现没匹配上的误区。]]></title> 
<author>jack &lt;xdy108@126.com&gt;</author>
<category><![CDATA[WEB2.0]]></category>
<pubDate>Tue, 18 Jun 2024 09:51:45 +0000</pubDate> 
<guid>http://www.jackxiang.com/post/12442/</guid> 
<description>
<![CDATA[ 
	1.布局：<br/>切换到 Side By Side Layout,这个布局，更方便操作。<br/><a href="http://www.jackxiang.com/attachment.php?fid=961" target="_blank"><img src="http://www.jackxiang.com/attachment.php?fid=961" class="insertimage" alt="点击在新窗口中浏览此图片" title="点击在新窗口中浏览此图片" border="0" width="700"/></a><br/>界面主要包括：正则表达式、测试文本、输出结果、历史记录、Create相关面板，见上图。<br/><br/>2.List All：输出结果面板，显示的显示了正则表达式的匹配结果。你可以通过List All切换显示的效果，如下图所示：<br/><a href="http://www.jackxiang.com/attachment.php?fid=962" target="_blank"><img src="http://www.jackxiang.com/attachment.php?fid=962" class="insertimage" alt="点击在新窗口中浏览此图片" title="点击在新窗口中浏览此图片" border="0" width="700"/></a><br/>可以选中List ALL Group Matches in columns显示的效果，就是上面图中的输出结果面板效果。如果，你选中了Update Automatically，则修改正则或文本内容时候，输出结果面板会实时跟着变化。<br/><br/>3.高亮：<br/>点：Highlight，打开高亮。<br/><br/>4.Debug：<br/>点击 Debug按钮，会自动跳到Debug面板，显示出正则表达式匹配的规则。通过该结果，你可以很直观的分析出正则匹配的过程，如下图所示：<br/><a href="http://www.jackxiang.com/attachment.php?fid=963" target="_blank"><img src="http://www.jackxiang.com/attachment.php?fid=963" class="insertimage" alt="点击在新窗口中浏览此图片" title="点击在新窗口中浏览此图片" border="0" width="700"/></a><br/><br/>5.一行还是多行匹配：<br/>测试文本面板（Test标签）输入需要测试的文本内容，如：。可以选择Line By Line、Whole File、Page By Page，来指定是每行抽取，还是对整个文档抓取等（如果你的正则匹配信息有包含多行内容，务必要选中Whole File或者Page By Page）。<br/><br/>来自：https://jingyan.baidu.com/article/63acb44a2d9c7761fcc17ebd.html<br/>正则工具：https://regex101.com/
]]>
</description>
</item><item>
<link>http://www.jackxiang.com/post/12441/</link>
<title><![CDATA[[实践OK]iPhone 找不到相机功能怎么办 iPhone 找不到相机功能解决方法【详解]]></title> 
<author>jack &lt;xdy108@126.com&gt;</author>
<category><![CDATA[WEB2.0]]></category>
<pubDate>Tue, 18 Jun 2024 09:16:11 +0000</pubDate> 
<guid>http://www.jackxiang.com/post/12441/</guid> 
<description>
<![CDATA[ 
	iOS 系统自带的“相机”应用无法进行删除，也就是说正常情况下不会丢失该功能。如果您无法在 iPhone 桌面上找到“相机”应用，可以从资源库中找到并移回至桌面，或检查“屏幕使用时间”设置。<br/><br/>　　1.打开资源库查找“相机”：<br/><br/>　　在 iPhone 桌面上连续向左轻扫，直至看到“应用资源库”，在资源库中找到“相机”图标，长按拖回到桌面，放置到理想的位置即可。<br/><br/>来自：https://g.pconline.com.cn/x/1585/15859231.html
]]>
</description>
</item><item>
<link>http://www.jackxiang.com/post/12031/</link>
<title><![CDATA[[实践OK]Windows11丢失mfc100u.dll解决 时间2023-9-14]]></title> 
<author>jack &lt;xdy108@126.com&gt;</author>
<category><![CDATA[WEB2.0]]></category>
<pubDate>Thu, 14 Sep 2023 13:53:49 +0000</pubDate> 
<guid>http://www.jackxiang.com/post/12031/</guid> 
<description>
<![CDATA[ 
	系统类型：64 位操作系统, 基于 x64 的处理器<br/>经实践发现得安装：X86的，64位的无效。<br/>下载：vcredist_x86.exe<br/>DownLoadURL： https://download.microsoft.com/download/1/6/5/165255E7-1014-4D0A-B094-B6A430A6BFFC/vcredist_x86.exe<br/>微软官网下载入口：https://www.microsoft.com/zh-cn/download/details.aspx?id=26999<br/><br/>来自：https://zhuanlan.zhihu.com/p/651888193
]]>
</description>
</item><item>
<link>http://www.jackxiang.com/post/11979/</link>
<title><![CDATA[[实践OK]Windows11如何把任务栏放左边 Win11把任务栏放到左边教程【步骤分享】]]></title> 
<author>jack &lt;xdy108@126.com&gt;</author>
<category><![CDATA[WEB2.0]]></category>
<pubDate>Sun, 06 Aug 2023 15:50:29 +0000</pubDate> 
<guid>http://www.jackxiang.com/post/11979/</guid> 
<description>
<![CDATA[ 
	实际修改二进制步骤：https://www.windows11.pro/1359.html<br/>&lt;span&gt;00000008 行中 FE 下&lt;strong&gt;的 03 值&lt;/strong&gt;，如下面的屏幕截图所示。&lt;/span&gt;<br/>&lt;p&gt;&lt;strong&gt;&lt;span&gt;6.&lt;/span&gt;&lt;/strong&gt;&lt;span&gt;按&lt;/span&gt;&lt;strong&gt;&lt;span&gt;DEL&lt;/span&gt;&lt;/strong&gt;&lt;span&gt;删除&lt;/span&gt;&lt;strong&gt;&lt;span&gt;03&lt;/span&gt;&lt;/strong&gt;&lt;span&gt;并键入&lt;/span&gt;&lt;strong&gt;&lt;span&gt;01&lt;/span&gt;&lt;/strong&gt;&lt;span&gt;。&lt;/span&gt;&lt;/p&gt;<br/><br/>导出再修改：<br/>Windows Registry Editor Version 5.00<br/><br/>[HKEY_CURRENT_USER&#92;Software&#92;Microsoft&#92;Windows&#92;CurrentVersion&#92;Explorer&#92;StuckRects3]<br/>&quot;Settings&quot;=hex:30,00,00,00,fe,ff,ff,ff,7a,f4,00,00,03,00,00,00,3c,00,00,00,3c,&#92;<br/>&nbsp;&nbsp;00,00,00,00,00,00,00,fc,03,00,00,80,07,00,00,38,04,00,00,78,00,00,00,01,00,&#92;<br/>&nbsp;&nbsp;00,00<br/><br/><br/><br/>Windows11是一款由微软公司推出的PC操作系统，在该版本中，开发商进行了一系列的更新和优化，那么不少用户在下载win11下载安装之后，应该怎么把任务栏放左边呢？现在通过这篇文章给大家介绍一下。<br/><br/>首先使用键盘快捷键“Win+R”调出运行程序。<br/>在运行中输入“regedit”，回车确定，打开注册表编辑器。<br/>将如下路径复制到注册表路径中“&#92;HKEY_CURRENT_USER&#92;Software&#92;Microsoft&#92;Windows&#92;CurrentVersion&#92;Explorer&#92;StuckRects3”<br/><br/><br/>然后在右侧找到“settings”，双击打开它。<br/><br/>然后找到“00000008”一行，“FE”一列下的数值，将它改为“00”即可。<br/><a href="http://www.jackxiang.com/attachment.php?fid=855" target="_blank"><img src="http://www.jackxiang.com/attachment.php?fid=855" class="insertimage" alt="点击在新窗口中浏览此图片" title="点击在新窗口中浏览此图片" border="0"/></a><br/><br/>这里“00”表示“左边”，“01”表示“上方”，“02表示右边”，“03”表示“底部”。<br/><br/>From:https://g.pconline.com.cn/x/1628/16289115.html<br/><br/>https://answers.microsoft.com/zh-hans/windows/forum/all/%E6%88%91%E5%9C%A8%E6%B3%A8%E5%86%8C%E8%A1%A8/bc7546bf-c353-420d-9386-775255c9e8a2<br/><br/>https://zhuanlan.zhihu.com/p/385038278
]]>
</description>
</item><item>
<link>http://www.jackxiang.com/post/11775/</link>
<title><![CDATA[[alfred方式]Chrome的全能启动器扩展 - Steward]]></title> 
<author>jack &lt;xdy108@126.com&gt;</author>
<category><![CDATA[WEB2.0]]></category>
<pubDate>Wed, 12 Apr 2023 06:54:31 +0000</pubDate> 
<guid>http://www.jackxiang.com/post/11775/</guid> 
<description>
<![CDATA[ 
	Mac Chrome上打开该扩展快捷键：Command + K<br/>全能启动器 - Steward<br/><a href="https://chrome.google.com/webstore/detail/steward/jglmompgeddkbcdamdknmebaimldkkbl/related" target="_blank">https://chrome.google.com/webstore/detail/steward/jglmompgeddkbcdamdknmebaimldkkbl/related</a><br/><br/>官网：http://oksteward.com/#/<br/>来自：https://sspai.com/post/42048
]]>
</description>
</item><item>
<link>http://www.jackxiang.com/post/11678/</link>
<title><![CDATA[[实践OK]win10关闭防火墙还是被拦截解决方法，解决win10虚拟机上端口不通的问题。]]></title> 
<author>jack &lt;xdy108@126.com&gt;</author>
<category><![CDATA[WEB2.0]]></category>
<pubDate>Mon, 16 Jan 2023 10:02:20 +0000</pubDate> 
<guid>http://www.jackxiang.com/post/11678/</guid> 
<description>
<![CDATA[ 
	win10是虚拟机，想在宿主机上访问它上面的端口，发现不通：<br/>telnet 10.211.55.6 8848<br/>Trying 10.211.55.6...<br/>Connected to bogon.<br/>Escape character is &#039;^]&#039;.<br/><br/><br/><br/>win10关闭防火墙还是被拦截怎么办：<br/>1、首先按下键盘上的“Win+R”快捷键。<br/><br/>2、打开运行后，输入“services.msc”并点击“确定”<br/><br/>3、打开后，双击打开“security center”服务。<br/><br/>4、随后将启动类型改为“禁用”并点击下方“禁用”按钮。<br/><br/>以上来自：<a href="https://m.jobkoo.com/jiaocheng/7474.html" target="_blank">https://m.jobkoo.com/jiaocheng/7474.html</a><br/><br/><br/><br/><br/>解决方法如下：<br/>1、按 Win+R 打开运行窗口，在窗口中输入 ***.msc 打开服务选项。<br/>2、在服务中找到 Security Center 服务，检查该服务是否被禁用或者延迟，如果有我们直接右键启动或者双击打开进行恢复该服务。<br/>3、如果上述方法无法操作，按 Win+R 打开注册表编辑器，分别展开以下键值：HKEY_LOCAL_MACHINE&#92;SYSTEM&#92;CurrentControlSet&#92;Services&#92;wscsvc。<br/>4、双击 start 键，参数更改为 2 然后保存后直接正常重启计算机即可。 【十进制的2，就是延迟启动，那一瞬间可以，但是一会它启动后就无法Telnet成功了。】<br/>win10 Security Center服务无法禁用,启动类型灰色不可改解决方法：<br/><a href="https://blog.csdn.net/weixin_40403995/article/details/126408855" target="_blank">https://blog.csdn.net/weixin_40403995/article/details/126408855</a>
]]>
</description>
</item><item>
<link>http://www.jackxiang.com/post/11656/</link>
<title><![CDATA[[实践OK]Windows环境下如何打开cmd进入到指定目录]]></title> 
<author>jack &lt;xdy108@126.com&gt;</author>
<category><![CDATA[WEB2.0]]></category>
<pubDate>Fri, 30 Dec 2022 01:25:14 +0000</pubDate> 
<guid>http://www.jackxiang.com/post/11656/</guid> 
<description>
<![CDATA[ 
	Windows环境下如何打开cmd进入到指定目录？<br/>在指定的目录地址栏中输入cmd敲回车即可。<br/><br/>来自：<a href="https://blog.csdn.net/qq_27052367/article/details/125486533" target="_blank">https://blog.csdn.net/qq_27052367/article/details/125486533</a>
]]>
</description>
</item><item>
<link>http://www.jackxiang.com/post/11655/</link>
<title><![CDATA[[实践OK]如何在Win11中关闭textinputhost这个进程?不能关。]]></title> 
<author>jack &lt;xdy108@126.com&gt;</author>
<category><![CDATA[WEB2.0]]></category>
<pubDate>Thu, 29 Dec 2022 09:26:46 +0000</pubDate> 
<guid>http://www.jackxiang.com/post/11655/</guid> 
<description>
<![CDATA[ 
	任务管理器无法关闭，如果强行删除testinputhost.exe会导致windows搜索重复出现并关闭<br/>是英伟达的一种显卡服务，这个没有任何问题，是显卡方的服务进程而已<br/>Rlater-: 开始菜单的进程，禁用的话可能会导致开始菜单打不开<br/>====================================================<br/>显卡空闲有两个程序运行，一个startmenuexperiencehost.exe，一个是windowsinternal.composableshell.experiences.textinput.inputapp.exe,这两个东西怎么关<br/>首先打开cmd<br/>输入指令<br/>taskkill /f /t /im startmenuexperiencehost. exe<br/>就结束了，<br/>如果他重新启动，那就多输几次，反正他会关掉的<br/>来自：<a href="https://copyfuture.com/blogs-details/20211130230827803j" target="_blank">https://copyfuture.com/blogs-details/20211130230827803j</a>
]]>
</description>
</item><item>
<link>http://www.jackxiang.com/post/11654/</link>
<title><![CDATA[[实践OK]Windows 10的CompatTelRunner.exe占用磁盘高的方法]]></title> 
<author>jack &lt;xdy108@126.com&gt;</author>
<category><![CDATA[WEB2.0]]></category>
<pubDate>Thu, 29 Dec 2022 09:08:34 +0000</pubDate> 
<guid>http://www.jackxiang.com/post/11654/</guid> 
<description>
<![CDATA[ 
	控制面板–管理工具 — 服务 — 手动（或者禁止，我是手动了，怕以后有需要，如果手动不能解决只能选择禁用）<br/>Connected User Experiences and Telemetry（该死的微软还把这个服务改了名字！！，害我找了半天）<br/>Diagnostic Policy Service<br/>Diagnostic Service Host<br/><br/>停止任务计划<br/><br/>控制面板 — 管理工具 — 任务计划 — 任务计划程序库 — Microsoft — Windows — Application Experience — Microsoft Compatibility Appraiser 右键禁止<br/><br/>来自：<a href="https://blog.csdn.net/toooooop8/article/details/109351526" target="_blank">https://blog.csdn.net/toooooop8/article/details/109351526</a>
]]>
</description>
</item><item>
<link>http://www.jackxiang.com/post/11653/</link>
<title><![CDATA[[实践OK]win10怎么关闭电脑后台运行程序]]></title> 
<author>jack &lt;xdy108@126.com&gt;</author>
<category><![CDATA[WEB2.0]]></category>
<pubDate>Thu, 29 Dec 2022 09:00:28 +0000</pubDate> 
<guid>http://www.jackxiang.com/post/11653/</guid> 
<description>
<![CDATA[ 
	落实：关闭，后台关闭，启动关闭：<br/>一、关闭。<br/>二、后台关闭：<br/>1、打开开始菜单的“设置”，点击“隐私”；<br/><br/>win10怎么关闭电脑后台运行程序_win10系统关闭后台应用的方法<br/>2、在左侧找到并点击“后台应用”；<br/><br/>win10怎么关闭电脑后台运行程序_win10系统关闭后台应用的方法<br/>3、在“后台应用”的界面可以看到正在运行的程序都处于开启的状态；<br/><br/>win10怎么关闭电脑后台运行程序_win10系统关闭后台应用的方法<br/>4、如果我们希望将所有后台应用都关闭，那么我们只需要将“允许应用后台运行”下方的开关更改为关闭状态即可。<br/><br/>三、启动关闭：<br/>win10设置-&gt;应用-&gt;启动。<br/><br/><br/><br/>关闭电脑后台运行程序： https://www.win7zhijia.cn/win10jc/win10_26454.html<br/>启动关闭： https://blog.csdn.net/wxpool/article/details/120259622
]]>
</description>
</item>
</channel>
</rss>