去除Windows NTFS 路径260字符限制 作者:Coioidea 时间:2020年07月23日 分类:默认分类 字数:1214 方法仅适用于win10 1907之后哦 A registry key allows you to enable or disable the new long path behavior. To enable long path behavior set the registry key at `HKLM\SYSTEM\CurrentControlSet\Control\FileSystem` `LongPathsEnabled (Type: REG_DWORD)`. The key's value will be cached by the system (per process) after the first call to an affected Win32 file or directory function (list follows). The registry key will not be reloaded during the lifetime of the process. In order for all apps on the system to recognize the value of the key, a reboot might be required because some processes may have started before the key was set. The registry key can also be controlled via `Group Policy at Computer Configuration > Administrative Templates > System > Filesystem > Enable NTFS long paths`. You can also enable the new long path behavior per app via the manifest: ``` true ``` https://docs.microsoft.com/zh-cn/windows/win32/fileio/naming-a-file?redirectedfrom=MSDN#maxpath
百度简版——还你一个“干净”的搜索引擎 作者:Coioidea 时间:2019年08月18日 分类:日常 字数:618 百度在手机端上,花样的首页界面层出不穷,让我一个想拿搜索引擎当主页的很难受。于是就找了一下精简版的搜索界面地址。 阅读剩余部分 镜像站集锦 Titan Mirrors Collection 作者:Coioidea 时间:2019年08月12日 分类:日常 字数:822 最全开源(免费软件)镜像站collection 适用地区:CN 收集范围:非营利性网站/高校镜像站/机构镜像站/互联网公司镜像站 阅读剩余部分 Debian安装的一些坑 作者:Coioidea 时间:2019年08月02日 分类:默认分类 字数:254 默认新用户是不能用sudo的,需要手动切换到root并执行 nano /etc/sudoers 仿照格式添加用户 默认源是没有contrib和nonfree的包的。需要编辑/etc/apt/sources.list 最新bullseye(testing)版,安全补丁debian-security在bullseye-security/下发布而非bullseye/ 我所使用的版本,xfce居然不能用gtk3.0主题,orz,不知道是不是因为缺了什么软件包。 第 1 页 / 共 3 页 Copyright © 2021 星の門宇 Powered by Typecho | Theme by Waxy
镜像站集锦 Titan Mirrors Collection 作者:Coioidea 时间:2019年08月12日 分类:日常 字数:822 最全开源(免费软件)镜像站collection 适用地区:CN 收集范围:非营利性网站/高校镜像站/机构镜像站/互联网公司镜像站 阅读剩余部分 Debian安装的一些坑 作者:Coioidea 时间:2019年08月02日 分类:默认分类 字数:254 默认新用户是不能用sudo的,需要手动切换到root并执行 nano /etc/sudoers 仿照格式添加用户 默认源是没有contrib和nonfree的包的。需要编辑/etc/apt/sources.list 最新bullseye(testing)版,安全补丁debian-security在bullseye-security/下发布而非bullseye/ 我所使用的版本,xfce居然不能用gtk3.0主题,orz,不知道是不是因为缺了什么软件包。 第 1 页 / 共 3 页
Debian安装的一些坑 作者:Coioidea 时间:2019年08月02日 分类:默认分类 字数:254 默认新用户是不能用sudo的,需要手动切换到root并执行 nano /etc/sudoers 仿照格式添加用户 默认源是没有contrib和nonfree的包的。需要编辑/etc/apt/sources.list 最新bullseye(testing)版,安全补丁debian-security在bullseye-security/下发布而非bullseye/ 我所使用的版本,xfce居然不能用gtk3.0主题,orz,不知道是不是因为缺了什么软件包。