- 关闭错误报告WER:组策略 - 计算机配置 - 管理模板 - Windows组件 - Windows错误报告
- 关闭内存转储
开启登陆时的小键盘2015年时大概要,现在应该不用了- 开启后缀显示
- 打开资源管理器后显示“此电脑”
禁用Windows Defender可以用dism /online /disable-feature /featurename:windows-defender(可能win10行,win11 24H2不行) 或 https://winaero.com/winaero-tweaker 。未测试 https://github.com/ionuttbara/windows-defender-remover- 禁止更新时下载恶意软件删除工具 或用wushowhide.diagcab
添加纯英文输入法
- VS
- https://json-schema.org/understanding-json-schema/
- https://github.com/containous/traefik https://docs.traefik.io/getting-started/quick-start/ https://zhuanlan.zhihu.com/funny
- http://zh.lucida.me/blog/on-learning-algorithms/
- Latex: https://zhuanlan.zhihu.com/p/265943556 https://katex.org/
- https://github.com/ossu/computer-science
- https://github.com/practical-tutorials/project-based-learning
- NZXT CAM:硬件信息检测软件
- fiddler
- Classic 仅用于Win,现在免费了 https://www.telerik.com/download/fiddler/fiddler4 https://telerik-fiddler.s3.amazonaws.com/fiddler/FiddlerSetup.exe
- Everywhere https://www.telerik.com/download/fiddler/fiddler-everywhere-windows https://api.getfiddler.com/win/latest
- Cap 比Classic更简陋且免费,无需安装 https://telerik-fiddler.s3.amazonaws.com/fiddler/FiddlerCapSetup.exe
- https://www.maxthon.com/nitro/static.html 遨游的精简浏览器,不过早就不开发了,内核35
- IaaS指提供系统(可以自己选)或者储存空间之类的硬件,软件要自己手动装。PaaS提供语言环境和框架(可以自己选)。SaaS只能使用开发好的软件(卖软件本身,如税务会计、表格文字处理)。BaaS一般类似于非关系数据库,但各家不通用
- 云服务的特点:零前期成本 & 按需付费 & 弹性(类似于租,可随时多加、退掉;但没有残值)、高可用(放在机房中,不同AZ间水电隔离)
如果你想补充内容,建议优先给 free-for-dev 提PR,还能混个高星repo的contributor,没必要加到本列表里。
If you want to make improvements, I would recommend you contributing to free-for-dev rather than this list.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [Adblock Plus 2.0] | |
| ! Title: IMBALIST | |
| ! Homepage: https://gist.github.com/imba-tjd/2c9817233ac6798d4f2bfe057f781ca5 | |
| ! Expires: 10 days | |
| ! 使用方法:将 https://gist.githubusercontent.com/imba-tjd/2c9817233ac6798d4f2bfe057f781ca5/raw/IMBALIST.TXT 添加到uBO的规则列表中 | |
| ! humblebundle领取key页面 | |
| www.humblebundle.com##.download-mosaic | |
| www.humblebundle.com##.coupon.whitebox-redux | |
| www.humblebundle.com##.js-subproduct-whitebox-holder > .whitebox-redux |
vcruntime140.dll:涉及memset, strchr, wcschr等函数会用到
无法使用vcruntime140_app,会报ImportError: DLL load failed
ucrtbase不保证API不变,但是它是单个dll,更简洁;商店应用只能用ucrt,也是最正常的方式
编译用python setup.py build_ext -i -DMS_WIN64,结果在build和同级目录(-i)中,可用-c指定编译器。之后再bdist_wheel能成功,但不能直接bdist_wheel,因为好像不能在此verb的参数中定义宏。在setuptools.Extension中能定义宏,Extension.extra_compile_args能指定编译器,但暂时不想学。
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| https://github.com/soimort/translate-shell | |
| https://github.com/ssut/py-googletrans | |
| https://github.com/hanmin0822/MisakaTranslator | |
| https://github.com/PantsuDango/Dango-Translator | |
| https://github.com/lmk123/crx-selection-translate | |
| https://github.com/project-yuki/YUKI | |
| https://github.com/UlionTse/translators/blob/master/translators/apis.py 有谷歌batchexecute的API | |
| https://github.com/afc163/fanyi | |
| https://github.com/Isayama-Kagura/TsubakiTranslator | |
| https://github.com/CopyTranslator/CopyTranslator |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| using System.Diagnostics; | |
| class CMDW { | |
| static void Main(string[] args) { | |
| Process.Start(new ProcessStartInfo("cmd") { | |
| Arguments = string.Join(" ", args), | |
| UseShellExecute = false, | |
| CreateNoWindow = true | |
| }).WaitForExit(); | |
| } | |
| } |
- vertical scroll bar的行为,选Use bar mode
- preview features,不要开Use new dark theme
- font,调[All Text Tool Windows]
- nuget package manager,格式选PackageReference,不清楚现在是不是默认值
- debugging,勾上Automatically close the console when debugging stops
OlderNewer