摘要:(Solved) How to hide cmd window? - AutoHotkey Community 具体此楼 [WinWait - ] AttachConsole - .. - FreeConsole [ - Process Close]AllocConsole - [GetConsol
阅读全文
摘要:Icon,类似安卓的资源,不同分辨率、区域(语言)环境可以自动匹配相应的图标资源。 IcoFX - Tutorials - Create an icon library多图标成组,但存储后缀为icl(而非ico)。则,icon无法存储多索引图标。 IcoFX教程: ICO图标制作方法 - 进阶教程
阅读全文
摘要:在Everything中右击文件E:\LinkTest\A\Bl.txt(.symlink)正常,但在资源管理器中卡死。已经删除LSE(Hard Link Shell Extension)(未重启)。此目录中的另一个.symlink+.txt同样问题,但.txt、.rar、.rar+.symlink
阅读全文
摘要:AHK/AutoHotkey测试: shell := ComObjCreate("WScript.Shell") ExecThenOutput(command){ global shell exec := shell.Exec(ComSpec " /C " . command) FileAppend
阅读全文
摘要:管件、管道。从命名上可见,管件是引用的库元件,管道是内嵌的自动生成零件。 (尽管Route Properties配置正确,)构建时遇到过未自动生成弯头(Elbow),而是生成弯管(bend),此时,管路一体,且为灰色(而非如上图的管道、管件分开,分别为粉红色、黄色)。 需求,视图(drawing v
阅读全文
摘要:选中材料表BOM(Bill of Matiral)表格的行,可以删除行(而非整个表)。类似的,可以选中列。 SolidWorks Routing 管道设计及管道工程图教程 自动计算各个管道的长度 - CAD2D3D.com提及“生成材料明细表”,为什么和BOM不同..是与Table Template
阅读全文
摘要:Implementing the Basic Folder Object Interfaces - Win32 apps | Microsoft Docs Registering an Extension WantsFORPARSING: The parsing name for an extens
阅读全文
摘要:Shell and Common Controls Versions / Shell and Shlwapi DLL Versions - Win32 apps | Microsoft Docs DLL Version Numbers Shell documentation are containe
阅读全文
摘要:Guidance for Implementing In-Process Extensions - Win32 apps | Microsoft Docs In-process extensions are loaded into any processes that trigger/invoke
阅读全文
摘要:学习ShellFolderView.SelectedItems method (Shldisp.h) - Win32 apps | Microsoft Docs中的例子,发现JScript可以在浏览器中运行、调试(,可以查看属性、方法)。 <html> <head> <title></title>
阅读全文
摘要:使用objFolder=Shell.Application.NameSpace(文件夹)、objFolderItem=..ParseName(文件),objFolder.GetDetailsOf(objFolderItem, iColumn),Windows 资源管理器 列参见代码中的说明、链接。
阅读全文
摘要:简称:原件O、硬链接H、软链接S。不论H与O是否在同文件夹内,或在不同文件夹中。 期望:O、H、S内容始终一致,链接关系不变。 对Word文档有更新,结合后更改O,H消失;更改H,O消失。但是,如果尝试命名任意文件为消失的文件(如X.txt->H.doc),会提示文件已存在(尽管在文件属性\连接属性
阅读全文
摘要:Set Current View as。正视面,右键此面或空白,Set Current View as。可以更改标准视图。不会更新基准面的名称:特征树中,标准基准面不变(如,标准基准面“top”可能和视图中的“top”不同)。更改后Hide/Show Items\Hide/Show Primary
阅读全文
摘要:续Win10上手机路径 - 博客园 (cnblogs.com) WebDAV使用方法: wi fi - Using SMB server without root access - Android Enthusiasts Stack Exchange WebDAV Server - Apps on
阅读全文
摘要:插入手机后,我的电脑(此电脑)会显示设备(但不是卷),地址栏中一样会有路径(如此电脑\XXX\内部存储\DCIM),但无法像其他路径般对待此路径(无法建立快捷方式,无法使用它subst挂载,无法在命令行中使用——报错The system cannot find the path specified.
阅读全文
摘要:期望:windows win10,激活现有或新打开资源管理器,选中一些(一个或多个)文件。(ahk别人有实现,见扩展) 参考: explorer 命令参数及其应用 - 匡匡 - 博客园源(http://support.microsoft.com/kb/307856/zh-cn)已无法打开。“本分步指
阅读全文